With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| .ATtiny85 | |
| ; IDA avr configuration for ATtiny85 (Author: @KaoRz) | |
| ; Documentation: https://www.microchip.com/en-us/product/ATTINY85 | |
| SUBARCH=25 | |
| RAM=512 ; SRAM: 512 bytes | |
| ROM=8192 ; Flash: 8 KB | |
| EEPROM=512 ; EEPROM: 512 bytes |
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| #!/usr/bin/env python | |
| """ | |
| Name: extract_java_server_faces_viewstate | |
| Purpose: Extract and parse the Java Server Faces viewstate | |
| Date: 20150620 | |
| Author: Don C. Weber (@cutaway) of InGuardians, Inc. | |
| Resources: | |
| http://wiki.apache.org/myfaces/Secure_Your_Application |