Super SSH
Tags: #picoCTF2024 #GeneralSkills #Shell #SSH #Browser_webshell_solvable

Description : Using a Secure Shell (SSH) is going to be pretty important. Additional details will be available after launching your challenge instance. Solution :
Start the instance and you will get the machine details
In order to ssh we need to use ssh command with -p flag to ssh on specific port. Here the command :-
ssh targetusername@targetwebsite/targetmachineip -p portnumber

Bingo! we got out flag
Last updated