All Projects → giantbranch → Pwn_deploy_chroot

giantbranch / Pwn_deploy_chroot

可以方便地部署一个或者多个pwn题到一个docker容器中(使用chroot,并可以设置是否使用我自己写的catflag程序替换默认的/bin/sh程序,以增加安全性)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pwn deploy chroot

Easy Linux Pwn
A set of Linux binary exploitation tasks for beginners on various architectures
Stars: ✭ 353 (+141.78%)
Mutual labels:  pwn
Main arena offset
A simple shell script to get main_arena offset of a given libc
Stars: ✭ 53 (-63.7%)
Mutual labels:  pwn
One gadget
The best tool for finding one gadget RCE in libc.so.6
Stars: ✭ 1,306 (+794.52%)
Mutual labels:  pwn
Hyperpwn
A hyper plugin to provide a flexible GDB GUI with the help of GEF, pwndbg or peda
Stars: ✭ 387 (+165.07%)
Mutual labels:  pwn
Shellen
🌸 Interactive shellcoding environment to easily craft shellcodes
Stars: ✭ 799 (+447.26%)
Mutual labels:  pwn
F00d
actually first public f00d hack, enjoy
Stars: ✭ 72 (-50.68%)
Mutual labels:  pwn
Welpwn
💖CTF pwn framework.
Stars: ✭ 284 (+94.52%)
Mutual labels:  pwn
Pwninit
pwninit - automate starting binary exploit challenges
Stars: ✭ 127 (-13.01%)
Mutual labels:  pwn
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (-69.18%)
Mutual labels:  pwn
Ctf Pwn Tips
Here record some tips about pwn. Something is obsoleted and won't be updated. Sorry about that.
Stars: ✭ 1,249 (+755.48%)
Mutual labels:  pwn
Pwndra
A collection of pwn/CTF related utilities for Ghidra
Stars: ✭ 417 (+185.62%)
Mutual labels:  pwn
Ctf Tools
CTF 工具集合
Stars: ✭ 524 (+258.9%)
Mutual labels:  pwn
Slides
won't maintain
Stars: ✭ 79 (-45.89%)
Mutual labels:  pwn
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+2774.66%)
Mutual labels:  pwn
2018 Qwb Ctf
2018强网杯CTF___题目整理
Stars: ✭ 106 (-27.4%)
Mutual labels:  pwn
Pwn2exploit
all mine papers, pwn & exploit
Stars: ✭ 289 (+97.95%)
Mutual labels:  pwn
Libc Database
Build a database of libc offsets to simplify exploitation
Stars: ✭ 1,122 (+668.49%)
Mutual labels:  pwn
Glibc All In One
🎁A convenient glibc binary and debug file downloader and source code auto builder
Stars: ✭ 145 (-0.68%)
Mutual labels:  pwn
Computer Virus
👻计算机病毒以及相应的专杀工具的研发
Stars: ✭ 109 (-25.34%)
Mutual labels:  pwn
Pwn Sandbox
A sandbox to protect your pwn challenges being pwned in CTF AWD.
Stars: ✭ 81 (-44.52%)
Mutual labels:  pwn

pwn_deploy_chroot

A project for deploying ctf pwn challenge use chroot

中文请点击:

README_CN.md

常见问题:

FAQ.md

详细部署示例:

如何安全快速地部署多道ctf pwn比赛题目 - How to deploy many ctf pwn game safely and quickly

Before

# Install the latest version docker
curl -s https://get.docker.com/ | sh
# Install docker compose
apt install docker-compose

How to use

1. Put your pwn program to ./bin (Note that the filename should not contain special characters.)
2. python initialize.py
3. docker-compose up --build -d     # please run as root

You can edit config.py to decide whether to replace /bin/sh with catflag

# Whether to replace /bin/sh

## replace
REPLACE_BINSH = True
## not replace(default)
REPLACE_BINSH = False

Attention

The flag will be generated by the initialize.py and it store in flags.txt

The port information of the pwn program is also inside the flags.txt.

Update

2018.09.17 version v1

2018.09.23 version v2:Use the catflag program instead of /bin/sh, which is more secure

Reference

https://github.com/Eadom/ctf_xinetd

Reward

paypal: https://www.paypal.me/giantbranch

自愿打赏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].