Archery - Open Source Vulnerability Assessment And Management Helps Developers And Pentesters To Perform Scans And Manage Vulnerabilities
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 scaning 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.
Demo
Overview of the tool:
- Perform Web and Network vulnerability Scanning using opensource tools.
- Correlates and Collaborate all raw scans data, show them in a consolidated manner.
- Perform authenticated web scanning.
- Perform web application scanning using selenium.
- Vulnerability Managment.
- Enable REST API's for developers to perform scaning and Vulnerability Managment.
- Useful for DevOps teams for Vulnerability Managment.
Note
Currently project is in developement phase and still lot of work going on.
Requirement
- Python 2.7
- OpenVas 8
- OWASP ZAP 2.7.0 (https://github.com/zaproxy/zaproxy/wiki/Downloads)
- Selenium Python (Firefox Webdriver) (https://github.com/mozilla/geckodriver/releases)
Installation
$ git clone https://github.com/anandtiwarics/archerysec.git
$ cd /archerysecurity
$ pip install -r requirements.txt
$ python manage.py collectstatic
$ python manage.py makemigrations networkscanners
$ python manage.py makemigrations webscanners
$ python manage.py makemigrations projects
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
Note: Make sure these steps (except createsuperuser) should be perform after every git pull.Setup Setting
Zap Setting
- Go to Setting Page
- Edit ZAP setting or navigate URL : http://host:port/setting_edit/
- Fill all required information and click on save.
- Go to setting Page
- Edit OpenVAS setting or navigate URL : http://host:port/networkscanners/openvas_setting
- Fill all required information and click on save.
Road Map
- API Automated vulnerability scanning.
- Perform Reconnaissance before scanning.
- Concurrent Scans.
- Vulnerability POC pictures.
- Cloud Security scanning.
- Dashboards
- Easy to installing.
Archery - Open Source Vulnerability Assessment And Management Helps Developers And Pentesters To Perform Scans And Manage Vulnerabilities
Reviewed by Zion3R
on
5:30 PM
Rating: