Nettacker/nettacker/api/readme.md

10 lines
409 B
Markdown

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.