Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.43 KB

DeepSource

DeepSource

GitHub code size in bytes GitHub repo size License Forks Stars Code Style: Black

SDK for Acunetix Web Vulnerability Scanner

Installation

pip install acunetix

Usage

import asyncio
from acunetix import AcunetixAPI

async def main():
    api = AcunetixAPI("TOKEN", "localhost:3443")
    await api.connect()
    result = await api.default_scan(InputTarget("https://hikariatama.ru"))
    print(result)

asyncio.run(main())

License

GNU AGPLv3

Docs

Documentation is not ready yet, but you can read the source code.