// notes/ Active Directory
🏛️
Initial Attack Strategy Rpc
Notes from oscp.adot8.com — active directory.
#active directory#adot8
source · oscp.adot8.com · active-directory/initial-attack-strategy_rpc ↗RPC
code
01rpcclient -U '' -N 10.10.10.169 code
01enumdomusers02enumdomgroups{% hint style="info" %}
Some bash kungfu can be used to cleanup the users output: cat raw | awk -F [ '{print $2}' | awk -F] '{print $1}' > users.txt
{% endhint %}
code
01querydispinfo <-- Displays comments made on accounts