Skip to content

Simple a Docker build for the latest RSACTFTool

Notifications You must be signed in to change notification settings

jforcada/rsactftool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RsaCtfTool Docker Image

Based on: https://github.com/callrbx/rsactftool-docker

My Changes:

  • Changed ENTRYPOINT by CMD so you can work inside the shell's container
  • Added /data directory and made it the WORKDIR, to mount a directory

Simple a Docker build for the latest RSACTFTool

This is an updated image for more recent releases that use python3.

Includes sagemath.

I did no work on the underlying tool, that is all Ganapati's great work!

Build locally:

docker build -t jforcada/rsactftool:local .

Run with:

docker run jforcada/rsactftool <tool options>

RsaCtfTool

About

Simple a Docker build for the latest RSACTFTool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.2%
  • Shell 19.8%