From f71a0c00d299620c10aee79bec79262ab721b9dd Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Sun, 19 Mar 2023 17:12:44 +0000 Subject: [PATCH] fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50c3111..0c7b38f 100644 --- a/README.md +++ b/README.md @@ -413,18 +413,18 @@ PLIST="/usr/share/wordlists/seclists/Passwords/500-worst-passwords.txt" T="192.168.0.1" ``` -Nmap parameters: +Userful **Nmap** parameters: ```shell --script-args userdb="${ULIST}",passdb="${PLIST}" ``` -Ncrack parameters: +Userful **Ncrack** parameters: ```shell -U "${ULIST}" -P "${PLIST}" ``` -Hydra parameters: +Userful **Hydra** parameters: ```shell -t4 # Limit to 4 tasks -l root # Set username