Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmelodie/myscan

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

Last synced: 25 days 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
```