With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| #!/bin/sh | |
| # simple command to add shadow effect around given picture | |
| # bash shadow.sh file.png | |
| file=$1 | |
| fname=${file%.*} | |
| # convert $file \( +clone -background black -shadow 50x15 \) +swap -background none -layers merge +repage $fname-shadow.png | |
| convert $file \( +clone -background black -shadow 50x15+1+1 \) +swap -background none -layers merge +repage $fname-shadow.png |
| Bash 15 mins βββββββββββββββββββββ 84.8% | |
| JSON 1 min βββββββββββββββββββββ 8.0% | |
| JavaScript 0 secs βββββββββββββββββββββ 4.3% | |
| HTML 0 secs βββββββββββββββββββββ 2.9% |
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module: