What's your favorite error in labs that took you hours to fix?
A few of my examples from this week:
- my VPN tunnel was silently dropping large packets (MTU)
- LinPEAS was screaming because /bin/sh is dash, not bash
- I killed my nmap scan trying to close a tmux pane
wrote it all up so you don't have to suffer the same way
also: netcat is just a pipe. that's it. people using nc -lvnp 4444 often seem to forget what nc really does.
→ https://niklas-heringer.com/skills-lab/linux-lab-pitfalls/

