NucleiScanner is an automation tool that combines Nuclei, Subfinder, Gauplus, Paramspider and httpx functionality to enhance web application security testing. It uses Subfinder to collect subdomains, Gauplus to collect URLs by filtering unwanted extensions ParamSpider to identify potential entry points and Nuclei Scanning templates to scan for vulnerabilities. NucleiScanner streamlines the process, making it easier for security professionals and web developers to detect and address security risks efficiently. Download NucleiScanner to protect your web applications from vulnerabilities and attacks.
Note: Nuclei + Subfinder + Gauplus + Paramspider + Nuclei Templates = NucleiScanner
Important: Make sure the tools Nuclei, Subfinder, Gauplus, Paramspider & Nuclei Templates are installed on your machine and executing correctly to use the NucleiScanner without any issues.
Nuclei git clone https://github.com/projectdiscovery/nuclei.git
Subfinder git clone https://github.com/projectdiscovery/subfinder.git
Gauplus git clone https://github.com/bp0lr/gauplus.git
ParamSpider git clone https://github.com/0xKayala/ParamSpider.git
httpx git clone https://github.com/projectdiscovery/httpx.git
Nuclei Templates git clone https://github.com/projectdiscovery/nuclei-templates.git
ns -hThis will display help for the tool. Here are the options it supports.
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 scanTo install NucleiScanner, follow these steps:
git clone https://github.com/0xKayala/NucleiScanner.git && cd NucleiScanner && sudo chmod +x install.sh && ./install.sh && ns -h && cd ..
Here are a few examples of how to use NucleiScanner:
-
Run
NucleiScanneron a single domain:ns -d example.com
-
Run
NucleiScanneron multiple domains from a file:ns -f file.txt
For a Practical Demonstration of the NucleiScanner tool, see the video below 👇
Contributions are welcome! If you'd like to contribute to NucleiScanner, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Submit a pull request.
Made by
Satya Prakash | 0xKayala \
A Security Researcher and Bug Hunter \

