Skip to content

Commit 3e5e94c

Browse files
committed
让插件在更多套件下显示菜单
1 parent a5e2353 commit 3e5e94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/burp/Menu.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ public class Menu implements IContextMenuFactory {
1515
public List<JMenuItem> createMenuItems(final IContextMenuInvocation invocation) {
1616
List<JMenuItem> list = new ArrayList<JMenuItem>();
1717

18-
if(invocation.getInvocationContext() != IContextMenuInvocation.CONTEXT_MESSAGE_EDITOR_REQUEST){
19-
return list;
20-
}
18+
// if(invocation.getInvocationContext() != IContextMenuInvocation.CONTEXT_MESSAGE_EDITOR_REQUEST){
19+
// return list;
20+
// }
2121

2222
JMenuItem jMenuItem = new JMenuItem("Send to sqlmap4burp++");
2323
list.add(jMenuItem);

0 commit comments

Comments
 (0)