PowerView
Setup
Download PowerSploit and/or Recon folder/module here:
https://github.com/PowerShellMafia/PowerSploit/tree/dev
Copy to Folder Path: C:\Windows\System32\WindowsPowerShell\v1.0\Modules
Add folders as exculsions or disable windows defender
Set unrestricted PowerShell execution policy:
Import PowerSploit and/or Recon module:
Domain Info
Display Current Domain
Display Verbose Domain Info
Get Domain SID
Get Domain Controllers
Detailed Domain Info
Get Domain Policy (might be deprecated)
Get Domain Shares
Get GPOs
Display OUs
Display ACLs
Find Interesting Access Control Entries
Display ACL of Specified Path
Display Domains of Forest
Display Domain Trust (may be deprecated)
Display Local AppLocker Effective Policy
Computer Info
Display Domain Computers
More Detailed All Computer Info
User Info
Get User Info
Get Logged on User Info
Get Session Info for Machine
Get Machines Where Current User is Logged In
Get Detailed User Info
Group Info
Get Members of a Specified Group
Display All Groups
Display Detailed Info on All Groups
User Hunting
Find all Machines Where Current User is Local Admin
Find Local Admins on Machines
Find Machines Where Domain Admin or Specified User Has Session
Loot Hunting
Use Domain Account to download list of all filenames in the network
PowerView Resources
https://powersploit.readthedocs.io/en/latest/Recon/
https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon
https://gist.github.com/HarmJ0y/184f9822b195c52dd50c379ed3117993
https://github.com/PowerShellEmpire/PowerTools/tree/master/PowerView
http://www.harmj0y.net/blog/tag/powerview/
http://www.harmj0y.net/blog/powershell/veil-powerview-a-usage-guide/
http://www.harmj0y.net/blog/redteaming/powerview-2-0/
http://www.harmj0y.net/blog/penetesting/i-hunt-sysadmins/
http://www.slideshare.net/harmj0y/i-have-the-powerview
https://adsecurity.org/?p=2535
https://www.youtube.com/watch?v=rpwrKhgMd7E
Powerview like program for systems without powershell https://github.com/mubix/netview https://www.hackingarticles.in/active-directory-enumeration-powerview/
Last updated