back to home

OWASP / Nettacker

Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management

4,889 stars
1,038 forks
171 issues
PythonCSSJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing OWASP/Nettacker in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/OWASP/Nettacker)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

OWASP Nettacker ========= **DISCLAIMER** • ***THIS SOFTWARE WAS CREATED FOR AUTOMATED PENETRATION TESTING AND INFORMATION GATHERING. YOU MUST USE THIS SOFTWARE IN A RESPONSIBLE AND ETHICAL MANNER. DO NOT TARGET SYSTEMS OR APPLICATIONS WITHOUT OBTAINING PERMISSIONS OR CONSENT FROM THE SYSTEM OWNERS OR ADMINISTRATORS. CONTRIBUTORS WILL NOT BE RESPONSIBLE FOR ANY ILLEGAL USAGE.*** OWASP Nettacker is an open-source, Python-based automated penetration testing and information-gathering framework designed to help cyber security professionals and ethical hackers perform reconnaissance, vulnerability assessments, and network security audits efficiently. Nettacker automates tasks like port scanning, service detection, subdomain enumeration, network mapping, vulnerability scanning, credential brute-force testing making it a powerful tool for identifying weaknesses in networks, web applications, IoT devices and APIs. Key Features • **Modular architecture** - Each task — like port scanning, directory discovery, subdomain enumeration, vulnerability checks, or credential brute-forcing - is implemented as its own module, giving you control over what runs. • **Multi-protocol & multithreaded scanning** - Supports HTTP/HTTPS, FTP, SSH, SMB, SMTP, ICMP, TELNET, XML-RPC, and can run scans in parallel for speed. • **Comprehensive output** - Export reports in HTML, JSON, CSV, and plain text. • **Built-in database & drift detection** - Stores past scans in the database for easy search and comparison with current results: useful to detect new hosts, open ports, or vulnerabilities in CI/CD pipelines. • **CLI, REST API & Web UI** - Offers both programmatic integration and a user-friendly web interface for defining scans and viewing results. • **Evasion techniques** - Enables configurable delays, proxy support, and randomized user-agents to reduce detection by firewalls or IDS systems. • **Flexible targets** - Accepts single IPv4s, IP ranges, CIDR blocks, domain names, and full HTTP/HTTPS URLs. Targets can be mixed in a single command or loaded from a file using the flag. Use Cases • **Penetration Testing** Automate reconnaissance, misconfiguration checks, service discovery, and vulnerability scanning to support efficient and repeatable penetration testing workflows. • **Recon & Vulnerability Assessment** Map live hosts, open ports, services, default credentials, and directories, then perform credential brute-forcing or fuzzing using built-in or custom wordlists. • **Attack Surface Mapping** Discover exposed hosts, ports, subdomains, and services quickly using built-in enumeration modules—ideal for both internal and external assets. • **Bug Bounty Recon** Automate and scale common reconnaissance tasks like subdomain enumeration, directory brute-forcing, and default credential checks to speed up finding targets. • **Network Vulnerability Scanning** Efficiently scan IPs, IP ranges, or entire CIDR blocks or all subdmains of the organisation in parallel using a modular, multithreaded approach for large-scale network assessments. • **Shadow IT & Asset Discovery** Use historical scan data and drift detection to uncover unmanaged or forgotten hosts, open ports/services, and subdomains appearing over time. • **CI/CD & Compliance Monitoring** Integrate Nettacker into pipelines to track infrastructure changes and detect new vulnerabilities via stored scan history and comparison features. Links • OWASP Nettacker Project Home Page: https://owasp.org/nettacker • Documentation: https://nettacker.readthedocs.io • Slack: #project-nettacker on https://owasp.slack.com • Installation: https://nettacker.readthedocs.io/en/latest/Installation • Usage: https://nettacker.readthedocs.io/en/latest/Usage • GitHub repo: https://github.com/OWASP/Nettacker • Docker Image: https://hub.docker.com/r/owasp/nettacker • How to use the Dockerfile: https://nettacker.readthedocs.io/en/latest/Installation/#install-nettacker-using-docker • OpenHub: https://www.openhub.net/p/OWASP-Nettacker • **Donate**: https://owasp.org/donate/?reponame=www-project-nettacker&title=OWASP+Nettacker • **Read More**: https://www.secologist.com/open-source-projects ____________ Quick Setup & Run ============ CLI (Docker) Web UI (Docker) • Use the API Key displayed in the CLI to login to the Web GUI • Web GUI is accessible from your (https://localhost:5000) or https://nettacker-api.z3r0d4y.com:5000/ (pointed to your localhost) • The local database is (sqlite). • Default results path is • will share your nettacker folder, so you will not lose any data after • To see the API key in you can also run . • More details and install without docker https://nettacker.readthedocs.io/en/latest/Installation _____________ Thanks to our awesome contributors! ============ OWASP Nettacker is an open-source project, built on the principles of collaboration and shared knowledge. The vibrant OWASP community contributes to its development, ensuring that the tool remains up-to-date, adaptable, and aligned with the latest security practices. Thanks to all our awesome contributors! 🚀 Adopters We’re grateful to the organizations, community projects, and individuals who adopt and rely on OWASP Nettacker for their security workflows. If you’re using OWASP Nettacker in your organization or project, we’d love to hear from you! Feel free to add your details to the ADOPTERS.md file by submitting a pull request or reach out to us via GitHub issues. Let’s showcase how Nettacker is making a difference in the security community! See ADOPTERS.md for details. _____________ ***Google Summer of Code (GSoC) Project*** • ☀️ OWASP Nettacker Project is participating in the Google Summer of Code Initiative • 🙏 Thanks to Google Summer of Code Initiative and all the students who contributed to this project during their summer breaks: _____________ Stargazers over time