Archery is an opensource vulnerability assessment and management tool which helps developers and pentesters to perform scans and manage vulnerabilities. Archery uses popular opensource tools to perform comprehensive scanning for web application and network. It also performs web application dynamic authenticated scanning and covers the whole applications by using selenium. The developers can also utilize the tool for implementation of their DevOps CI/CD environment.
Requirements
Python 2.7
Quick Start
Several quick start options are available:
Install with pip: pip install PyArchery
Build locally: python setup.py build
Example
# Import the package
from archery import api
# Set Archery url
host = 'http://127.0.0.1:8008'
# Setup archery connection
archery = api.ArcheryAPI(host)
# Provide Archery Credentials for authentication.
authenticate = archery.archery_auth('admin', 'admin@123A')
# Collect Token after authentication
token = authenticate.data
for key, value in token.viewitems():
token = value
# List all Projects
project = archery.list_project(auth=token)
# Printing in Json Format
print project.data_json()
Bugs and Feature Requests
Release files for pyArchery 2.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyArchery-2.1.2.tar.gz | 4.7 kB | Details |
Release files / pyArchery-2.1.2.tar.gz
| Download URL | pyArchery-2.1.2.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ee1989c26558e0d683121a5b94ab1ee2e1d6d6bb91fb4ad95a196f46c0d0ea00
|
|
BLAKE2b-256 checksum How to use checksums |
cdebe64c311b351ab45d058cea2eaa6f4c1d1957bd8f2b0cf8c1cc518f4ebfa8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.15
|