m3n0sd0n4ld / GooFuzz

GooFuzz is a tool to perform fuzzing with an OSINT approach, managing to enumerate directories, files, subdomains or parameters without leaving evidence on the target's server and by means of advanced Google searches (Google Dorking).
GNU General Public License v3.0
1.29k stars 131 forks source link

Added Proxy because why not? #12

Closed specters312 closed 2 months ago

specters312 commented 2 months ago

I added a proxy even though you could set a system proxy using env...

specters312 commented 2 months ago

Feel free to close this if you want I was being dumbo lol

m3n0sd0n4ld commented 2 months ago

Hello,

Thanks for proposing your code to improve the tool!

I already had something started, due to a proposal that you opened, but the option to put it as an environment variable was not the right one, as I prefer to use native options of cURL itself.

The tool has been updated with the same option you proposed in the menu in the new GooFuzz v.1.2.5 version.

Thanks for your input!

specters312 commented 2 months ago

Thanks dude