- Автор темы
- Добавить закладку
- #141
Пожалуйста, обратите внимание, что пользователь заблокирован
first if your problem with permission denied then you can solve it by runningThere are errors in the script, which can be seen in the author's screenshot.
Код:public class EchoTest { public static long checksum8(String text) { if (text.length() < 4) { return 0L; } text = text.replace("/", ""); long sum = 0L; for (int x = 0; x < text.length(); x++) { sum += text.charAt(x); } return sum; } public static void main(String[] args) throws Exception { System.out.println(checksum8("xssr1zxssr1zxssr1z.pdf")); } }
TS, if it is not too much trouble for you, please make a correction.
chmod +x cobaltstrike.jar
make sure the user is belong to who running this, ex: coblaltstrike.jar is belong to root user and your running this from normal user.
also what key your using inside crackjava ?