CTF-Writeups/Active Directory/Enumeration/2- File servers , shares.md
2021-12-07 17:41:40 +05:00

322 B

Domain Enumeration finding file servers and shares on hosts

PowerView commands

Find shares on hosts in current domain

Invoke-ShareFinder -verbose

Find sensitive files on computers in the domain

Invoke-FileFinder -Verbose

Get all fileservers of the domain

Get-NetFileServer