-m 6 | Minimum letters per word |
-d | Depth of pages to grab words from |
--with-numbers | Grab words with numbers |
-w | outfile |
$ | Append character to original word in word list |
[0-9] | All characters between 0-9 |
Example rule: |
# Add two numbers to the end of each password $[0-9]$[0-9] |
Usage | GetNPUsers -dc-ip <ip address> -request '<Domain Name - Example: htb.local>/' |
Format output for hashcat | GetNPUsers -dc-ip <ip address> -request '<Domain Name - Example: htb.local>/' -format hashcat |
Brute force username & password list | crackmapexec smb <ip address> -u <user list> -p <password list> |
Brute force username & hash list | crackmapexec smb <ip address> -u <user> -H <hash> |
SSH |
|
Password protected office products (Excel, word, etc.) | Office2john |