Skip to content

Commit

Permalink
Update Domain-Enumeration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJs authored Mar 17, 2022
1 parent 54e1656 commit 54cae87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions windows-ad/Domain-Enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,18 @@ Get-ForestTrust -Forest <FOREST NAME>
Get-ForestDomain -Verbose | Get-DomainTrust
```

## Powerview session
#### Enumerate domain admin sessions
- Enumerates all machines and queries the domain for users of a specified group (default Domain Admins). Then finds domain machines where those users are logged into.
```
Find-DomainUserLocation | select UserName, SessionFromName
```

### Get-NetSession
```
Get-NetSession
```

## BloodHound
https://github.com/BloodHoundAD/BloodHound
```
Expand Down

0 comments on commit 54cae87

Please sign in to comment.