Skip to content
/ FuYao-Go Public
forked from ExpLangcn/FuYao-Go

自动化进行目标资产探测和安全漏洞扫描|适用于赏金活动、SRC活动、大规模使用、大范围使用|通过使用被动在线资源来发现网站的有效子域|通过强大且灵活的模板,模拟各种安全漏洞检查!Automate 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 resources | Simulate various Security Vulnerability Check

Notifications You must be signed in to change notification settings

sssqp/FuYao-Go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

FuYao - Go

image-20220413114822870

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


update record

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

Current feature or future feature

  • 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


Current POC list

Currently there are: 8980 POC templates

image-20220413112118120


Using help

Windows system is not recommended!

./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


Configuration information

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

Contact information

WeChat

image-20220413113316684


Stargazers over time

Stargazers over time

About

自动化进行目标资产探测和安全漏洞扫描|适用于赏金活动、SRC活动、大规模使用、大范围使用|通过使用被动在线资源来发现网站的有效子域|通过强大且灵活的模板,模拟各种安全漏洞检查!Automate 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 resources | Simulate various Security Vulnerability Check

Resources

Stars

Watchers

Forks

Packages

No packages published