کد:
yum -y install python pyOpenSSL openssl
cd /home
wget http://web-shell.googlecode.com/files/WebShell-0.9.6.zip
unzip WebShell-0.9.6.zip
mv WebShell-0.9.6 webshell
rm -rf WebShell-0.9.6.zip
cd webshell
sh make_certificate.sh
nano /home/webshell/www/webshell.css
# Update this arount line 10 :
width:600px;
height:800px;
# Update these ones around line 18 :
font:12px monospace;
background: #232323;
# Continue :
nano /etc/rc.local
# add this line before exit 0 :
perl /home/webshell/webshell.py -d -p 443
# Now run it :
perl /home/webshell/webshell.py -d -p 443
# That's all, Now you can go to https://YourSite