safebuffer / acunetix-python

Acunetix Python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acunetix Python API

from acunetix import Acunetix

acunetix = Acunetix(host="serverip:port", api="1986ad8c0a5b3xxxxxxxxxxa2042c6ba5dc7b1ee50f71b")

# delete all targets 
acunetix.delete_all_targets()

# scan domain list 
domains = ['google.com','facebook.com','github.com']
for domain in domains:
    acunetix.start_scan(domain)

About

Acunetix Python API

License:GNU General Public License v3.0


Languages

Language:Python 100.0%