()
| 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()) |
no test coverage detected