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?