awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sullo avatar

sullo/nikto

0
View on GitHub↗
10,104 estrellas·1,407 forks·Perl·other·12 vistas

Nikto

Nikto is an open-source HTTP security auditing tool and web server vulnerability scanner. It functions as a reconnaissance engine designed to identify insecure server options, outdated software, and common vulnerabilities by analyzing HTTP responses.

The project differentiates itself through capabilities for intrusion detection evasion and web server fingerprinting. It uses request-level encoding and timing spacers to bypass security filters and employs signature-based identification to determine specific server software versions and misconfigurations.

The scanner covers broad capability areas including dictionary-based resource discovery to find hidden files and directories, proxy-based traffic routing for anonymizing the scan origin, and a plugin-based architecture for custom scan extensions. Findings are processed through a reporting system that supports multi-format data serialization for external analysis.

The tool includes a portable execution mode that allows the engine to run from a self-contained directory without requiring system-wide installation.

Features

  • Web Vulnerability Scanning - Identifies security flaws, outdated software, and common vulnerabilities by probing web servers for known risks.
  • Content Discovery - Finds unlinked files and directory names through dictionary attacks and brute forcing to uncover hidden content.
  • Service Response Signatures - Determines server versions and software by matching response headers and banners against a database of known signatures.
  • Dictionary-Based Resource Discovery - Identifies hidden files and directories by iterating through pre-defined lists of common names and paths.
  • Infrastructure Misconfiguration Detectors - Identifies insecure server options and configuration errors that could expose the system to attack.
  • Security Auditing Tools - Identifies insecure server options and common vulnerabilities by analyzing HTTP responses.
  • Vulnerability Scanners - Provides a portable utility for detecting web vulnerabilities with support for custom plugins and proxy routing.
  • Server Fingerprinting - Uses signature-based identification to determine specific server software versions and fingerprints.
  • Resource Discovery Brute-Forcing - Employs dictionary-based attacks to discover hidden files and directories on the target web server.
  • Reconnaissance Tools - Discovers hidden directories and identifies server software versions through dictionary attacks.
  • Web Server Fingerprinting - Probes targets to determine specific server software versions and detect insecure server misconfigurations.
  • Network Traffic Proxying - Directs network requests through intermediate servers to anonymize the scanner origin or bypass network firewalls.
  • Custom Security Scan Extensions - Provides an extensibility system for adding custom tests and plugins to detect specific vulnerabilities.
  • IDS Evasion Techniques - Uses encoding techniques and request spacers to bypass security filters and mask scanning activity.
  • Security Software Evasion - Implements request-level encoding and timing spacers to bypass security filters and intrusion detection systems.
  • HTTP Request Evasion - Bypasses security filters by modifying request encoding and inserting timing spacers between network probes.
  • Vulnerability Scanners - Web server vulnerability scanner.
  • Web Application Scanners - Comprehensive web server scanner for known vulnerabilities.
  • Dynamic Analysis - Web server security scanner.
  • Infrastructure Scanners - Classic web server scanner for identifying dangerous files and outdated software.
  • Seguridad y privacidad - Web server scanner for identifying vulnerabilities.
  • Security Tools - Nikto web server scanner
  • Vulnerability Analysis - Web server scanner for identifying dangerous files and outdated software.
  • Vulnerability Scanners - Web server vulnerability scanner.
  • Vulnerability Scanning and Auditing - Web server scanner for comprehensive security testing.
  • Web Vulnerability Scanners - Scanner for identifying web server vulnerabilities.

Historial de estrellas

Gráfico del historial de estrellas de sullo/niktoGráfico del historial de estrellas de sullo/nikto

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace sullo/nikto?

Nikto is an open-source HTTP security auditing tool and web server vulnerability scanner. It functions as a reconnaissance engine designed to identify insecure server options, outdated software, and common vulnerabilities by analyzing HTTP responses.

¿Cuáles son las características principales de sullo/nikto?

Las características principales de sullo/nikto son: Web Vulnerability Scanning, Content Discovery, Service Response Signatures, Dictionary-Based Resource Discovery, Infrastructure Misconfiguration Detectors, Security Auditing Tools, Vulnerability Scanners, Server Fingerprinting.

¿Qué alternativas de código abierto existen para sullo/nikto?

Las alternativas de código abierto para sullo/nikto incluyen: projectdiscovery/nuclei — Nuclei is a modular security scanning framework designed for automated vulnerability detection and infrastructure… maurosoria/dirsearch — dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on… andresriancho/w3af — w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities… epi052/feroxbuster — Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and… zan8in/afrog — afrog is an HTTP vulnerability scanner and web vulnerability management system that identifies security flaws and… future-architect/vuls — Vuls is an agentless vulnerability scanner and CVE intelligence aggregator. It identifies security flaws in operating…

Alternativas open-source a Nikto

Proyectos open-source similares, clasificados según cuántas características comparten con Nikto.
  • projectdiscovery/nucleiAvatar de projectdiscovery

    projectdiscovery/nuclei

    29,189Ver en GitHub↗

    Nuclei is a modular security scanning framework designed for automated vulnerability detection and infrastructure reconnaissance. It functions as a template-driven engine that executes security checks across diverse network protocols, allowing users to define custom detection logic to identify vulnerabilities, misconfigurations, and exposed assets. The platform distinguishes itself through its highly extensible architecture, which supports distributed scanning, headless browser automation for dynamic web content, and out-of-band interaction monitoring to detect blind vulnerabilities. It integ

    Goattack-surfacecve-scannerdast
    Ver en GitHub↗29,189
  • maurosoria/dirsearchAvatar de maurosoria

    maurosoria/dirsearch

    14,403Ver en GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Python
    Ver en GitHub↗14,403
  • andresriancho/w3afAvatar de andresriancho

    andresriancho/w3af

    4,850Ver en GitHub↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Pythonappseccross-site-scriptingscanner
    Ver en GitHub↗4,850
  • epi052/feroxbusterAvatar de epi052

    epi052/feroxbuster

    7,522Ver en GitHub↗

    Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and directories on web servers. It functions as a recursive URL scanner that identifies unlinked endpoints and API resources by combining wordlist-based scanning with automated crawling. The tool operates as a proxy-aware fuzzer, allowing network requests to be routed through HTTP or SOCKS proxies for traffic interception or anonymity. It utilizes recursive directory crawling to automatically queue discovered paths and find nested content. The system includes capabilities for discovery

    Rustcontent-discoveryenumerationhacktoberfest
    Ver en GitHub↗7,522
Ver las 30 alternativas a Nikto→