NucleiFuzzer: a powerful automation tool for detecting xss, sqli, ssrf, open-redirect vulnerabilities in webapps
NucleiFuzzer = Nuclei + Paramspider
NucleiFuzzer is an automation tool that combines ParamSpider and Nuclei to enhance web application security testing. It uses ParamSpider to identify potential entry points and Nuclei’s templates to scan for vulnerabilities. NucleiFuzzer streamlines the process, making it easier for security professionals and web developers to detect and address security risks efficiently. Download NucleiFuzzer to protect your web applications from vulnerabilities and attacks.
Note: Nuclei + Paramspider =NucleiFuzzer
Tools included:
Templates:
Install
- git clone https://github.com/0xKayala/NucleiFuzzer.git
- cd NucleiFuzzer
- sudo chmod +x install.sh
- ./install.sh
- nucleifuzzer -h
Use
nucleifuzzer -h
This will display help for the tool. Here are the options it supports.
Source: https://github.com/0xKayala/