Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PwnDexter/Rubeus-to-Hashcat
Converts / formats Rubeus kerberoasting output into Hashcat usable format
https://github.com/PwnDexter/Rubeus-to-Hashcat
Last synced: 3 months ago
JSON representation
Converts / formats Rubeus kerberoasting output into Hashcat usable format
- Host: GitHub
- URL: https://github.com/PwnDexter/Rubeus-to-Hashcat
- Owner: PwnDexter
- License: bsd-3-clause
- Created: 2020-01-15T22:56:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T01:27:39.000Z (about 5 years ago)
- Last Synced: 2024-04-15T09:25:50.843Z (9 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - Rubeus-to-Hashcat - Converts / formats Rubeus kerberoasting output into hashcat readable format. (Conversion)
README
# Rubeus-to-Hashcat
Converts / formats Rubeus kerberoasting output into hashcat readable format## Install
```
git clone https://github.com/PwnDexter/Rubeus-to-Hashcat.git
```## Usage
Run the script and specify the file with the raw rubeus output -i and then specify the file to save the parsed output too -o
```
python Rubeus-to-Hashcat.py -i rubeus-raw-output.txt -o formatted-for-hashcat.txt
```