Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.13 KB

Useful-resources

Websites and useful resources to keep in one place

Security

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

Useful Scripts

  1. mergePDF.sh - This is a quick bash script that uses ghostscript (gs) to merge serveral PDF files together
  2. 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.