Skip to content

Commit

Permalink
added websession payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
r3vn committed Sep 26, 2018
1 parent 0bd121e commit 047ae1f
Show file tree
Hide file tree
Showing 6 changed files with 761 additions and 10 deletions.
63 changes: 63 additions & 0 deletions assets/ui/websession.glade
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkBox" id="websession-main">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkButtonBox" id="payloads-toolbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">5</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="spacing">6</property>
<property name="layout_style">start</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;Payloads: &lt;/b&gt; </property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkMenuBar" id="payloads-bar">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>
4 changes: 4 additions & 0 deletions conf/shodan.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# BadKarma - shodan config
#

[Shodan]

api_key = API KEY HERE
Loading

0 comments on commit 047ae1f

Please sign in to comment.