No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
ros_sec_test package from ros2-sectest reporos_sec_test |
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/ros2-sectest.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2019-07-16 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Package for executing attacks against a ROS systems
Additional Links
No additional links.
Maintainers
- AWS RoboMaker
Authors
No additional authors.
ROS2 SecTest
This code is experimental and uses features from ROS2 D
ROS2 has minimal security or limitations on node permissions by default. This package is meant to demonstrate ways a malicious or misconfigured node could harm the operations of a ROS2 system and demonstrate mitigations for those “attacks”. The initial attacks come from the ROS2 Threat Model.
More details can be found in the design doc in this PR.
Example Noop Attack
To run the demo: Create a ROS2 workspace
mkdir -p security_ws/src
cd security_ws
Clone the repository
cd src
git clone https://github.com/aws-robotics/ROS2-SecTest
cd ..
Install dependencies and build
rosdep install --from-paths src --ignore-src -r -y
colcon build
source install/local_setup.sh
Run the noop demo
ros2 run ros_sec_test ros_sec_test __params:=`ros2 pkg prefix ros_sec_test`/share/ros_sec_test/examples/params.yaml
You should see something like the following output which demonstrates that the Noop node was configured and activated.
[INFO] [Runner]: Initializing Runner
[INFO] [Runner]: Adding attack node 'noop'
[INFO] [Runner]: Spinning started
[INFO] [Runner]: Configuring attack node 'noop'
[INFO] [noop]: on_configure() is called.
[INFO] [Runner]: Enabling attack node 'noop'
[INFO] [noop]: on_activate() is called.
[INFO] [Runner]: Shutting-down attack node 'noop'
[INFO] [noop]: on_deactivate() is called.
[INFO] [Runner]: Spinning finished
To enable or disable attacks, you can create you own params.yaml.
License
This library is licensed under the Apache 2.0 License.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
class_loader | |
lifecycle_msgs | |
rclcpp | |
rclcpp_components | |
rclcpp_lifecycle | |
rcutils | |
ament_cmake | |
ros2run | |
ament_cmake_gmock | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_sec_test at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.