mirror of https://github.com/OWASP/Nettacker.git
* security improvements * formatting fix * import sort * security headers separate function |
||
|---|---|---|
| .. | ||
| __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./.data/database.sqlite3and stores data i there.