Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs Video Courses | 53,706 | 4 days ago | 14 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Robot_hacking_manual | 236 | a month ago | 1 | apache-2.0 | TeX | |||||
Robot Hacking Manual (RHM). From robotics to cybersecurity. Papers, notes and writeups from a journey into robot cybersecurity. | ||||||||||
Catalogue | 136 | a day ago | agpl-3.0 | |||||||
Curated framework of open source platform software components using 𝑭𝑰𝑾𝑨𝑹𝑬 which can be assembled together to accelerate the development of Smart Solutions. | ||||||||||
Rvd | 132 | a month ago | 226 | gpl-3.0 | Python | |||||
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs. | ||||||||||
Aztarna | 78 | 3 years ago | 3 | August 12, 2019 | 4 | gpl-3.0 | Python | |||
aztarna, a footprinting tool for robots. | ||||||||||
Rsf | 63 | 4 years ago | 1 | other | ||||||
The Robot Security Framework (RSF), Robot Security Framework (RSF), a standardized methodology to perform security assessments in robotics. | ||||||||||
Rctf | 28 | 3 years ago | gpl-3.0 | |||||||
Scenarios of the Robotics CTF (RCTF), a playground to challenge robot security. | ||||||||||
Launch_ros_sandbox | 16 | a year ago | apache-2.0 | Python | ||||||
[DEPRECATED] Sandboxing plugin for launch_ros | ||||||||||
Academy | 14 | 3 months ago | 1 | cc-by-4.0 | Shell | |||||
:mortar_board: Video tutorials, slide decks and other training materials for developers learning about the FIWARE ecosystem. | ||||||||||
Rvss | 13 | 3 years ago | 2 | gpl-3.0 | Python | |||||
Robot Vulnerability Scoring System (RVSS) Python 3 reference implementation. |
This repository has been archived and is not maintained any further. Refer to alurity if you wish to access pre-built robots challenges and robotic environments.
The Robotics Capture the Flag (Robotics CTF or RCTF) is an online playground to challenge robot security from your browser. It was designed to be online, available 24/7, launchable through your browser and designed to learn robot hacking step by step while competing with other security researchers. In an attempt to facilitate reproduction of results and further customization (common when researching vulnerabilities), this repository provides a list with open source reference scenarios that run in our Robotics CTF.
This repository contains a list of the scenarios available in the Robotics CTF.
Scenario | Short description | Author/s | Status |
---|---|---|---|
rctf-scenario1 | Unprotected topics show a lot of interesting information. Search on them to get your answer. Useful tools: rostopic | aliasrobotics | Active |
rctf-scenario2 | In ROS2, even if security measures are available, not configuring them leverages to the same results as in ROS1. Useful tools: ros2 topic | aliasrobotics | Active |
rctf-scenario3 | The dinosaurs are out of control, and the node that controls the gates is not letting us in. Try to guess what the node wants so you can access the next scenario. | aliasrobotics | Active |
rctf-scenario4 | Even if collaborative robots are fun to play with, if they are out of control, they can be dangerous too! Try to hit our friend, Pruden, with the robot in order to get the flag. | aliasrobotics | Active |
rctf-scenario5 | There is a topic that has the flag, but rostopic has been disabled. Try to use alternative methods in order to get it. | aliasrobotics | Active |
rctf-scenario6 | To know more about the topics and the communications between the nodes, use our footprinting tool, called Aztarna. | aliasrobotics | Active |
We invite security researchers to create their own robotics security scenarios and share them with the community. We accept such contributions through Pull Request. To create your own scenario, start from this simple template.
If you're using our work for your research, please cite us as:
@ARTICLE{rctf,
author = {{Olalde Mendia}, G. and {Usategui San Juan}, L. and {Perez Bascaran}, X. and
{Bilbao Calvo}, A. and {Hern{\'a}ndez Cordero}, A. and {Zamalloa Ugarte}, I. and
{Mu{\~n}iz Rosas}, A. and {Mayoral Vilches}, D. and {Ayucar Carbajo}, U. and
{Alzola Kirschgens}, L. and {Mayoral Vilches}, V. and {Gil-Uriarte}, E.
},
title = "{Robotics CTF (RCTF), a playground for robot hacking}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1810.02690},
primaryClass = "cs.CY",
keywords = {Computer Science - Computers and Society, Computer Science - Robotics},
year = 2018,
month = oct,
adsurl = {http://adsabs.harvard.edu/abs/2018arXiv181002690O},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}