awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OWASP avatar

OWASP/Nettacker

0
View on GitHub↗
5,258 星标·1,113 分支·Python·Apache-2.0·18 次浏览owasp.org/nettacker↗

Nettacker

Nettacker 是一个自动化渗透测试框架,旨在编排侦察、端口扫描和漏洞检测。它作为一个网络侦察工具和漏洞扫描器,能够识别开放端口、指纹识别服务,并根据已知安全漏洞数据库检查系统。

该框架的独特之处在于结合了用于通过模糊测试发现隐藏路径的 Web 应用爬虫,以及一个将扫描结果持久化到数据库以跟踪历史评估的漏洞管理系统。它还包含子域名枚举、凭据暴力破解以及通过代理路由流量以实现匿名化的专业功能。

该系统涵盖了广泛的安全能力,包括网络资产发现、多协议服务审计和配置审计。它支持跨 IP 范围和 CIDR 块的多目标扫描,并提供多种格式的安全报告生成工具。

通过基于 REST 的接口可实现程序化控制,从而将该框架集成到安全流水线和自动化流程中。

Features

  • Network Vulnerability Scanning - Performs comprehensive scanning of network assets to identify security weaknesses and misconfigurations across infrastructure.
  • Reconnaissance Workflow Orchestrators - Orchestrates the full sequence of reconnaissance, port scanning, and vulnerability detection into an automated workflow.
  • Penetration Testing Frameworks - Provides a complete software environment to automate the discovery and exploitation of network security weaknesses.
  • Web Application Crawlers - Combines automated web crawling and input fuzzing to discover hidden paths and vulnerabilities in web applications.
  • Network Device Discovery - Maps the attack surface by discovering active devices, open ports, and subdomains across target networks.
  • Penetration Testing - Provides a comprehensive framework for conducting automated penetration testing through orchestrated reconnaissance and scanning.
  • Audit Result Persistence - Includes an internal database for persisting security audit findings and metadata for compliance tracking.
  • Relational Database Persistence - Uses relational databases to persist historical scan results and configurations for long-term tracking.
  • Recursive Crawl Discoverers - Automatically discovers application endpoints and hidden paths using recursive crawling and input fuzzing.
  • Attack Surface Mapping - Maps internet-facing assets and hidden subdomains to identify and document organizational exposure.
  • External Asset Discovery - Discovers external-facing domains, IPs, and subdomains to map the external footprint of a target.
  • Target-Agnostic Scanning - Supports a wide variety of target inputs including IP ranges, CIDR blocks, and domains for flexible network probing.
  • Network Security Auditing - Audits network services and server configurations for misconfigurations, outdated patches, and weak credentials.
  • Reconnaissance Workflow Automation - Automates the sequence of subdomain enumeration and vulnerability scanning to gather target intelligence.
  • Network Vulnerability Databases - Checks targets against comprehensive databases of known security flaws and common vulnerabilities.
  • Vulnerability Scanners - Implements automated tools to identify open ports, fingerprint services, and detect known security flaws in infrastructure.
  • Service Fingerprinting - Uses a detection engine to identify specific software versions and server banners via network probes.
  • Subdomain Enumeration Tools - Provides utilities for enumerating and discovering subdomains to expand the analysis surface area.
  • Network Reconnaissance Tools - Ships a suite for scanning networks to identify active services and map the target attack surface.
  • Vulnerability Scanning Workflows - Implements a workflow for scanning known security flaws and persisting results for remediation tracking.
  • Offline Vulnerability Analysis - Analyzes network services and device configurations against known bugs and security weaknesses.
  • Scanning Module Systems - Organizes vulnerability tests into discrete, interchangeable modules that can be grouped into targeted scan profiles.
  • Scan Management APIs - Ships a RESTful API for triggering on-demand security scans and managing scan records.
  • Security Scanning Integrations - Connects automated security scans into CI/CD pipelines via a programmatic interface.
  • Scan Configuration Profiles - Provides a system for grouping scanning modules into reusable profiles for standardized security audits.
  • Multi-Format Target Scanning - Accepts IP ranges, CIDR blocks, and domain names as input to perform scans across multiple targets.
  • Multi-Format Vulnerability Reports - Generates security scan reports in multiple formats including HTML, JSON, and SARIF for stakeholder review.
  • Multi-Protocol Vulnerability Scanning - Provides a probe capable of assessing diverse protocols for system vulnerabilities.
  • Web Application Fuzzers - Provides an active execution engine that generates HTTP inputs to discover vulnerabilities and hidden paths in web applications.
  • Credential Brute-Forcing - Provides a systematic tool for testing common login combinations to identify unauthorized access vulnerabilities.
  • Vulnerability Management Systems - Includes a centralized platform to persist scan results in a database and track historical security assessments.
  • CI Pipeline Integration - Provides a programmatic interface to integrate automated vulnerability scans directly into CI build processes.
  • Device Discovery Engines - Implements a network scanning tool that identifies active devices and services across a target network.
  • Automated Security Scan Triggers - Provides a mechanism to automatically trigger vulnerability assessments using defined modules and custom arguments.
  • Web Crawlers - Provides an automated tool to discover application endpoints and map the structure of web applications through crawling.
  • Security Configuration Auditing - Inspects server settings and HTTP headers to identify security misconfigurations and missing security headers.
  • Remote Control Interfaces - Exposes a programmatic interface for remote control and management of security scanning processes.
  • Application Security - Automated penetration testing and vulnerability scanning framework.
  • Vulnerability Scanning and Auditing - Automated information gathering and vulnerability scanning.

