An open API service indexing awesome lists of open source software.

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 🦠

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
```