Skip to content

RoiKlevansky/pwnable.kr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pwnable.kr-docker

A local replica of the pwnable.kr server.

NOTICE: The docker image doesn't include any of the pwnable.kr challenges, you'll have to download them yourself. This image is meant to be used for exploit development and debugging.

Installed tools

Getting Started

Dependencies:

  • Docker

Clone this project

> git clone https://github.com/RoiKlevansky/pwnable.kr-docker
> cd pwnable.kr-docker

Build the image and run the container

> docker compose up -d

Connect to the container

> docker exec -it pwnable-kr-docker [zsh|bash]

Default crednitals are: ubuntu:1.

gdbserver

If you'd want to connect to the server from your host machine use port 2159 which is exposed to your host.

About

A local replica of pwnable.kr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published