Nettacker/nettacker/api
Sam Stepanyan 5eb8f3a506
security improvements (#1066)
* security improvements

* formatting fix

* import sort

* security headers separate function
2025-05-06 01:13:21 +00:00
..
__init__.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
core.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
database.sqlite3 Change the entry point name/location 2024-08-11 11:31:18 -07:00
engine.py security improvements (#1066) 2025-05-06 01:13:21 +00:00
helpers.py Reverted back the results to results_dir directory(.data/results) 2024-09-16 08:31:47 +05:30
readme.md Change the entry point name/location 2024-08-11 11:31:18 -07: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 ./.data/database.sqlite3 and stores data i there.