Q1IQ / pwn-sandbox

A sandbox to protect your pwn challenges being pwned in CTF AWD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?
=====================

Pwn-Sandbox is a sandbox tool for pwner to protect your own gamebox on AWD CTF Challenges.

What can this do?
=====================

1. Protect sensitive syscall like fork, execve, clone etc.
2. Record traffic from other teams.

How to use this?
=====================

Add "-orig" postfix to original binary name and change pwn-sandbox to original binary name. 

How this thing work?
=====================

See ptrace(3) for more details.

Build from source.
=====================

autoreconf --install
./configure
make
make install (*Optional, this binary will not install to system dir.)

About

A sandbox to protect your pwn challenges being pwned in CTF AWD.

License:GNU General Public License v2.0


Languages

Language:Objective-C 56.5%Language:C 41.8%Language:M4 1.0%Language:Shell 0.3%Language:Makefile 0.2%Language:C++ 0.2%