
HoneyPoC: SIGRed(CVE-2020-1350)를 악용하기 위한 개념 증명(PoC) 스크립트. Windows Server 2000부터 Windows Server 2019까지 실행되는 도메인 컨트롤러에서 도메인 관리자 권한을 획득합니다.
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters" /v "TcpReceivePacketSize" /t REG_DWORD /d 0xFF00 /f
net stop DNS && net start DNS
./CVE-2020-1350.exe will run the exploit.
바이너리 사용 방법에 대한 자세한 내용은 README.pdf를 참조하십시오.
소스 코드는 여기에서 확인할 수 있습니다: https://github.com/zoomerxsec/Fake_CVE-2020-1350
exploit.sh에서 대상 IP를 변경한 후 다음을 실행하십시오:
chmod +x exploit.sh
./exploit.sh