THIS CODE IS FOR EDUCATIONAL PURPOSE ONLY!
I AM NOT RESPONSABLE FOR ANY BAD USE.
Adjustments
edit semaphore = 100 variable (in main.py) to set how many concurrent connections.
Requirements
Install requirements with pip:
pip install httpx
pip install colorama
- (OPTIONAL) if python version < 3.6
pip install shutil
How to
- run python main.py (for scanning IPs)
- run python verify.py (for parsing good results)
- run python inspector.py (for inspecting results)