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

https://github.com/gmelodie/myscan

My simplistic version of masscan
https://github.com/gmelodie/myscan

Last synced: 7 months ago
JSON representation

My simplistic version of masscan

Awesome Lists containing this project

README

          

# myscan
My simplistic version of masscan

Install required dependencies
```bash
python3 -m pip install -r requirements.txt
```

Run 10 threads and scan 100 IPs
```bash
python3 myscan.py 10 100
```