From c0d1f66adb1dbc32701393edde0f6ebd55fae117 Mon Sep 17 00:00:00 2001 From: whx Date: Thu, 4 Nov 2021 17:35:57 +0100 Subject: [PATCH] bump --- crackmapexec.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/:@ +```