HOWTO : Weevely on Ubuntu 14.04 LTS

Weevely is a command line web shell dynamically extended over the network at runtime designed for remote administration and pen testing. It provides a weaponized telnet-like console through a PHP script running on the target, even in restricted environments.



The low footprint agent and over 30 modules shape an extensible framework to administrate, conduct a pen-test, post-exploit, and audit remote web accesses in order to escalate privileges and pivot deeper in the internal networks.





Install



sudo apt-get install git build-essential python-pip libyaml-dev python-dev

sudo pip install prettytable Mako PyYAML python-dateutil PySocks --upgrade



cd ~

mkdir arsenal

cd arsenal

git clone https://github.com/epinna/weevely3.git

cd weevely3

./weevely.py






Update/Upgrade



sudo apt-get update

sudo apt-get dist-upgrade

sudo pip install prettytable Mako PyYAML python-dateutil PySocks --upgrade



cd ~/arsenal/weevely3

git pull origin master






Reference



Wiki





That's all! See you.