Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-23752 — 开源,go多并发批量探测poc,准确率高 | Kitploit
Tools/GitHubGitHub/ghosttoknow/cve-2023-23752
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubghosttoknow/cve-2023-23752

CVE-2023-23752

开源,go多并发批量探测poc,准确率高

View Repository
23 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-23752

Introduction

Open source, Go-based multi-concurrent batch POC detection, high accuracy. Testing 1k entries takes about 40 seconds, with over 90% accuracy.

Usage

root@kitploit:~
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.

Download Tool