Python library enumerating the Archery Tool RESTFul API endpoints.
Project description
[](https://twitter.com/intent/user?screen_name=archerysec "Follow Archery on Twitter")
[](https://github.com/archerysec/archerysec/blob/master/LICENSE)  
[](https://github.com/archerysec/archerysec/projects/1)
[](https://www.blackhat.com/asia-18/arsenal/schedule/#archery---open-source-vulnerability-assessment-and-management-9837)
# ArcherySec
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.
[For More details](http://docs.archerysec.info/)
## ArcherySec python package
ArcherySec Python package interacting with Archery using Archery RESTful API. It's allow you to create project, perform scans, extract scan data, etc. For more information please visit our [Developer Website](http://developers.archerysec.info/)
## Quick Start
Several quick start options are available:
- Install with pip: `pip install PyArchery`
- Build locally: `python setup.py build`
- [Download the latest release](https://github.com/target/webinspectapi/releases/latest/)
## 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()
```
[](https://github.com/archerysec/archerysec/blob/master/LICENSE)  
[](https://github.com/archerysec/archerysec/projects/1)
[](https://www.blackhat.com/asia-18/arsenal/schedule/#archery---open-source-vulnerability-assessment-and-management-9837)
# ArcherySec
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.
[For More details](http://docs.archerysec.info/)
## ArcherySec python package
ArcherySec Python package interacting with Archery using Archery RESTful API. It's allow you to create project, perform scans, extract scan data, etc. For more information please visit our [Developer Website](http://developers.archerysec.info/)
## Quick Start
Several quick start options are available:
- Install with pip: `pip install PyArchery`
- Build locally: `python setup.py build`
- [Download the latest release](https://github.com/target/webinspectapi/releases/latest/)
## 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()
```
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyArchery-1.2.0-py2-none-any.whl.
File metadata
- Download URL: pyArchery-1.2.0-py2-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaeff6596a5c7c324f911f01db7c15ba10dc2646c02abab4a9ad930601917274
|
|
| MD5 |
78cca6da7600a633605210f2b2fe7e6b
|
|
| BLAKE2b-256 |
cda4ccd6e64f1d6cdf645e4fa227d57875eab2894121c413ebcd95a5e8b2e527
|