Setting up a phishing campaign with Phishing Frenzy

Phishing Frenzy is another open source Ruby on Rails application that is used by attackers or penetration testers to launch a sophisticated phishing campaign. The purpose of this tool was to streamline phishing activities. The following commands provide the installation of Phishing Frenzy on Kali Linux:

git clone https://github.com/pentestgeek/phishing-frenzy.git      /var/www/phishing-frenzy
curl -sSL https://get.rvm.io | bash
rvm install 2.1.5
rvm all do gem install --no-rdoc --no-ri rails
rvm all do gem install --no-rdoc --no-ri passenger
apt-get install apache2-dev libapr1-dev libaprutil1-dev libcurl4-openssl-dev
passenger-install-apache2-module

Once the passenger module compilation is complete, ...

Get Mastering Kali Linux for Advanced Penetration Testing - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.