Skip to content

Instantly share code, notes, and snippets.

View RedsAnDev's full-sized avatar
✌️
Here or on @STB1019

Andrea Rossi RedsAnDev

✌️
Here or on @STB1019
View GitHub Profile
@RedsAnDev
RedsAnDev / jwtRS256.sh
Created April 21, 2020 22:40 — forked from ygotthilf/jwtRS256.sh
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@RedsAnDev
RedsAnDev / kerberos_attacks_cheatsheet.md
Created August 29, 2019 05:39 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module: