项目主页
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
转载请注明出处:http://www.donr.com.cn/843.html
声明:本站(华域联盟www.cnhackhy.com)所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。


评论(0)