Gnereral

Tools

PowerView

. C:\AD\Tools\PowerView.ps1

AD module - MS singed

Import-Module C:\AD\Tools\ADModule-master\Microsoft.ActiveDirectory.Management.dll
Import-Module C:\AD\Tools\ADModule-master\ActiveDirectory\ActiveDirectory.psd1

BloodHound

BloodHound Versions:

# start db server
sudo neo4j console

# run bloodhound
bloodhound 

SharpHound collector:

Domain

Get Current domain

Get Object of another domain

Get domain SID for the current domain

Get domain policy for the current domain

Get domain policy for another domain

Domain controller

Get domain controllers for the current domain

Get domain controllers for another domain

Domain users

Get a list of users in the current domain

Get list of all properties for users in the current domain

Search for a particular string in a user's attributes

Get actively logged users on a computer (requires local admin privileges)

Get locally logged users on a computer (requires remote registry)

Get the last logged user on a computer (requires admin privileges and remote registry)

Domain Computers

Get a list of computers in the current domain

Domain Groups

Get all the groups

Get all groups containing the word "admin" in group name

Get all the members of the Domain Admins group

Get the group membership for a user

Group Policy

Get list of GPO in current domain

Get GPO(s) which use Restricted Groups

Get users which are in a local group of a machine using GPO

Get machines where the given user is member of a specific group

Organization Units

Get OUs in a domain

Using Get-NetOU

Local Groups

List all the local groups on a machine (requires admin privileges)

Get members of the local group "Administrators" on a machine (requires admin privileges)

Shares

Find shares on hosts in current domain.

Find sensitive files on computers in the domain

Get all file servers of the domain

User Hunting

Find Local group members of RDP or WinRM of specific machine

Find all machines on the current domain where the current user has local admin access

Find machines where a domain admin has sessions

List sessions on remote machines (source)

Last updated

Was this helpful?