mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
2a500400aa
commit
5856ce2145
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ xfreerdp /u:[domain\]<username> /pth:<hash> /v:<IP>
|
|||
rdp\_check.py from impacket let you check if some credentials are valid for a RDP service:
|
||||
|
||||
```bash
|
||||
rdp_check <domain>\<name>:<password>@<IP>
|
||||
rdp_check <domain>/<name>:<password>@<IP>
|
||||
```
|
||||
|
||||
## Nmap scripts
|
||||
|
|
Loading…
Reference in a new issue