Websites and useful resources to keep in one place
Quick SSH server hardening guide - https://medium.com/@jasonrigden/hardening-ssh-1bcb99cd4cef
LOLBAS - Living off the Land Binaries and Scripts - https://lolbas-project.github.io/
Seclists - Collection of wordlists for discovery, fuzzing and bruteforcing https://github.com/danielmiessler/SecLists
Linux kernel exploits - A collection of linux kernel exploits for privsec and such https://github.com/SecWiki/linux-kernel-exploits
LinPEAS - Linux priv esc awesome suite https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS
Evil WINRM - https://github.com/Hackplayers/evil-winrm
- mergePDF.sh - This is a quick bash script that uses ghostscript (gs) to merge serveral PDF files together
- convertToMP4.sh - Convert MKV files in a given directory to MP4. Used this for my plex server since MP4 can be made web optimized so its faster to stream and doesnt require transcoding on the fly. Make sure you backup the mkv files though, it might not be a universal solution but it worked for every file I had.