Misc
Misc
- Plot GPS coordinates
- Upgrade shell on remote target:
python -c 'import pty; pty.spawn("/bin/bash")'
- If you are given a VM look at recently run commands:
find mnt/ -newermt $(date +%Y-%m-%d -d 'July 1') -type f -print > interesting.txt
- Progress bar
- Connect to NFS as specific user
- Python decode QR code
OSINT
Esoteric Languages
- morse code (close enough to esoteric) https://gc.de/gc/morse/
- brainfuck
- jsfuck
- whitespace
Tricks
This post is licensed under
CC BY 4.0
by the author.