Veil-PowerTools
Veil-PowerTools are a group of PowerShell tools that have been collected together for an offensive approach to network security. One of the tools found within Veil-PowerTools is called Veil-PowerView. These tools are used by hackers to mine for data. Once on a network a hacker may use Veil-PowerView to see where shared user access is found. The attacker would then type PS C:\> Invoke-ShareFinder -Ping -CheckShareAccess -Verbose | Out-File -Encoding ascii found_shares.txt. This command queries Active Directory (AD) for all machine objects, pings each one to ensure the host is up before enumeration, checks each found share for read access, and outputs everything to found_shares.txt. The -Verbose flag gives some status output ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access