Skip to content

Instantly share code, notes, and snippets.

View ShyftXero's full-sized avatar

Eli McRae ShyftXero

View GitHub Profile
@ShyftXero
ShyftXero / Active Directory Attacks.md
Created January 30, 2022 14:06 — forked from ssstonebraker/Active Directory Attacks.md
Active Directory Attacks #oscp
@ShyftXero
ShyftXero / gifcreator.py
Created December 15, 2021 21:17 — forked from achillean/gifcreator.py
Create GIFs from a Shodan json.gz file using the API
#!/usr/bin/env python
# Dependencies:
# - arrow
# - shodan
# - ImageMagick
#
# Installation:
# sudo easy_install arrow shodan
# sudo apt-get install imagemagick
#