mirror of https://github.com/OWASP/Nettacker.git
Docstrings generation was requested by @subhash-0000. * https://github.com/OWASP/Nettacker/pull/1173#issuecomment-3602915683 The following files were modified: * `nettacker/api/engine.py` * `nettacker/core/arg_parser.py` * `nettacker/core/messages.py` * `nettacker/core/template.py` * `nettacker/core/utils/common.py` |
||
|---|---|---|
| .. | ||
| __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.