route-detect

(โ˜… 280)

Find authentication (authn) and authorization (authz) security bugs in web application routes.

  • .flake8
  • .gitignore
  • .pre-commit-config.yaml
  • CHANGELOG.md
  • LICENSE
  • poetry.lock
  • pyproject.toml
  • README.md
  • routes-demo.png

# Installation Guide

1. Get the code
git clone https://github.com/mschwager/route-detect

Downloads the entire project code from GitHub to your computer.

cd route-detect

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ python -m pip install --upgrade route-detect

Installs the Python libraries listed in requirements.txt (or similar).

$ codeql pack install $(poetry run routes which -c rails)

Type this command into your terminal and run it.

$ poetry install --with dev

Installs the libraries listed in pyproject.toml.

$ poetry run pre-commit run --all-files

Type this command into your terminal and run it.

$ poetry run pytest --cov

Type this command into your terminal and run it.

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation