
开源,go多并发批量探测poc,准确率高
Open source, Go-based multi-concurrent batch POC detection, high accuracy. Testing 1k entries takes about 40 seconds, with over 90% accuracy.
Generate Linux executable
set CGO_ENABLED=0
set GOOS=linux
go build cve-2023-23752-PoC.go
Generate Windows executable
set CGO_ENABLED=1
set GOOS=windows
go build cve-2023-23752-PoC.go
cve-2023-23752-Poc -l url.txt
Results are saved in out.txt in the current directory.