Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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'