HOWTO : Weevely on Ubuntu Desktop 12.04 LTS

Weevely is a stealth PHP web shell that simulate an SSH-like connection. It is an essential tool for web application post exploitation, and can be used as stealth backdoor or as a web shell to manage legit web accounts, even free hosted ones.



Step 1 :



sudo apt-get install git



sudo -sH

cd /opt

git clone git://github.com/epinna/Weevely.git




Step 2 :



To run it.



sudo -sH

cd /opt/Weevely

./weevely.py




That's all! See you.