Skip to main content

Using PyRaider You can scan installed dependencies known security vulnerabilities. It uses publicly known exploits, vulnerabilities database.

Project description

PyRaider

Using PyRaider You can scan installed dependencies known security vulnerabilities. It uses publicly known exploits, vulnerabilities database. Documentation

Usage

Documentation

Install pyraider using pip

pip install pyraider

Once a pyraider you can run help command. It will show you the list commands and examples.

pyraider -h

You can use pyraider -v to check the version.

pyraider -v

Scan Vulnerabilities against the dependencies

Using PyRaider you can scan the vulnerable packages.

To run basic scan you can use pyraider go command. It will automatically detects the installed packages and scans against it and shows the report.

pyraider go

If you want to scan you packages against requirements.txt or Pipfile.lock file.

pyraider check -f /Users/raider/project/requirements.txt
pyraider check -f /Users/raider/project/Pipfile.lock

If you want to scan the packages in the same directory.

pyraider check -f .

Reports

PyRaider currently supports JSON and CSV formats.

To Export as a JSON file.

pyraider check -f /Users/raider/project/requirments.txt -e json result.json
pyraider check -f /Users/raider/project/Pipfile.lock -e json result.json

To Export as a CSV file.

pyraider check -f /Users/raider/project/requirments.txt -e csv result.csv
pyraider check -f /Users/raider/project/Pipfile.lock -e csv result.csv

Out of Date Pacakges

Using PyRaider you can check the latest packages. Aginst installed packages.

pyraider validate -f /Users/raider/project/requirments.txt
pyraider validate -f /Users/raider/project/Pipfile.lock
  • It will check out of dated packages on the actiavted virtual environment.
pyraider validate 

Auto Fix

PyRaider also supports auto fix feature. Using this you can fix the vulnerable packages.

Note: To updating the packages might affect your application.

Fix

You can fix packages vulnerabilities individually. Once it is installed it will automatically update the requirments.txt or Pipfile.lock file.

pyraider fix

Autofix

You can also fix packages vulnerabilities at one shot. Once it is installed it will automatically update the requirments.txt or Pipfile.lock file.

pyraider autofix

Update latest database

Now you can update the resource database with latest updated vulnerabilities

pyraider updatedb

Docker container

You can also run pyraider has a docker container.

Build docker container image

docker build -t pyraider .

Contribute

  • We welcome contributions to this project in the form of:
    • Feature Requests, Suggestions
    • Bugs
    • Help with writing tests
    • Add-on features, plugins, etc
    • Documentation

Contact us:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyraider-0.4.3.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

pyraider-0.4.3-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file pyraider-0.4.3.tar.gz.

File metadata

  • Download URL: pyraider-0.4.3.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.2

File hashes

Hashes for pyraider-0.4.3.tar.gz
Algorithm Hash digest
SHA256 90f89eddd91a06326f9f296ec26ab3006dc70250bf743b992d711b12192b0785
MD5 d5d2997a1451a793adf5734697241edb
BLAKE2b-256 d91dffecf9a2abba0623bc08eed4cd60d2acb8cb4b22b428ffb886f9a51967b6

See more details on using hashes here.

File details

Details for the file pyraider-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: pyraider-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.2

File hashes

Hashes for pyraider-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ca7744d3cd0991b30fb8f13b24d7a0ce5a9afe57106406236e97470cf2451f7e
MD5 2778dff66dbd15cff051ffdf301ab796
BLAKE2b-256 329fc149ed2455ae3540221a4083d8cf57194ace111e8b943f84e73b801d8d2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page