This repo holds a (small) collection of oneliners and small scripts
One liners
bash priv esc methods
- Bruteforce logins that have CSRF tokens bruteforce_csrf.py
- Archive youtube playlists with youtube-dl you-dl.sh
- Quick and dirty buildscript for a folder of .java files build_folder_of_java_into_jar.sh
- Take a file and recursivly xor it with a few bits xor_file.py