1.1.5.2. compare_campaigns¶
This module provides the window through which the user can compare campaigns across multiple data points in graph format
1.1.5.2.1. Classes¶
-
class
CampaignCompWindow(*args, **kwargs)[source]¶ Bases:
king_phisher.client.gui_utilities.GladeGObjectThe window which allows the user to select campaigns and compare the data using graphical representation.
-
__init__(*args, **kwargs)[source]¶ Parameters: application ( Gtk.Application) – The parent application for this object.
-
load_campaigns()[source]¶ Load campaigns from the remote server and populate the
Gtk.TreeView.
-