-
Notifications
You must be signed in to change notification settings - Fork 323
installation
hatRiot edited this page Nov 26, 2012
·
7 revisions
#Zarp Install
Zarp requires the following to run:
- Linux
- Python 2.7
- Scapy
It is also recommended that user's have the following installed for access to specific modules:
- airmon-ng suite (for all your wireless cracking needs)
- tcpdump
Module-specific requirements:
- paramiko (SSH service)
Scapy comes packaged with Zarp and no installation is required. Wifite is used for wireless AP cracking; a specific version (ballast-dev branch) is required. This comes packaged with zarp.
The recommended installation process is to run:
git clone git://github.com/hatRiot/zarp.git
You may then run
sudo python zarp.py --update
to update Zarp. The update flag will not work if you download the tarball from Git.