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-2017-8225 — Exploit tool for CVE-2017-8225 targeting IP cameras. Scans for vulnerable devices and performs credential brute-forcing to gain unauthorized access. | Kitploit
Tools/GitHubGitHub/kienquoc102/cve-2017-8225
ReconnaissanceIoT SecurityPassword AttacksExploitationInformation Gathering
GitHubkienquoc102/cve-2017-8225

CVE-2017-8225

Exploit tool for CVE-2017-8225 targeting IP cameras. Scans for vulnerable devices and performs credential brute-forcing to gain unauthorized access.

View Repository
214 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-2017-8225

Install Python3

root@kitploit:~
    apt-get install git
    pip3 install requests
    pip3 install colorama
    sudo apt update
    apt-get install python3

Installation:

root@kitploit:~
    git clone https://github.com/kienquoc102/CVE-2017-8225.git

Code Exploit:

root@kitploit:~
    cd CVE-2017-8225

    python3 scanip.py (Your File Text .txt)
    Example: python3 scanip.py scan.txt

    python3 bruteip.py + (File Text .txt Above) + (File Text .txt Second)
    Example: python3 bruteip.py scan.txt vuln.txt
    

Hacked Main:

1 2

[+]Found: admin|password|IP:192.xxx.xx.x:81

Indoor:

3 4 5
6 7 8

This Exploit Check out the number of vulnerable cameras found on Shodan.

Download Tool