Nettacker/nettacker/api
Achintya Jai a373e23c28
changed nettacker's data directory naming (#1100)
* changed nettacker's data directory naming

* migration from .data to .nettacker

* ruff fixes

* documentation update
2025-08-11 19:47:13 +00:00
..
__init__.py
core.py
database.sqlite3
engine.py [Feature-Web] adding skipping service discovery, exclude ports and custom HTTP headers to the web (#1113) 2025-08-07 16:31:10 +00:00
helpers.py
readme.md changed nettacker's data directory naming (#1100) 2025-08-11 19:47:13 +00:00

readme.md

OWASP Nettacker API Files

OWASP Nettacker API files are stored in here.

  • __database.py contains database interaction functions
  • engine.py is entry point of API and main functions
  • api_core.py has core functions
  • start_scan.py run new scans
  • database.sqlite3 an empty API database for sample, its copy to ./.nettacker/data/database.sqlite3 and stores data in there.