Skip to content

Instantly share code, notes, and snippets.

View Drew-Alleman's full-sized avatar
🎃
Everyday is Halloween!

Drew Drew-Alleman

🎃
Everyday is Halloween!
View GitHub Profile
@Drew-Alleman
Drew-Alleman / mfa.py
Last active April 8, 2023 00:01
Script for the TryHackMe Challenge "biteme"
import time
import requests
import threading
# IP address of the tryhackme VM
TARGET: str = '10.10.187.0'
# Amount of threads to use
THREAD_COUNT: int = 15
@Drew-Alleman
Drew-Alleman / objects.py
Created April 6, 2023 06:39
Reading git objects (GitHappens)
# https://matthew-brett.github.io/curious-git/reading_git_objects.html
# Found how to decompress git object files from the guide above
# Run this script in your objects directory!
import zlib
import glob
# Get all files in our objects directory using glob
files = glob.glob("*/*")
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/37.0.2062.94 Chrome/37.0.2062.94 Safari/537.36
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9
Mozilla/5.0 (iPad; CPU OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H321 Safari/600.1.4
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0)