Shares Enumeration
Enumerating Shares
PowerView
#Find shares on hosts in current domain.
Invoke-ShareFinder βVerbose
#Find Non Standard Shares
Invoke-ShareFinder βVerbose -ExcludeStandard -ExcludeIPC -ExcludePrint
#Find sensitive files on computers in the domain
Invoke-FileFinder βVerbose
#Get all fileservers of the domain
Get-NetFileServer -Verbose
PowerView Install
https://github.com/PowerShellMafia/PowerSploit/blob/master/Recon/PowerView.ps1
#Import
..\PowerView.ps1
Last updated
Was this helpful?