Skip to content

hikariatama/acunetix

Repository files navigation

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.

About

Acunetix Web Vulnerability Scanner SDK for Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages