mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
Merge pull request #918 from NoPurposeInLife/patch-4
Update laps.md, fixed freerdp to xfreerdp
This commit is contained in:
commit
03edf63d7e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ This will dump all the passwords that the user can read, allowing you to get a b
|
|||
|
||||
## ** Using LAPS Password **
|
||||
```
|
||||
freerdp /v:192.168.1.1:3389 /u:Administrator
|
||||
xfreerdp /v:192.168.1.1:3389 /u:Administrator
|
||||
Password: 2Z@Ae)7!{9#Cq
|
||||
|
||||
python psexec.py Administrator@web.example.com
|
||||
|
|
Loading…
Reference in a new issue