Nettacker/nettacker/api
Arkadii Yakovets 6ffbf882cc
Apply suggestions from code review
Signed-off-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
2024-09-17 16:28:06 -07: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 Apply suggestions from code review 2024-09-17 16:28:06 -07: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.