8000 GitHub - ltzehan/ctf-docker: Dockerized environment for CTFs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ltzehan/ctf-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctf-docker

Had a WSL2 environment, messed that up. So now I have a containerized CTF environment.

Quick Start

Run with:

docker-compose run --rm ctf

As I need to sometimes use Windows-only tools, some files are mounted from host volumes to the container:

  • CTF files placed in ./ctf/ can be found under ~/ctf/
  • Wordlists are mounted from ./wordlists to ~/wordlists

Might be kind of strange, but it works for me.

General

Default shell is zsh running the Pure theme. Also includes:

  • neovim + vim-plug
  • htop - Interactive process viewer
  • hexyl - Simple hex viewer
  • angr (on PyPy)
    • Runs inside a virutal environment act 658B ivated with workon angr

Forensics

I also use stego-toolkit, a far more comprehensive Docker image for forensics and StegSolve. These are just a subset of tools that I use the most:

pwn

About

Dockerized environment for CTFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0