takuzoo3868 / t0yboX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t0yboX

Docker image including ctf tools!!!

Install

$ python -c "`curl -fsSL https://raw.githubusercontent.com/takuzoo3868/t0yboX/master/install.py `"

Usage

$ t0yboX                # run docker
$ t0yboX -c <filename>  # copy file to container home dir
$ t0yboX -m <filename>  # move file to container home dir

$ t0yboX -B             # build docker image
$ t0yboX -R             # clear docker container

If you have problems with gdb or gdbserver you can run the container in privileged mode and with the host network.

$ sudo docker run -it --privileged --net=host takuzoo3868/t0ybox

Licence

The MIT License.

About

License:MIT License


Languages

Language:Python 57.7%Language:Dockerfile 42.3%