Skip to content

elttam/ctf-brianjonestown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Title: brianjonestown
Category: Web
Flag: libctf{better_than_the_original}
Difficulty: easy

Usage

The following will pull the latest 'elttam/ctf-brianjonestown' image from DockerHub, run a new container named 'libctfso-brianjonestown', and publish the vulnerable service on port 80:

docker run --rm \
  --publish 80:80 \
  --name libctfso-brianjonestown \
  elttam/ctf-brianjonestown:latest

Build (Optional)

If you prefer to build the 'elttam/ctf-brianjonestown' image yourself you can do so first with:

docker build ${PWD} \
  --tag elttam/ctf-brianjonestown:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published