aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.51k stars 2.07k forks source link

Add toggle for silent, extend reach of silent #269

Open cskinner74 opened 3 years ago

cskinner74 commented 3 years ago

Added a toggle switch, -q, --quiet to enable the silent feature available in the script.

Additionally, this pull request further extends the reach of the existing silent feature. Previously, when using Sublist3r as a module in another Python script, Sublist3r still displayed the banner as well as messages such as Saving results to file.

I believe having the option to toggle the silent option when running the script can be valuable to those that just want to generate the output to a file with the -o option, and can be useful when running multiple scripts in succession. Additionally, having silent mute other output such as the banner display will increase the usefulness of setting silent when calling Sublist3r from another script.

Closes #268