Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

PyZMQ Server Unsafe Pickle Deserialization

Please note that there is currently no safe version of the software. The current version at this time is 26.4.0.

Setup Vulnerable version

  1. Run the Server:

    docker compose run --rm pyzmq_vulnerable_rpc_server 
  2. Run the Client:

    Execute the pyZMQ_exploit.py script to send a command to the server.

    docker compose run --rm exploit command_to_execute

    now you can watch the output of the command in the server container output(previous step).