mirror of https://github.com/OWASP/Nettacker.git
* changed nettacker's data directory naming * migration from .data to .nettacker * ruff fixes * documentation update |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| core.py | ||
| database.sqlite3 | ||
| engine.py | ||
| helpers.py | ||
| readme.md | ||
readme.md
OWASP Nettacker API Files
OWASP Nettacker API files are stored in here.
__database.pycontains database interaction functionsengine.pyis entry point of API and main functionsapi_core.pyhas core functionsstart_scan.pyrun new scansdatabase.sqlite3an empty API database for sample, its copy to./.nettacker/data/database.sqlite3and stores data in there.