Skip to content

基于Ubuntu18.04制作的一个用于PWN的docker镜像

Notifications You must be signed in to change notification settings

wqxsq/pwndocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pwndocker

基于Ubuntu18.04制作的一个用于PWN的docker镜像

Tools

  • tmux
  • xxd
  • gdb(gdb-multiarch)
  • pwndbg
  • pwntools
  • ROPgadget
  • one_gadget
  • nasm
  • strace
  • ltrace
  • qemu
  • Linux_server(IDA7.0)

Use

Build by yourself

docker build -t pwndocker .
docker run -it --rm -v $(pwd):/pwnfile --privileged pwndocker /bin/bash

Docker pull from Aliyun

docker pull registry.cn-shenzhen.aliyuncs.com/zhakul/docker:pwndocker

Remind

镜像中apt和pip源已均被换成阿里源,有其他需要请自行替换

关于gdb.attach()

在docker下脚本中直接gdb.attach()并不能弹出终端用于gdb调试
利用tmux可解决此问题
同时建议在gdb.attach()前,制定一下终端参数与类型context.terminal=['tmux','split-window','-h']

About

基于Ubuntu18.04制作的一个用于PWN的docker镜像

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%