Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CBC Mode / Padding Oracle Attack

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

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

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