We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e2353 commit 3e5e94cCopy full SHA for 3e5e94c
src/main/java/burp/Menu.java
@@ -15,9 +15,9 @@ public class Menu implements IContextMenuFactory {
15
public List<JMenuItem> createMenuItems(final IContextMenuInvocation invocation) {
16
List<JMenuItem> list = new ArrayList<JMenuItem>();
17
18
- if(invocation.getInvocationContext() != IContextMenuInvocation.CONTEXT_MESSAGE_EDITOR_REQUEST){
19
- return list;
20
- }
+// if(invocation.getInvocationContext() != IContextMenuInvocation.CONTEXT_MESSAGE_EDITOR_REQUEST){
+// return list;
+// }
21
22
JMenuItem jMenuItem = new JMenuItem("Send to sqlmap4burp++");
23
list.add(jMenuItem);
0 commit comments