Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 316 Bytes

level20.md

File metadata and controls

14 lines (7 loc) · 316 Bytes

level20

we use nc command to set up a listening server in the background.

echo "[current password]" | nc -l -p 6969 & disown

now, running the binary using ./suconnect 6969 and supplying psswd to it.

Read : ["current password"]

Password matches, sending next password

save the psswd and exit.