Skip to content

aliasrobotics/rctf-scenario5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rctf-scenario5

The Robotics Capture the Flag (RCTF) is an online playground to challenge robot security from your browser. It is designed to be an online game, available 24/7, launchable through your browser and designed to learn robot hacking step by step.

Play online

Go to https://rctf.aliasrobotics.com and select scenario 5.

Run it locally

Do you prefer to experimient locally, we've dockerized it for you. Try:

git clone https://github.com/aliasrobotics/rctf-scenario5
cd rctf-scenario5
docker build -t rctf-scenario5 .
docker run -it rctf-scenario5