cotopaxi

(β˜… 362)

Set of tools for security testing of Internet of Things devices using specific network IoT protocols

Showing a partial file list β€” download the zip above to see everything.

  • .pre-commit-config.yaml
  • .pylintrc
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/Samsung/cotopaxi

Downloads the entire project code from GitHub to your computer.

cd cotopaxi

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install cotopaxi

Installs the package published on PyPI directly β€” no need to clone the source.

pip install cotopaxi[all]

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation