cryptohack / cryptohack-docker

Docker image for attacking cryptography CTF challenges

Home Page:https://cryptohack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoHack Docker Container

A Jupyter notebook environment built for attacking crypto CTF challenges, with custom theming matching CryptoHack.

screenshot

The image comes with the following installed and integrated:

  • Sage 10
  • Pwntools
  • PyCryptodome
  • z3 Prover

Installation

Download and run with:

docker run -p 127.0.0.1:8888:8888 -it hyperreality/cryptohack:latest

Then open 127.0.0.1:8888 in your browser.

Notes

We map to 127.0.0.1 on the host rather than the default 0.0.0.0 as Jupyter token authentication was disabled for the sake of convenience.

About

Docker image for attacking cryptography CTF challenges

https://cryptohack.org

License:GNU General Public License v3.0


Languages

Language:CSS 94.4%Language:Jupyter Notebook 4.5%Language:Dockerfile 1.2%