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-34470 — POC and bulk scanner for CVE-2024-34470 | Kitploit
Tools/GitHubGitHub/bigb0x/cve-2024-34470
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubbigb0x/cve-2024-34470

CVE-2024-34470

POC and bulk scanner for CVE-2024-34470

View Repository
512 years 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-34470 PoC and Bulk Scanner

Overview

This is a proof-of-concept (PoC) and bulk scanner for CVE-2024-34470: Path Traversal vulnerability HSC Mailinspector affects all versions up to 5.2.18.

Banner

How to Use

POC in Action:

IMAGE POC IN ACTION

Single Target Scan

To scan a single target IP:

root@kitploit:~
python cve-2024-34470.py -u target

Bulk Target Scan

To mass scan bulk targets:

root@kitploit:~
python cve-2024-34470.py -f targets.txt

Installation

Download Tool

Minimum Requirements

  • Python 3.6 or higher
  • requests library

Installing The Script

root@kitploit:~
git clone https://github.com/bigb0x/CVE-2024-34470.git; cd CVE-2024-34470

Installing Required Packages

Install the required packages using pip:

root@kitploit:~
pip install requests

Author

POC was created by M Ali.

License

This project is licensed under the MIT License.

Disclaimer

This provided tool is for educational purposes only. I do not encourage, condone, or support unauthorized access to any system or network. Use this tool responsibly and only on systems you have explicit permission to test. Any actions and consequences resulting from misuse of this tool are your own responsibility.

References

  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34470
  • https://github.com/osvaldotenorio/CVE-2024-34470