Nettacker/api
Prabhat Kumar 13cd610e08 Fixed Docstring Typo 2024-03-06 14:59:27 +05:30
..
__init__.py shebang fixes, docker simul install fixes and scripts(bash and win) fixes 2021-06-15 21:46:41 +05:30
api_core.py Fixed Docstring Typo 2024-03-06 14:59:27 +05:30
database.sqlite3 revert configs 2018-02-04 20:31:11 +03:30
engine.py Correct module name 2023-07-09 12:12:22 -04:00
readme.md remove _ and __ 2021-07-28 14:48:08 +02: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.