aboul3la / Sublist3r

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

Feature Request - Quiet Output #268

Open cskinner74 opened 3 years ago

cskinner74 commented 3 years ago

I was wondering if an addition would be welcome that allows for a quiet output to sublist3r. When using the -o option to specify an output file, I may not necessarily need the output to the console. Especially if I am calling sublist3r from another script to parse the result file.

I could start working on this if you think it would be a welcome improvement to the project. Thanks!

cskinner74 commented 3 years ago

I see that there is the ability to run silently when calling Sublist3r as a module in another Python script by setting silent=True. However, I think it would be nice to have a toggle option in the script to set this as well.

I could go ahead and tie it to a new -q toggle.

Edit: I've gone ahead and submitted a pull request for this. Additionally, I extended the reach of the silent option to also suppress the banner message, and messages such as the Saving results to file: output.

RoninNakomoto commented 3 years ago

@wskinner74 check my fork. its a fixed bug-free working copy (only runs under python3 if properly installed), also has much faster bruteforcing capabilities using aiodnsbrute (instead of subbrute). do you mind also submitting your pull request there maybe? seems like a valuable feature.