easy-commands-for-hacking There are easy but so useful commands for hacking and ctf chanllenge find file find / -type f -name 'user.txt' 2>/dev/null get a stable shell with a python one-liner python -c 'import pty; pty.spawn("/bin/bash")'