项目主页
https://github.com/shenyuan123/pwndocker
介绍
一个基于Phusion/baseimage的docker容器,用于CTF中的PWN类题目
使用
Docker hub地址:https://hub.docker.com/r/skysider/pwndocker/
docker pull skysider/pwndocker docker run -it --rm -name testctf -v $(pwd):/ctf/work skysider/pwndocker
包含的软件
- pwntools —— CTF framework and exploit development library
- gdb-peda —— Python Exploit Development Assistance for GDB
- Pwngdb —— GDB for pwn
- ROPgadget —— facilitate ROP exploitation tool
- roputils —— A Return-oriented Programming toolkit
- linux_server[x64] —— IDA 6.8 debug server for linux
- tmux —— a terminal multiplexer
- ltrace —— trace library function call
- strace —— trace system call
原文地址:http://www.mottoin.com/detail/958.html