Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 255 Bytes

File metadata and controls

13 lines (9 loc) · 255 Bytes

Length Extension Attack

  • server.py : target server
  • solve.py : solution script
  • flag : the flag
  • salt : the salt

You can use the following command to start up the server.

socat TCP-LISTEN:20000,fork EXEC:'python ./server.py'