With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| (function script() { | |
| 'use strict'; | |
| var w, h; | |
| function init() { | |
| ap37.setTextSize(10); | |
| w = ap37.getScreenWidth(); | |
| h = ap37.getScreenHeight(); |
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 | |
| qemu-system-x86_64 \ | |
| -m 8G \ | |
| -enable-kvm \ | |
| -cdrom $1 \ | |
| -smp 4,cores=4 \ | |
| -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \ | |
| -usb -device usb-tablet |