https://github.com/solrac97gr/port-scanner-concurrent
Scanner of Webs, help you too determinate Open ports in a host using Go concurrency ðŸ¦
https://github.com/solrac97gr/port-scanner-concurrent
golang hacking hacking-tool nmap
Last synced: 11 months ago
JSON representation
Scanner of Webs, help you too determinate Open ports in a host using Go concurrency ðŸ¦
- Host: GitHub
- URL: https://github.com/solrac97gr/port-scanner-concurrent
- Owner: solrac97gr
- Created: 2022-07-25T17:53:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T18:05:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T13:14:30.093Z (over 1 year ago)
- Topics: golang, hacking, hacking-tool, nmap
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Usage
We need to pass the next parameters:
- Host: Represent the URL of the website we want scan[Default:scanme.nmap.org]
- From: From what port we want start the scan [Default:0]
- Limit: Until what port we want Scan. [Default:65535]
```bash
go run main.go --host="example.com" --from=100 --limit=500
```