From 1b877eea90e98ef1cfa4cb3ce2d86dab79e7147f Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:00:40 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc22a23..6283674 100644 --- a/README.md +++ b/README.md @@ -459,18 +459,18 @@ PLIST="/usr/share/wordlists/seclists/Passwords/500-worst-passwords.txt" T="192.168.0.1" ``` -Userful **Nmap** parameters: +Useful **Nmap** parameters: ```shell --script-args userdb="${ULIST}",passdb="${PLIST}",brute.firstOnly ``` -Userful **Ncrack** parameters: +Useful **Ncrack** parameters: ```shell -U "${ULIST}" -P "${PLIST}" ``` -Userful **Hydra** parameters: +Useful **Hydra** parameters: ```shell -t4 # Limit to 4 tasks -l root # Set username