Skip to content

Commit

Permalink
Update Post-Exploitation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJs authored Mar 17, 2022
1 parent 5a77d4a commit 7ff7086
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions windows-ad/Post-Exploitation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Post-Exploitation

* [General](#General)
* [Information gathering](#Information-gathering)
* [Find credentials in files](#Find-credentials-in-files)
* [Dumping LSASS](#Dumping-LSASS)
* [Dumping SAM](#Dumping-SAM)
Expand All @@ -10,13 +11,25 @@
* [DPAPI](#DPAPI)

## General

## Information gathering
#### Seatbelt - Gather generic info of the host
- https://github.com/GhostPack/Seatbelt
```
Seatbelt.exe -group=user
Seatbelt.exe -group=all
```

#### Get loggged on sessions
```
net logons
```

#### Get list of running processes
```
ps
```

## Find credentials in files
#### Look for SAM files
```
Expand Down

0 comments on commit 7ff7086

Please sign in to comment.