Skip to content

Instantly share code, notes, and snippets.

@HatchiFr
HatchiFr / kerberos_attacks_cheatsheet.md
Created January 20, 2023 16:29 — 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:

@HatchiFr
HatchiFr / BlockPS4Updates
Last active February 12, 2024 19:53 — forked from aqualad/BlockPS4Updates
pi hole adlist to block ps4 updates
# Exploited PS4 Blocklist (https://gbatemp.net/threads/aio-ps4-exploit-guide.497858/)
#[community.playstation.net]
asm.np.community.playstation.net
ps4.updptl.np.community.playstation.net
ps4.updptl.sp-int.community.playstation.net
ps4updptl.eu.np.community.playstation.net
ps4updptl.jp.np.community.playstation.net
ps4updptl.jp.sp-int.community.playstation.net
ps4updptl.uk.np.community.playstation.net

Keybase proof

I hereby claim:

  • I am hatchifr on github.
  • I am hatchi (https://keybase.io/hatchi) on keybase.
  • I have a public key ASCHdIRInRoIAWfzZcC6vbUB2Gjnch2EeabqB8Jw58IXlQo

To claim this, I am signing this object:

@HatchiFr
HatchiFr / list.sh
Created November 18, 2020 10:18 — forked from rwjblue/list.sh
List account and distribution list details in Zimbra
sudo su - zimbra
# list all accounts and print out account name and aliases
for i in `zmprov -l gaa` ; do zmprov ga $i zimbraMailAlias ; done
# list all distribution lists and any members and/or aliases
for i in `zmprov gadl` ; do zmprov gdl $i zimbraMailAlias zimbraMailForwardingAddress ; done
@HatchiFr
HatchiFr / Tinfoil-New-Index-Info.md
Created October 15, 2020 19:46 — forked from eXhumer/Tinfoil-New-Index-Info.md
New Tinfoil Index Information

New Tinfoil Index Information

Offset Size Description
0x0 0x7 Tinfoil Index Magic "TINFOIL"
0x7 0x1 Index Type Information (1)
0x8 0x100 Session Key (PKCS#1 OAEP encrypted randomly generated AES Key used to encrypt index) (2)
0x108 0x8 Unencrypted Index Size
0x110 X Index Data
@HatchiFr
HatchiFr / Tinfoil-New-Index-Info.md
Created October 15, 2020 19:46 — forked from eXhumer/Tinfoil-New-Index-Info.md
New Tinfoil Index Information

New Tinfoil Index Information

Offset Size Description
0x0 0x7 Tinfoil Index Magic "TINFOIL"
0x7 0x1 Index Type Information (1)
0x8 0x100 Session Key (PKCS#1 OAEP encrypted randomly generated AES Key used to encrypt index) (2)
0x108 0x8 Unencrypted Index Size
0x110 X Index Data