MCPcopy Create free account
hub / github.com/f0ng/autoDecoder / getEncodeApi

Method getEncodeApi

src/burp/IndexautoDecoder.java:2399–2401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2397 } // 加密后的密文URL编码
2398
2399 public static String getEncodeApi() {
2400 return textField3.getText().trim();
2401 }
2402
2403 public static String getDecodeApi() {
2404 return textField4.getText().trim();

Callers 3

TestEncodeMethod · 0.95
EncodeMethod · 0.95
processHttpMessageMethod · 0.95

Calls 1

getTextMethod · 0.80

Tested by 1

TestEncodeMethod · 0.76