Linux
Any offensive security notes pertaining to Linux exploits or privilege escalation
Generate Hashes Passwd Overwrite
SALT=$(openssl rand -base64 6) # Salted MD5 openssl passwd -1 -salt $SALT your_password # Salt...
Alternate Information Gathering Methods
Current User Example would be if you have LFI or some other means to read from the local file sy...
Common Bash Pitfalls
https://mywiki.wooledge.org/BashPitfalls/ also on Archive.org Command execution via unquoted v...
Hexdump Privileged File Read
Read with Hexdump sudo -u user.name /usr/bin/hexdump -v -e '/1 "%02x"' /home/user.name/.ssh/id_r...