MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / actionPerformed

Method actionPerformed

src/Utils/Utils.java:59–71  ·  view source on GitHub ↗
(ActionEvent arg0)

Source from the content-addressed store, hash-verified

57 menuRepeater = new JMenuItem("Send to Repeater");
58 menuRepeater.addActionListener(new ActionListener(){
59 public void actionPerformed(ActionEvent arg0) {
60// BurpExtender.helpers.
61 IRequestInfo requestInfo = BurpExtender.helpers.analyzeRequest(hackvertorInput.getText().getBytes());
62 BurpExtender.stdout.println(requestInfo);
63// c_sendToRepeater(ihttpreqresp);
64 try {
65 c_sendToRepeater(requestInfo, hackvertorInput.getText().getBytes());
66 }catch (Exception e){
67 BurpExtender.stdout.println(e.getMessage());
68 }
69// BurpExtender.stdout.println(hackvertorInput.getText());
70
71 }
72 });
73 menu.add(menuRepeater);
74

Callers

nothing calls this directly

Calls 4

c_sendToRepeaterMethod · 0.95
c_sendToIntruderMethod · 0.95
getTextMethod · 0.80
getMessageMethod · 0.45

Tested by

no test coverage detected