the-useless-one / pywerview

A (partial) Python rewriting of PowerSploit's PowerView
GNU General Public License v3.0
908 stars 113 forks source link

Little changes #27

Closed AlessandroZ closed 11 months ago

AlessandroZ commented 6 years ago

Hi,

I was using your tool on a big AD (around 20 000 hosts) and I had to debug some functions because I had stacktraces like these ones:

Another problem I had, it's on big AD, the request (invoke-userhunter) could take a while, so it's difficult to know if the tool is working or not so I added some prints and a progress bar to know the elapsed time. If you want to remove it, no problem, but please add some verbose options.

I wanted to improve the elapsed time, that's why I added a timeout here but I doesn't change a lot.

Hope it will help. Have a nice day and thanks for your work !

ThePirateWhoSmellsOfSunflowers commented 11 months ago

Hi!

I'm closing this issue now after 6 years of suspense (really sorry). Logging for hunting functions will be soon merged into dev.

:sunflower: