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-2005-1794Scanner — Scanner for network for CVE-2005-1794. | Kitploit
Tools/GitHubGitHub/initroot/cve-2005-1794scanner
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubinitroot/cve-2005-1794scanner

CVE-2005-1794Scanner

Scanner for network for CVE-2005-1794.

View Repository
22434 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-2005-1794Scanner

Follow on Twitter GitHub last commit GitHub stars

Can be used to scan several targets vulnerable to CVE-2005-1794.

Credit to @daveysec and his orginal script available at https://github.com/RhinoSecurityLabs/Security-Research/blob/master/tools/python/CVE-2005-1794-check.py

Disclaimer

I take not responsibility for your use of the software. Development is done in my personal capacity and carry no affiliation to my work.

Setup

Following is required to be installed to python.

root@kitploit:~
python3 -m pip install requests, tqdm, pandas

Usage

Utilise as shown below to scan a list of targets, this needs to each IP on a newline.

root@kitploit:~
python3 CVE-2005-1794Scanner.py -t ips.txt

image

Download Tool