hackerEnv es una herramienta de automatización que ‘barre’ rápida y fácilmente las IPs y escanea los puertos, las vulnerabilidades y las explota. Luego, te entrega un shell interactivo para que lo pruebes. Además, genera informes HTML y docx. Utiliza otras herramientas como nmap, nikto, metasploit e hydra.
Funciona en Kali Linux y en el sistema operativo Parrot. No lo ejecutes en Qterminal, funciona en gnome-terminal, terminator y tmux.
Estoy agregando características y vulnerabilidades que se explotan constantemente. Además, pronto habrá una versión con interfaz gráfica de usuario. Esta herramienta NO fue codificada por un profesional, “No sé lo que estoy haciendo“.
Actualizar Kali/Parrot
apt update; apt upgrade -y
Descargar hackerEnv
cd /opt/
git clone https://github.com/abdulr7mann/hackerEnv.git
cd /opt/hackerEnv
chmod +x hackerEnv
Si quieres usarlo en cualquier parte del sistema, crea un atajo usando:
ln -s /opt/hackerEnv/hackerEnv /usr/local/bin/
Usar
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
En Gnome terminal
En tmux
Reporte