Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```