Skip to content

Commit

Permalink
RHM v0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Mayoral Vilches <[email protected]>
  • Loading branch information
vmayoral committed Nov 21, 2021
1 parent 24061bb commit 838cc1b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
76 changes: 38 additions & 38 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,44 @@ SOURCE_FILES := $(SOURCE_FILES) \
$(CURDIR)/1_case_studies/2_ros2/README.md \
$(CURDIR)/1_case_studies/OTHER.md

# ## Reconnaissance ##########
# SOURCE_FILES := $(SOURCE_FILES) \
# $(CURDIR)/2_writeups/1_reconnaissance/README.md \
# $(CURDIR)/2_writeups/1_reconnaissance/robot_footprinting/tutorial1/README.md \
# $(CURDIR)/2_writeups/1_reconnaissance/robot_footprinting/tutorial2/README.md
#
# ## Vulnerabilities #########
# SOURCE_FILES := $(SOURCE_FILES) \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial1/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial2/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial3/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial4/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial5/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial6/README.md \
# $(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial7/README.md
#
# ## Exploitation #############
# SOURCE_FILES := $(SOURCE_FILES) \
# $(CURDIR)/2_writeups/3_robot_exploitation/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial1/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial2/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial3/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial4/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial5/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial6/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial7/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial8/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial9/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial10/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial11/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial12/README.md \
# $(CURDIR)/2_writeups/3_robot_exploitation/tutorial13/README.md
#
# ## Other ####################
# SOURCE_FILES := $(SOURCE_FILES) \
# $(CURDIR)/2_writeups/4_other/README.md \
# $(CURDIR)/2_writeups/4_other/web/tutorial2/README.md \
## Reconnaissance ##########
SOURCE_FILES := $(SOURCE_FILES) \
$(CURDIR)/2_writeups/1_reconnaissance/README.md \
$(CURDIR)/2_writeups/1_reconnaissance/robot_footprinting/tutorial1/README.md \
$(CURDIR)/2_writeups/1_reconnaissance/robot_footprinting/tutorial2/README.md

## Vulnerabilities #########
SOURCE_FILES := $(SOURCE_FILES) \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial1/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial2/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial3/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial4/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial5/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial6/README.md \
$(CURDIR)/2_writeups/2_robot_vulnerabilities/tutorial7/README.md

## Exploitation #############
SOURCE_FILES := $(SOURCE_FILES) \
$(CURDIR)/2_writeups/3_robot_exploitation/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial1/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial2/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial3/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial4/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial5/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial6/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial7/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial8/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial9/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial10/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial11/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial12/README.md \
$(CURDIR)/2_writeups/3_robot_exploitation/tutorial13/README.md

## Other ####################
SOURCE_FILES := $(SOURCE_FILES) \
$(CURDIR)/2_writeups/4_other/README.md \
$(CURDIR)/2_writeups/4_other/web/tutorial2/README.md \

## Findings ############
SOURCE_FILES := $(SOURCE_FILES) \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The *Robot Hacking Manual* (`RHM`) is an introductory series about cybersecurity
- [**Introduction**](0_introduction/README.md)
- [About robot cybersecurity](0_introduction/README.md#about-robot-cybersecurity)
- <ins>**Case studies**</ins>
- [Universal Robots' UR3](1_case_studies/0_cobot/README.md) (hacking a collaborative robot arm)
- [Mobile Industrial Robots' MiR100](1_case_studies/1_amr/README.md) (hacking an industrial mobile robot)
- [Robot Operating System 2](1_case_studies/2_ros2/README.md) (hacking ROS 2)
- [TurtleBot 3](1_case_studies/3_turtlebot3/README.md) (hacking TurtleBot 3)
- [Universal Robots' UR3](1_case_studies/0_cobot/) (hacking a collaborative robot arm)
- [Mobile Industrial Robots' MiR100](1_case_studies/1_amr/) (hacking an industrial mobile robot)
- [Robot Operating System 2](1_case_studies/2_ros2/) (hacking ROS 2)
- [TurtleBot 3](1_case_studies/3_turtlebot3/) (hacking TurtleBot 3)
- [**Writeups**]()
- <ins>Reconaissance</ins>
- [Footprinting]()
Expand Down

0 comments on commit 838cc1b

Please sign in to comment.