mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00:00
Merge pull request #574 from sebch-/patch-5
Update Active Directory Attack.md
This commit is contained in:
commit
6479c3a400
1 changed files with 5 additions and 0 deletions
|
@ -255,6 +255,11 @@ Use the correct collector
|
||||||
# https://github.com/fox-it/BloodHound.py
|
# https://github.com/fox-it/BloodHound.py
|
||||||
pip install bloodhound
|
pip install bloodhound
|
||||||
bloodhound-python -d lab.local -u rsmith -p Winter2017 -gc LAB2008DC01.lab.local -c all
|
bloodhound-python -d lab.local -u rsmith -p Winter2017 -gc LAB2008DC01.lab.local -c all
|
||||||
|
|
||||||
|
# or locally/remotely from an ADExplorer snapshot from SysInternals (ADExplorer remains a legitimate binary signed by Microsoft, avoiding detection with security solutions)
|
||||||
|
# https://github.com/c3c/ADExplorerSnapshot.py
|
||||||
|
pip3 install --user .
|
||||||
|
ADExplorerSnapshot.py <snapshot path> -o <*.json output folder path>
|
||||||
```
|
```
|
||||||
* Collect more data for certificates exploitation using Certipy
|
* Collect more data for certificates exploitation using Certipy
|
||||||
```ps1
|
```ps1
|
||||||
|
|
Loading…
Reference in a new issue