mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-17 21:54:42 +02:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user