Star 历史

owasp/nettacker 的 Star 历史图表owasp/nettacker 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Nettacker 的精选搜索

收录 Nettacker 的精选合集。
  • 自动化 SQL 注入扫描器
  • 自动化 Web 应用漏洞扫描器

Nettacker 的开源替代方案

相似的开源项目,按与 Nettacker 的功能重合度排序。
  • jaykali/maskphishjaykali 的头像

    jaykali/maskphish

    3,020在 GitHub 上查看↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Shellhackhackinghacking-tool
    在 GitHub 上查看↗3,020
  • google/tsunami-security-scannergoogle 的头像

    google/tsunami-security-scanner

    8,584在 GitHub 上查看↗

    Tsunami Security Scanner is a network vulnerability scanner and security auditor designed to identify high-severity flaws across network assets. It functions as an asynchronous security probe engine that utilizes automated probes and specialized detection logic to find critical weaknesses and prioritize remediation efforts. The project is distinguished by a plugin-based scanning engine, which uses a modular architecture of interchangeable detection plugins to identify vulnerabilities. This extensibility allows for the development and integration of custom security plugins to expand the variet

    Java
    在 GitHub 上查看↗8,584
  • guelfoweb/knockguelfoweb 的头像

    guelfoweb/knock

    4,163在 GitHub 上查看↗

    Knock is an attack surface management tool and DNS reconnaissance framework used for discovering and mapping an organization's external infrastructure. It functions as a subdomain enumeration tool and HTTP security scanner to identify reachable hosts and organizational assets. The project distinguishes itself by using a passive-active hybrid enumeration strategy, combining external API lookups with active wordlist brute-force attacks and DNS zone transfers. It includes a multi-stage validation pipeline that detects DNS wildcard records and verifies host connectivity to filter out false positi

    Python
    在 GitHub 上查看↗4,163
  • projectdiscovery/naabuprojectdiscovery 的头像

    projectdiscovery/naabu

    5,766在 GitHub 上查看↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Gocdn-exclusionhacktoberfestnmap
    在 GitHub 上查看↗5,766
查看 Nettacker 的所有 30 个替代方案→

常见问题解答

owasp/nettacker 是做什么的?

Nettacker 是一个自动化渗透测试框架,旨在编排侦察、端口扫描和漏洞检测。它作为一个网络侦察工具和漏洞扫描器,能够识别开放端口、指纹识别服务,并根据已知安全漏洞数据库检查系统。

owasp/nettacker 的主要功能有哪些?

owasp/nettacker 的主要功能包括:Network Vulnerability Scanning, Reconnaissance Workflow Orchestrators, Penetration Testing Frameworks, Web Application Crawlers, Network Device Discovery, Penetration Testing, Audit Result Persistence, Relational Database Persistence。

owasp/nettacker 有哪些开源替代品?

owasp/nettacker 的开源替代品包括: jaykali/maskphish — Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network… google/tsunami-security-scanner — Tsunami Security Scanner is a network vulnerability scanner and security auditor designed to identify high-severity… guelfoweb/knock — Knock is an attack surface management tool and DNS reconnaissance framework used for discovering and mapping an… projectdiscovery/naabu — Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to… lcvvvv/kscan — kscan is a network security scanner and service fingerprinter used to discover active hosts and open ports. It… manisso/fsociety — fsociety is a penetration testing framework and security tool orchestrator designed to conduct full security audits.…