PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.06k stars 813 forks source link

invoke-filefinder needs (x of y) in verbose mode #21

Closed digininja closed 9 years ago

digininja commented 9 years ago

Most of the other tools show (x of y) when they are running in verbose mode but invoke-filefinder doesn't, it would be useful to have it.

HarmJ0y commented 9 years ago

I believe it does, Write-Verbose "[*] Enumerating server $server ($counter of $($Hosts.count))"