HOWTO Scapy 2 2 0 on Ubuntu 12 04 LTS

To install Scapy



sudo apt-get update
sudo apt-get install python-scapy python-pyx python-gnuplot




To run Scapy interactively



sudo scapy



The scapy shell will be displayed :


WARNING: No route found for IPv6 destination :: (no default route?)

Welcome to Scapy (2.2.0)

>>>




To quit Scapy



>>>quit()


Thats all! See you.
Read More..

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




Thats all! See you.


Read More..

Blog Archive

Powered by Blogger.