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