Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 403 Bytes

Hits

Ips port checker

Project to learn random things in go.

It only requires two inputs:

  • Ip or range of ips. Example: 0.0.0.0 | 0.0.0.0-0.0.1.0
  • Port or range of ports. Example: 80 | 80-443

When it finish you can decide if the program restart or exit.