imfht / arachni-python-client

Arachni is one of the famous web scanner. This project is python script to handle arachni api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script is for making you easy to use Arachni api in python.

You can use this following way.

from * import arachni

client = ArachniClient()
client.target('target_url') # set target url
client.start_scan() # start scan
client.get_scans() # you can get scan ids that are requested.
client.get_report('scan_id', 'xml') # get report in several format

About

Arachni is one of the famous web scanner. This project is python script to handle arachni api.


Languages

Language:Python 100.0%