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
Deep-Reaver — AI-enhanced vulnerability assessment and exploitation toolkit for modular scanning of web applications, detecting SQLi, XSS, RCE, CSRF, and more with interactive CLI and auto-reporting. | Kitploit
Tools/GitHubGitHub/dannz1337/deep-reaver
Vulnerability ScannersWeb Application ExploitationPenetration TestingAI Security
GitHubdannz1337/deep-reaver

Deep-Reaver

AI-enhanced vulnerability assessment and exploitation toolkit for modular scanning of web applications, detecting SQLi, XSS, RCE, CSRF, and more with interactive CLI and auto-reporting.

View Repository
1 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

Deep Reaver

Deep Reaver is a powerful, AI-enhanced vulnerability assessment and exploitation toolkit built in Python. Inspired by tools like Nmap and Nessus, Deep Reaver is designed for deep, modular scanning of web applications and services.


Features

  • AI-assisted analysis via ai_assistant.py
  • Modular vulnerability scanning:
    • SQL Injection (SQLi)
    • Cross-site Scripting (XSS)
    • Remote Code Execution (RCE)
    • Cross-Site Request Forgery (CSRF)
    • File Upload Testing
    • Brute Force Login Detection
    • Auth Bypass & Host Header Injection
    • CMS Detection & CVE Check
    • LFI/RFI, XXE, CORS, JSONP, Clickjacking, SSRF, and more
  • Interactive CLI with colored output, tabulated results, and progress bars
  • Auto-reporting to file

Installation

root@kitploit:~
git clone https://github.com/Dannz1337/Deep-Reaver.git
cd Deep-Reaver/user
pip install -r requirements.txt
Download Tool