Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
My simplistic version of masscan
- Host: GitHub
- URL: https://github.com/gmelodie/myscan
- Owner: gmelodie
- License: apache-2.0
- Created: 2023-05-11T17:19:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-11T17:21:55.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:20:11.681Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myscan
My simplistic version of masscanInstall required dependencies
```bash
python3 -m pip install -r requirements.txt
```Run 10 threads and scan 100 IPs
```bash
python3 myscan.py 10 100
```