Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 493 Bytes

Rosploit

ROSploit is a collection of tools and scripts designed to aid in the exploitation of ROS(Robotic operating system) robots.

Dependencies

python-nmap

pip3 install -r requirements.txt

Installation

The code has a requirements.txt file which accurately reflects the dependencies. Install it with pip3 install -r requirements.txt

Execution

To execute any of the individual modules use:

python3 -m "module.script"

To execute the wrapper code use:

python3 rosploit