Skip to content

Instantly share code, notes, and snippets.

View wabzsy's full-sized avatar

小墨(wabzsy) wabzsy

  • InkSec
  • 中国 吉林 长春
View GitHub Profile
@wabzsy
wabzsy / kerberos_attacks_cheatsheet.md
Created March 10, 2023 20:40 — 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:

@wabzsy
wabzsy / 1_zap_configuration_file.md
Last active March 10, 2023 20:38
zap configuration file in json/yaml format

zap configuration file in json/yaml format

current zap version v1.24.0