Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.14 KB

gui.md

File metadata and controls

27 lines (18 loc) · 2.14 KB
description
Graphical User Interface

GUI

black-widow provides a very modern, simple and fast graphical user interface.

Unlike most cyber security and penetration testing tools, black-widow has a pretty Web GUI built with Django and served by the integrated ****Gunicorn Server.

The package app.gui implements a complete Django application which interface with black-widow managers.

The Django application use a SQLight database to save the necessary data. That database is stored on default black-widow storage path.

app.gui

  • manage.py Implements the methods django_gui() and django_cmd(...):
    • django_gui() starts the Gunicorn server and opens the default user browser;
    • django_cmd(...) executes a django command with user inputs.
  • web Django project package root