Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

racterub/ctf-pwn-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF Pwning Challenge Deployer

This Project Will No longer maintained. This Will Transfer to racterub/pwndeployer.


Project Structure (Place your file with this structure :))

.
├── README.md
├── activator.py
├── chal
│   └── return
│       ├── flag
│       └── return
└── deactivator.py

Setup

Place your challenge in chal/, and create a folder with the same challenge name.

e.g.:

|-chal
│   └── return
│       ├── flag
│       └── return

Usage:

git clone https://github.com/racterub/ctf-pwn-deployer
cd ctf-pwn-deployer/
python activator.py <PORT> <IMAGE VERSION> <TIMEOUT> # Create and Running container      // port will increase its value depends on the amount of your challenge 
                                                                                        // TIMEOUT is optional (set 0 to cancel timeout)


python deactivator.py # Stop and Delete container

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages