diff --git a/crackmapexec.md b/crackmapexec.md index 61dbf67..5bb433b 100644 --- a/crackmapexec.md +++ b/crackmapexec.md @@ -4,7 +4,7 @@ ```sh cme smb domain.name -u s -p /usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt ``` - * Use the password with `impacket/examples/psexec.py` in the following way - ```sh - psexec.py domain.name/:@ - ``` +* Use the password with `impacket/examples/psexec.py` in the following way +```sh +psexec.py domain.name/:@ +```