Nettacker/nettacker/database
Captain-T2004 de4e02c2b1 Added Scan Compare feature 2024-08-26 04:02:07 +05:30
..
__init__.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
db.py Added Scan Compare feature 2024-08-26 04:02:07 +05:30
models.py Revert models `scan_id` -> `scan_unique_id` for compatibility 2024-08-19 09:27:34 -07:00
mysql.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
postgresql.py Change the entry point name/location 2024-08-11 11:31:18 -07:00
readme.md Change the entry point name/location 2024-08-11 11:31:18 -07:00
sqlite.py Change the entry point name/location 2024-08-11 11:31:18 -07:00

readme.md

OWASP Nettacker Database Files

This folder mainly contains all the files which handle the database transactions for the OWASP Nettacker.

  • db.py contains the database transaction functions
  • models.py contains the database structure layout
  • mysql_create.py contains functions to create the db structure mentioned in models.py into a MySQL database
  • sqlite_create.py contains functions to create the db structure mentioned in models.py into a SQLite database