/ctf-box

Simple Ubuntu 18 Docker machine with tools for solving ctf challenges.

Primary LanguageDockerfile

Ctf Box 🐋

Simple Ubuntu 18 Docker machine with tools for solving ctf challenges.

In order to configure some of the cool tools, I used the ones on my dotfiles repo.

It now runs init as pid 1 ! (This will enable the usage of systemd)

Tools

Cool Tools

  • neovim
  • zsh
  • tmux
  • git
  • wget
  • curl

Reversing Tools

  • python
  • python3.7
  • gdb
  • radare2
  • strace
  • ltrace
  • binwalk
  • netcat

Exploiting Tools

  • metasploit
  • searchsploit
  • sqlmap
  • dirb (url fuzzer)
  • jwt_tool (forge and exploit jwt token)

Python3 useful libs

  • Ropper
  • Requests

Useful Tools

  • postgresql-12
  • nodejs 16

Chalenges