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

Method getwords

src/burp/util/autoDecoderutil.java:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public static String getwords() { // 明文关键字
42 File f = new File( BurpExtender.getPath() );
43 String encodemode = FileGetValue(f,"words");
44 return encodemode;
45 }
46
47 public static String getnotwords() { // 加密关键字
48

Callers 2

processHttpMessageMethod · 0.80
setMessageMethod · 0.80

Calls 2

getPathMethod · 0.95
FileGetValueMethod · 0.95

Tested by

no test coverage detected