这是indexloc提供的服务,不要输入任何密码
Skip to content

WinMin/ctfpwn-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctfpwn-env

introduction

A tool for managing glibc pwn environments using containers.

It uses docker to manage the tools you might need, so you have separete environment, and you do all the debugging with the shared folder.

swpwn

install

python3 -m pip install swpwn

usage

This is a simplified version of ancypwn Contains only the container management parts.

  • run
    run a pwn environments using containers.
    usage: swpwn run --ubuntu 20.04 --priv --dir .
  • list
    list all runing container.
    usage: swpwn list
  • attach
    attach a running containers.
    usage: swpwn attach [container-name]
  • end
    stop and delete a running container.
    usage: swpwn end [container-name]

build

Store dockerfile for some versions of ubuntu. Build and push a docker image using GitHub action.

All image can be found here: beswing/swpwn

provided tools

  • pwndbg
  • pwntools
  • keystone assmebler
  • capstone disassembler
  • glibc source and debug version glibc(so we can debug libc with source)
  • Ropper
  • ROPGadgets
  • one_gadget
  • seccomp-tools

About

Script to setup pwn environment for CTF with Docker

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •