Nettacker/nettacker/api
coderabbitai[bot] 9fd025df80
📝 Add docstrings to `fix-windows-path-handling`
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`
2025-12-02 16:27:54 +00:00
..
__init__.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
core.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
database.sqlite3 Change the entry point name/location 2024-08-11 11:31:18 -07:00
engine.py 📝 Add docstrings to `fix-windows-path-handling` 2025-12-02 16:27:54 +00:00
helpers.py Reverted back the results to results_dir directory(.data/results) 2024-09-16 08:31:47 +05:30
readme.md changed nettacker's data directory naming (#1100) 2025-08-11 19:47:13 +00: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 ./.nettacker/data/database.sqlite3 and stores data in there.