x90skysn3k / brutespray

Bruteforcing from various scanner output - Automatically attempts default creds on found services.
MIT License
1.96k stars 381 forks source link

Adding debug & verbose mode #50

Closed gbiagomba closed 3 years ago

gbiagomba commented 3 years ago

Hey @x90skysn3k ,

would it be possible to add a verbose and debug flag to the tool? essentially it would be passing the -w and -v flag to medusa. So when brutespray hangs i can see what is going on. Relates to https://github.com/x90skysn3k/brutespray/issues/49

x90skysn3k commented 3 years ago

added medusa -v verbosity and -w for debug options

gbiagomba commented 3 years ago

@x90skysn3k thank you!