
Un framework modulare per Pentesters e Bug Hunters scritto in python.
Un framework modulare per Penetration Tester e Bug Hunter scritto in Python3.
- Python 3.9+
- pip3
fscan.
Nota:Tieni presente che lo strumento è ancora in fase di sviluppo e verranno aggiunte ulteriori funzionalità in futuro.
shadow1ng Uno strumento di scansione completo per intranet)
Versione corrente: 1.2.1- Stabile
Usa il gestore di pacchetti pip per installare i requisiti. Se non è installato, installalo usando il comando seguente.
sudo apt-get install python3-pip
Si consiglia di installare i requisiti Python in un ambiente virtuale; per farlo, installa il pacchetto venv.
python3 -m pip install venv
python3 -m venv env
source env/bin/activate
Dopodiché esegui i seguenti comandi:
sudo apt-get install traceroute # For Debian based distros
python3 -m pip install -r requirements.txt
Il modulo
Shodanutilizza l'API di Shodan, quindi assicurati di avere il file.configxnella tua cartella. Se il file.configxnon è presente, puoi crearlo con i seguenti dati:
% Config File for R4venzCl4w
# Global Settings
# Global Variables are defined here. These variables can be used in any of the other sections.
$ GLOBAL_VAR: <Global Variable Here>
# Environment Variables
# Shodan API Key Example --> SHODAN_API_KEY:gA**************************
- SHODAN_API_KEY:<API Key Here>
python3 main.py -i [IP Address]
-i IP Address to Enumerate
-d Domain to Enumerate # Going to be implemented in **ver: 1.3.0**
-x Run Host Enumeration on IP, Domain, IP Range, or Selected IPs # (fscan).
-r Render the README.md file
-fp Fetch the Public Proxies (HTTPS, SOCKS4)
-waf WAF Fingerprinting with option for checking Generic or (153 WAFs)
-h Help Menu
1) python3 main.py -i 1.1.1.1
2) python3 main.py -x 192.168.0.1-122
3) python3 main.py -x 1.1.1.1
4) python3 main.py -x 192.168.0.1,192.168.0.12
5) python3 main.py -x example.com
6) python3 main.py -r
7) python3 main.py -fp
8) python3 main.py -waf
Le pull request sono benvenute. Per modifiche importanti, apri prima un issue per discutere cosa vorresti cambiare.
Assicurati di aggiornare i test di conseguenza.
Visita il repository fscan per maggiori informazioni. Per l'
utilizzoleggi il file README.md. (Usalo a tuo rischio..!)