Skip to content

Nclose-ZA/bsides-cpt-ctf-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86f9dc2 · Dec 20, 2019

History

8 Commits
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 20, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 20, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Dec 10, 2019
Dec 20, 2019
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019

Repository files navigation

bsides 2019 challenges

Tips

In the interest of time-saving we suggest leveraging pre-built docker images that can be sourced from https://hub.docker.com

Naming conventions for challenges

  • lower case only
  • no special characters
  • keep it short

Rules

  • please test challenges thoroughly before committing to the repo
  • for web server challenges please set the the title as follows <title>[CHALLENGE NAME] | bsides</title>
  • please ensure your are not committing any content that discriminates against a persons beliefs, race, sexual orientation, gender identity, nationality or physical appearance.

Build all docker images

sudo ./build_all.sh

run all docker containers

sudo ./run_all.sh

stop all docker containers and remove them

sudo ./stop_and_rm_all.sh