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

Method getnotwords

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

Source from the content-addressed store, hash-verified

45 }
46
47 public static String getnotwords() { // 加密关键字
48
49 File f = new File( BurpExtender.getPath() );
50 String encodemode = FileGetValue(f,"notwords");
51 return encodemode;
52 }
53
54 public static void createProperties(File f){
55 if (!f.exists())

Callers 2

processHttpMessageMethod · 0.80
setMessageMethod · 0.80

Calls 2

getPathMethod · 0.95
FileGetValueMethod · 0.95

Tested by

no test coverage detected