Skip to content

Instantly share code, notes, and snippets.

@jleivo
jleivo / SimpleHTTPServerWithUpload.py
Created September 22, 2020 05:52 — forked from touilleMan/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""
@jleivo
jleivo / kerberos_attacks_cheatsheet.md
Created September 28, 2020 07:36 — 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:

@jleivo
jleivo / home.pub
Created September 20, 2023 04:50
SSH public key
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAgPM07iV/TNkOdQcSroET5QforPZn2Q9BWa68JtUROb+dH5Zm1WY3mn0BzL57/XjDGwwC3aDq/GHN/zR+AmjhsjJbakKHuliS8tuC+dGKh1jNbUE1vNjVedT8MRr4/55H9uifonirZ7Ge5m17X4PkkKdQxRuABWqFB9cOoO4w10TqIyLmG8JjPIEu+S18s/5WdXR98W6TEGeE+QHoopREkiRI1dU3WpqlwSaaXbrwvYcMtQJrtbtittq5u+4OqlCsH0I64wGt/hXe8qkQDIWpZrRZpf5+V4O3F9cBzBC4fbEFSJueNRnC+b5GGUjp2O51QiMddXcqWIA0pWTHijbeRw== New homekey