mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-19 08:36:27 +01:00
f
This commit is contained in:
parent
04d921d52b
commit
e89e34c877
@ -60,6 +60,7 @@ public class Rc4Obtainer {
|
||||
|
||||
new Thread(() -> {
|
||||
|
||||
long startTime = System.currentTimeMillis();
|
||||
if (DEBUG) System.out.println("[+] send encrypted");
|
||||
|
||||
boolean worked = false;
|
||||
@ -101,6 +102,11 @@ public class Rc4Obtainer {
|
||||
|
||||
}
|
||||
|
||||
long endTime = System.currentTimeMillis();
|
||||
if (DEBUG) {
|
||||
System.out.println("Cracked RC4 in " + (endTime - startTime) + "ms");
|
||||
}
|
||||
|
||||
packetHandlers.forEach(PacketHandler::unblock);
|
||||
}).start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user