From 60eb55c3c4bc2a76317ce6963685a3f2b4259b29 Mon Sep 17 00:00:00 2001 From: Adam Zambrzycki Date: Sat, 11 Dec 2021 02:02:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52631d0..948ac01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Minecraft Log4j Honeypot -This honeypots runs fake Minecraft server waiting to be exploited. Payload classes are saved to `payloads/` directory. +This honeypots runs fake Minecraft server (1.17.1) waiting to be exploited. Payload classes are saved to `payloads/` directory. ## Requirements - Golang @@ -13,4 +13,4 @@ git clone https://github.com/Adikso/minecraft-log4j-honeypot.git cd minecraft-log4j-honeypot go build . ./minecraft-log4j-honeypot -``` \ No newline at end of file +```