Skip to content

0xKayala/NucleiScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NucleiScanner = Nuclei + Subfinder + Gau + Paramspider + httpx

NucleiScanner is an automation tool that combines Nuclei, Subfinder, Gau, Paramspider and httpx functionality to enhance web application security testing. It uses Subfinder to collect subdomains, Gau 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 + Gau + Paramspider + httpx = NucleiScanner

Important: Make sure the tools Nuclei, Subfinder, Gau, Paramspider & httpx are installed on your machine and executing correctly to use the NucleiScanner without any issues.

Tools included:

Nuclei git clone https://github.com/projectdiscovery/nuclei.git

Subfinder git clone https://github.com/projectdiscovery/subfinder.git

Gau git clone https://github.com/lc/gau.git

ParamSpider git clone https://github.com/0xKayala/ParamSpider.git

httpx git clone https://github.com/projectdiscovery/httpx.git

Templates:

Nuclei Templates git clone https://github.com/projectdiscovery/nuclei-templates.git

Screenshot

image

Output

Usage

ns -h

This 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 scan

Installation:

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

Examples:

Here are a few examples of how to use NucleiScanner:

  • Run NucleiScanner on a single domain:

    ns -d example.com
  • Run NucleiScanner on multiple domains from a file:

    ns -f file.txt

Practical Demonstration:

For a Practical Demonstration of the NucleiScanner tool see the below video 👇

Star History

Star History Chart

Contributing

Contributions are welcome! If you'd like to contribute to NucleiScanner, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Submit a pull request.

Made by Satya Prakash | 0xKayala \

A Security Researcher and Bug Hunter \

Connect with me:

0xkayala 0xkayala 0xkayala @0xkayala 0xkayala

Support me:

0xKayala



About

NucleiScanner is a Powerful Automation tool for detecting Unknown Vulnerabilities in the Web Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages