
Herramienta automatizada de pruebas de penetración que escanea direcciones IP, puertos y vulnerabilidades, ejecuta exploits y proporciona un shell interactivo con informes en HTML/DOCX.
hackerEnv es una herramienta de automatización que barre IPs, escanea puertos, vulnerabilidades y las explota de forma rápida y sencilla. Luego, te proporciona un shell interactivo para pruebas adicionales. También genera informes en HTML y docx. Utiliza otras herramientas como nmap, nikto, metasploit e hydra. Funciona en Kali Linux y Parrot OS.
Esta herramienta NO fue programada por un profesional, no sé lo que estoy haciendo.
- By running this program, you are agreeing on NOT running it against any public, corporate or unauthorized networks.
- Performed only when you have authorization to do.
Este fue un proyecto escolar, lo que significa que no voy a trabajar más en él. Sin embargo, en un futuro muuuuuuuy lejano, haré un framework en Python que haga un mejor trabajo que este desastre. Saludos a @R2k4n
apt update; apt upgrade -y
cd /opt/
git clone https://github.com/abdulr7mann/hackerEnv.git
cd /opt/hackerEnv
chmod +x hackerEnv
ln -s /opt/hackerEnv/hackerEnv /usr/local/bin/
Usage:
hackerEnv <flag> <argument>
Examples:
hackerEnv -t 10.10.10.10
hackerEnv -t "10.10.10.10\n20.20.20.20"
hackerEnv -t 10.10.10.10 -i eth0
hackerEnv -i eth0 -s 24
hackerEnv -s 24
Flages:
hackerEnv -h, --help Display this help message.
hackerEnv --update Update tool.
hackerEnv Scan the entire network.
hackerEnv -t Pass a specific target's IP.
hackerEnv -t Pass mutipule targets' IPs e.g. hackerEnv -t "10.10.10.10\n20.20.20.20"
hackerEnv -i To specify an interface.
hackerEnv -a Pass attacker's IP.
hackerEnv -s To specify subNetwork 24 or 23 etc. exclude /
hackerEnv -e, --aggressive Enable aggressive port scan
hackerEnv -oA genetrate report in HTML and DOCX format



Esta herramienta se publica bajo la Licencia Pública General de GNU v3.0. Puede encontrar una copia de la licencia en el archivo LICENSE.