0xKayala / NucleiFuzzer

NucleiFuzzer is a Powerful Automation tool for detecting XSS, SQLi, SSRF, Open-Redirect, etc.. Vulnerabilities in Web Applications
https://github.com/0xKayala/NucleiFuzzer
1.31k stars 201 forks source link

Update NucleiFuzzer.sh #5

Closed 0xPugal closed 1 year ago

0xPugal commented 1 year ago

This PR modifies the filename of the output file generated by ParamSpider from paramspider-output.txt to $domain-paramspider-output.txt. This change enhances the functionality of the tool by allowing multiple scans to be run simultaneously and easily identifying which target is being scanned based on the output file name.

Currently, when running multiple scans using ParamSpider, it becomes challenging to determine which target each output file corresponds to. By incorporating the $domain variable in the output file name, it becomes more convenient to identify the specific target being scanned.