Automated target asset detection and security vulnerability scanning | Suitable for bounty campaigns, SRC campaigns, mass usage, mass usage | Discover valid subdomains of websites by using passive online sources | Use custom templates with zero false positives The target sends a request, and can perform a quick scan of a large number of hosts at the same time. |Provide scanning of various protocols such as TCP, DNS, HTTP, FILE, etc., simulate various security checks through powerful and flexible templates
2022.4.15 17:10
- Release V1.1 version
- Fix file missing [file=MANIFEST-000000] error under Windows
- Fix no valid templates were found error under Windows
- Optimized scan concurrency configuration
2022.4.15 12:00
- Release v1.0 version
- Subdomain enumeration asset collection
- Bulk subdomain enumeration asset collection
- Chaos Asset Collection
- Asset Survival Verification
- Batch asset survival verification
- Security Vulnerability Verification
- Bulk Security Vulnerability Verification
- Subdomain enumeration asset collection, asset survival verification, security vulnerability scanning linkage
- Subdomain Survival WebHook Notification
- WebHook notification of security vulnerability scan results
- Cyberspace Mapping Asset Collection
- Pending...
If you need any functions, you can file them in issues
Currently there are: 8980 POC templates
./FuYao -h
███████╗██╗ ██╗██╗ ██╗ █████╗ ██████╗
██╔════╝██║ ██║╚██╗ ██╔╝██╔══██╗██╔═══██╗
█████╗ ██║ ██║ ╚████╔╝ ███████║██║ ██║
██╔══╝ ██║ ██║ ╚██╔╝ ██╔══██║██║ ██║
██║ ╚██████╔╝ ██║ ██║ ██║╚██████╔╝ Discord:ExpLang#6666
╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ Author:ExpLang
Github:github.com/ExpLangcn/FuYao-Go
Please abide by local laws before using FuYao, FuYao is only provided for educational use
Usage: FuYao [-t xxx.com] [-l target.txt] [-poc]
-l string
Specify the target file for subdomain asset detection
-poc
Perform POC vulnerability detection on the results Scan result/subdomain_result.txt
-t string
Specify a single target for subdomain asset detection
Scan a website: ./FuYao -t xxx.com
Scan a website and scan for vulnerabilities: ./FuYao -t xxx.com -poc
Scan a target file: ./FuYao -l target.txt
Scan a target file and scan for vulnerabilities: ./FuYao -l target.txt -poc
templates: "data" # Template Catalog
severity: medium,high,critical # optional: info,low,medium,high,critical
markdown-export: "result//pocscan" # POC result output directory
rate-limit: 500 # POC concurrent scans
bulk-size: 50 # Maximum number of parallel checks per template
concurrency: 50 # maximum number of templates to execute in parallel
#-----------------
disable-update-check: true # do not touch
silent: true # don't touch
stats: true # don't touch
project: true # don't touch
enable-pprof: true # do not touch