naozibuhao / WanLi

使用Dirsearch, Subfinder, Ksubdomain, Httpx、nuclei工具进行快速目标资产检查并对目标资产进行敏感文件、敏感路径、漏洞验证检测。Use Dirsearch, Subfinder, Ksubdomain, Httpx, nuclei tools to quickly check target assets and perform sensitive files, sensitive paths, and vulnerability verification detection on target assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WanLi

中文版LICENSEWanLi-ExpLangHelp

Use Dirsearch, Subfinder, Ksubdomain, Httpx, nuclei tools to quickly check target assets and perform sensitive files, sensitive paths, and vulnerability verification detection on target assets.

  • Directory scanning with Dirsearch
  • Use Subfinder for subdomain detection
  • Use Ksubdomain for domain name verification
  • Use Httpx for domain name information detection
  • Use nuclei for exploit and detection

Performance

asciicast

Performance

git clone https://github.com/ExpLangcn/WanLi.git
cd WanLi & pip3 install -r requirements.txt
vim config/config.py

Help

python3 WanLi.py

Help

clear                 clear the screen
ddir                  scans sensitive files and sensitive addresses of related domain names and subdomains of a single main domain name, ddir default.com
dirscan               scans sensitive files and sensitive addresses of a single web application, dirscan https://www.default.com/
domain                Scan related domain names and subdomains of a single main domain name, domain default.com
exit                  to exit the tool
help                  List available commands or provide detailed help for a specific command
pocscan               scans single or multiple WEB application vulnerabilities, you can specify vulnerabilities or batch vulnerabilities, please use "*.yaml" for batch vulnerabilities
portscan              detects open ports for a single domain name or IP, portscan default.com

BiLiBiLi

RedCodeTm

Use demo video

Twitter

@ExpLang_Cn

WeChat

WechatIMG408

Info

About

使用Dirsearch, Subfinder, Ksubdomain, Httpx、nuclei工具进行快速目标资产检查并对目标资产进行敏感文件、敏感路径、漏洞验证检测。Use Dirsearch, Subfinder, Ksubdomain, Httpx, nuclei tools to quickly check target assets and perform sensitive files, sensitive paths, and vulnerability verification detection on target assets.

License:Mozilla Public License 2.0


Languages

Language:Python 95.8%Language:HTML 4.0%Language:Dockerfile 0.2%