8000 GitHub - yeyingsrc/dalfox: 🌙🦊 Dalfox 是一款功能强大的开源 XSS 扫描程序和实用程序,专注于自动化。
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from hahwul/dalfox

🌙🦊 Dalfox 是一款功能强大的开源 XSS 扫描程序和实用程序,专注于自动化。

License

Notifications You must be signed in to change notification settings

yeyingsrc/dalfox

 
 

Repository files navigation


dalfox

Dalfox is a powerful open-source tool that focuses on automation, making it ideal for quickly scanning for XSS flaws and analyzing parameters. Its advanced testing engine and niche features are designed to streamline the process of detecting and verifying vulnerabilities.

Key features

  • Modes: URL, SXSS, Pipe, File, Server, Payload
  • Discovery: Parameter analysis, static analysis, BAV testing, parameter mining
  • XSS Scanning: Reflected, Stored, DOM-based, with optimization and DOM/headless verification
  • HTTP Options: Custom headers, cookies, methods, proxy, and more
  • Output: JSON/Plain formats, silence mode, detailed reports
  • Extensibility: REST API, custom payloads, remote wordlists

And the various options required for the testing :D

Installation

Homebrew (macOS/Linux)

brew install dalfox

# https://formulae.brew.sh/formula/dalfox

Snapcraft (Ubuntu)

sudo snap install dalfox

From Source

go install github.com/hahwul/dalfox/v2@latest

See Installation guide for details.

Usage

dalfox [mode] [target] [flags] 
  • Single URL: dalfox url http://example.com -b https://callback
  • File Mode: dalfox file urls.txt --custom-payload mypayloads.txt
  • Pipeline: cat urls.txt | dalfox pipe -H "AuthToken: xxx"

Check the Usage and Running documents for more examples.

Contributing

if you want to contribute to this project, please see CONTRIBUTING.md and Pull-Request with cool your contents.

About the Name

As for the name, Dal() is the Korean word for "moon," while "Fox" stands for "Finder Of XSS" or 🦊

About

🌙🦊 Dalfox 是一款功能强大的开源 XSS 扫描程序和实用程序,专注于自动化。

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Ruby 1.3%
  • Dockerfile 0.1%
0