Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 598 Bytes

Level-21.md

File metadata and controls

6 lines (6 loc) · 598 Bytes

We first need to set up a listening connection to localhost on some port while sending the current password.
We set this up using this command: echo "VxCazJaVykI6W36BkBU0mJTCM8rR95XT" | nc -l localhost 1234 &
Here, we are echoing the password and sending it to localhost on through port 1234. -l flags means we are listening to this port and & means we are running this entire process in background.
Then we will use binary to connect to port 1234 and it will give us the password for the next level.

Password: NvEJF7oVjkddltPSrdKEFOllh9V1IBcq