NucleiScanner简介
NucleiScanner = Nuclei + Subfinder + Gau + Paramspider + httpx
NucleiScanner
是一款自动化工具,结合了Nuclei
、Subfinder
、Gau
和httpx
,可增强 Web 应用程序安全测试。它用于Paramspider
收集子域,通过过滤不需要的扩展来收集 URL以识别潜在的入口点并扫描漏洞。简化流程,使安全专业人员和 Web 开发人员更容易有效地检测和解决安全风险。下载以保护您的 Web 应用程序免受漏洞和攻击。
注意: 重要提示:请确保工具Nuclei
, Subfinder
, Gau
, Paramspider
& httpx
已安装在您的机器上并正确执行
,以便使用时不会出现任何问题。NucleiScanner
包含的工具:
git clone https://github.com/projectdiscovery/nuclei.git
git clone https://github.com/projectdiscovery/subfinder.git
git clone https://github.com/lc/gau.git
git clone https://github.com/0xKayala/ParamSpider.git
git clone https://github.com/projectdiscovery/httpx.git
模板:
git clone https://github.com/projectdiscovery/nuclei-templates.git
截屏
用法
ns -h
这将显示该工具的帮助。以下是它支持的选项。
NucleiScanner is a Powerful Automation tool for detecting Unknown Vulnerabilities in Web Applications
Usage: /usr/bin/ns [options]
Options:
-h, --help Display help information
-d, --domain <domain> Domain to scan for Unknown Vulnerabilities
-f, --file <filename> File containing multiple domains/URLs to scan
安装:
要安装NucleiScanner
,请按照下列步骤操作:
git clone https://github.com/0xKayala/NucleiScanner.git && cd NucleiScanner && sudo chmod +x install.sh && ./install.sh && ns -h && cd ..
例子:
以下是如何使用 NucleiScanner 的几个示例:
NucleiScanner
在单个域上运行:ns -d example.comNucleiScanner
从一个文件在多个域上运行:ns -f file.txt