mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 20:13:02 +00:00
322 B
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