Skip to content

Commit 86d2df2

Browse files
rootroot
authored andcommitted
Removing JOptionPane
1 parent e09d684 commit 86d2df2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

build/built-jar.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sun, 02 Sep 2018 19:34:18 +0500
1+
#Mon, 03 Sep 2018 15:31:02 +0500
22

33

44
C\:\\Users\\bugzy\\Documents\\NetBeansProjects\\Burp_Plugins\\Hack_Bar=
-159 Bytes
Binary file not shown.

dist/Hack_Bar.jar

-159 Bytes
Binary file not shown.

src/burp/SQL_Menu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void actionPerformed(ActionEvent e) {
166166
String action = e.getActionCommand();
167167
byte[] newRequest = do_sql_op(request, selectString, action, selectedIndex);
168168
req.setRequest(newRequest);
169-
JOptionPane.showMessageDialog(null, action + " --> " + selectedIndex[0] + " - " + selectedIndex[1] + " -- " + selectString);
169+
// JOptionPane.showMessageDialog(null, action + " --> " + selectedIndex[0] + " - " + selectedIndex[1] + " -- " + selectString);
170170

171171
}
172172

0 commit comments

Comments
 (0)