Skip to content

Commit

Permalink
Update GUI_Tools_wxpython_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ghealer authored Jan 10, 2022
1 parent 20c07cf commit d1c512e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI_Tools_wxpython_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ def __init__( self, parent ):

other = wx.WrapSizer( wx.HORIZONTAL, wx.WRAPSIZER_DEFAULT_FLAGS )

self.burp_suite = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"Burp_Suite_Professional_v2021.8", wx.DefaultPosition, wx.DefaultSize, 0 )
self.burp_suite = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"BurpSuite_Pro_v2021.10.3", wx.DefaultPosition, wx.DefaultSize, 0 )
other.Add( self.burp_suite, 0, wx.ALL, 5 )

self.cs = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"Cobalt_Strike_v4.3", wx.DefaultPosition, wx.DefaultSize, 0 )
self.cs = wx.Button( gui_other.GetStaticBox(), wx.ID_ANY, u"Cobalt_Strike_v4.4", wx.DefaultPosition, wx.DefaultSize, 0 )
other.Add( self.cs, 0, wx.ALL, 5 )


Expand Down

0 comments on commit d1c512e

Please sign in to comment.