For un escáner de seguridad de aplicaciones dinámicas (DAST), the strongest matches are arachni/arachni (Arachni is a full-featured DAST scanner that automates vulnerability), zaproxy/zaproxy (OWASP ZAP is a full-featured DAST web vulnerability scanner) and s0md3v/xsstrike (XSStrike is an automated security scanner specifically for cross-site). hahwul/dalfox and projectdiscovery/nuclei round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Estas herramientas de código abierto realizan análisis dinámico automatizado para identificar vulnerabilidades de seguridad en aplicaciones web en ejecución.
Arachni is a dynamic application security testing vulnerability scanner and web application security tool. It functions as a distributed web audit framework that performs active and passive audits to identify security flaws such as SQL injection and cross-site scripting. The project features a JavaScript-aware web crawler that executes scripts and monitors DOM changes to analyze modern dynamic web applications. It utilizes server platform fingerprinting to target compatible security payloads and provides a grid-based system to distribute scanning workloads across multiple nodes. The tool cov
Arachni is a full-featured DAST scanner that automates vulnerability detection in web applications, with support for distributed scanning, REST API, and detailed reporting, exactly what you need for continuous security testing.
OWASP ZAP is a dynamic application security testing tool and intercepting HTTP proxy used to find vulnerabilities in web applications. It functions as a penetration testing framework that enables both automated security scanning and manual security testing of running web services. The tool provides a suite of capabilities for analyzing web applications from the outside in, including the ability to capture and modify traffic between a browser and a target application. It is designed to integrate into DevSecOps pipelines to provide consistent security checks across different environments.
OWASP ZAP is a full-featured DAST web vulnerability scanner that actively tests running web applications, provides automated scanning, CI/CD integration via its API and command-line mode, and produces detailed vulnerability reports, making it an excellent match for your search.
XSStrike is an automated security scanning engine designed for web application discovery, input
XSStrike is an automated security scanner specifically for cross-site scripting (XSS) vulnerabilities in web applications, so it fits as a specialized DAST tool but lacks coverage for other vulnerability types and the listed CI/CD and API integrations.
Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t
Dalfox is a specialized DAST scanner focused exclusively on cross-site scripting (XSS) vulnerabilities, offering automated scanning, CI/CD integration, and a REST API, but it does not cover the broader range of web application vulnerabilities typically expected from a full DAST tool.
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
Nuclei is a template-driven automated vulnerability scanner that performs dynamic application security testing by sending requests and analyzing responses, and it supports CI/CD integration, REST API, and detailed reporting, exactly matching the requirement for a DAST web vulnerability scanner with those features.
WPScan is a security analysis utility and vulnerability scanner designed specifically for auditing WordPress installations and other content management systems. It functions as a web application security tool that identifies misconfigurations, outdated software, and security holes in core installations, plugins, and themes. The tool employs black-box scanning techniques to perform site component enumeration, identifying users, themes, and plugins by matching known file paths and response signatures. It matches these detected components against a database of known security flaws to analyze the
WPScan is a dedicated DAST scanner that automates black-box security testing of live WordPress sites, fitting your need for a running-web-application vulnerability scanner, though it focuses specifically on WordPress rather than general web applications.
This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It functions as a command-line utility that streamlines the identification, verification, and exploitation of web application flaws by automating the injection of malicious payloads into input parameters. The tool provides a comprehensive framework for database enumeration, allowing users to extract schema information, user data, and system configurations from identified injection points. What distinguishes this tool is its sophisticated engine for dynamic payload adaptation and heuris
sqlmap is an automated dynamic security testing tool that sends malicious payloads and analyzes responses to detect SQL injection vulnerabilities—a focused DAST scanner for database flaws, but it does not cover other web vulnerability types or offer built-in CI/CD integration or a REST API.
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 are
Nikto is a well-established DAST web vulnerability scanner that automates testing of running web applications by sending HTTP requests and analyzing responses to find misconfigurations and outdated software, but it lacks a REST API and native CI/CD integration which some modern workflows require.
This project is an automated security scanner designed to identify vulnerabilities within web caching layers. It functions as an HTTP protocol security tool that probes web infrastructure by manipulating request headers, parameters, and cookies to observe how servers handle and store content. The scanner distinguishes itself through specialized cache behavior analysis, which targets specific flaws such as cache poisoning and cache deception. It incorporates a recursive crawler to map web application endpoints and utilizes configurable proxy routing to facilitate traffic inspection and debuggi
This Go-based CLI tool tests live web applications for cache poisoning vulnerabilities by actively sending requests and analyzing responses, which fits the DAST concept, but its narrow focus on one vulnerability type and lack of a REST API or CI/CD integration makes it a narrower match rather than a comprehensive scanner.