Update README.md

This commit is contained in:
skyper
2023-04-12 16:00:40 +01:00
committed by GitHub
parent 0847ab66ac
commit 1b877eea90
+3 -3
View File
@@ -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