Skip to content

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

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

qrzbing/pwn-sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 56.5%
  • C 41.8%
  • Other 1.7%