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
**Latest Version: 0.6 **
Usage
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
- Now
PyRaider
supports two types of scans.- Light scan
- It is faster and it checks against only the latest CVE database vulnerabilities.
- Default it will use
Light Scan
.
- Deep Scan
- This may take some time to download the first time. It will scan against all the CVE database vulnerabilities.
- If you want to use
Deep Scan
need to add-d
command. It will automatically scans against all the CVE database vulnerabilities.
- Light scan
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
- To Run Deep Sca
pyraider go -d
Note: If you are running this command the first time. The resource database will be downloaded. It may take some time to download. This will be downloaded only once. It won't download every time.
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
- To Run Deep Scan
pyraider check -d -f /Users/raider/project/requirements.txt
pyraider check -d -f /Users/raider/project/Pipfile.lock
If you want to scan the packages in the same directory.
pyraider check -f .
Note: If you are running this command the first time. The resource database will be downloaded. It may take some time to download. This will be downloaded only once. It won't download every time.
Reports
PyRaider currently supports
JSON
andCSV
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
To Export as a HTML
file.
pyraider check -f /Users/raider/project/requirments.txt -e html result.html
pyraider check -f /Users/raider/project/Pipfile.lock -e html result.html
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
orPipfile.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
orPipfile.lock
file.
pyraider autofix
Update latest database
Now you can update the resource database with latest updated vulnerabilities
pyraider updatedb
- To Update
Deep Scan
database
pyraider updatedb -d
Note: It may take some time to download.
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:
- Email : tilaknayarmelpal@gmail.com
- Twitter : https://twitter.com/ti1akt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyraider-1.0.0.tar.gz
.
File metadata
- Download URL: pyraider-1.0.0.tar.gz
- Upload date:
- Size: 9.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffee67bd0f6d2d4fdfa62b2b8c1b63da68c9232c3032006b8edbf78741fe4792 |
|
MD5 | 9a7be60825c34a197cd11786ab978b18 |
|
BLAKE2b-256 | 1d4b40de9b2b0645b85f62c9e504061e4ef39f8273903a0ffe6de0b23a277c53 |
File details
Details for the file pyraider-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyraider-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.0 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b29337a000a3dd8fbe56c3d9acab39370e8205cac092b318d9d919c1528548 |
|
MD5 | f42465e316d0eaa5b27ea3a139b57c70 |
|
BLAKE2b-256 | 0459276000030a7aaea527241bdfe924a780e3eb053bc72e0fc4be1974a43d59 |