diff --git a/build.gradle b/build.gradle index 33b080c..0a3b55b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'org.ctfcracktools' -version '1.1.2' +version '1.1.3' buildscript { ext.kotlin_version = '1.4.10' diff --git a/src/burp/Config.java b/src/burp/Config.java index 127831f..a3493e4 100644 --- a/src/burp/Config.java +++ b/src/burp/Config.java @@ -9,7 +9,7 @@ * @author linchen */ public class Config { - public final static String VERSION = "1.1.2"; + public final static String VERSION = "1.1.3"; public final static String SLOGAN = ""; public final static String ABOUT = "Author:0chen(@0chencc)\n" + diff --git a/src/burp/fuction/CoreFunc.kt b/src/burp/fuction/CoreFunc.kt index 98bef15..2c2132b 100644 --- a/src/burp/fuction/CoreFunc.kt +++ b/src/burp/fuction/CoreFunc.kt @@ -238,7 +238,7 @@ class CoreFunc{ val keymap= mapOf('A' to 'J','B' to 'K','C' to 'L','D' to 'M', 'E' to 'N','F' to 'O','G' to 'P','H' to 'Q','I' to 'R','J' to 'A','K' to 'B','L' to 'C', 'M' to 'D','N' to 'E','O' to 'F','P' to 'G','Q' to 'H','R' to 'I','S' to 'W','T' to 'X', - 'U' to 'Y','V' to 'Z','W' to 'S','X' to 'T') + 'U' to 'Y','V' to 'Z','W' to 'S','X' to 'T','Y' to 'U','Z' to 'V') val word = input.toCharArray() for (i in word.indices){ if (word[i].isUpperCase()){