Ghost Phisher - An Open-source Phishing attacks tool

Screenshots

About Ghost Phisher
   Ghost Phisher is a Wireless and Ethernet security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to emulate access points and deploy various internal networking servers for networking, penetration testing and phishing attacks.

   Operating System Supported The Software runs on any Linux machine with the programs prerequisites, But the program has been tested on the following Linux based operating systems:
    * Ubuntu KDE/GNOME
    * BackTrack Linux (now is Kali Linux)
    * BackBox Linux

Request
   The following dependencies can be installed using the Debian package installer command on Debian based systems using sudo apt-get install program or otherwise downloaded and installed manually:
    * Aircrack-NG
    * Python-Scapy
    * Python Qt4
    * Python
    * Subversion
    * Xterm
    * Metasploit Framework

Features:
 * HTTP Server
 * Inbuilt RFC 1035 DNS Server
 * Inbuilt RFC 2131 DHCP Server
 * Webpage Hosting and Credential Logger (Phishing)
 * Wifi Access point Emulator
 * Session Hijacking (Passive and Ethernet Modes)
 * ARP Cache Poisoning (MITM and DOS Attacks)
 * Penetration using Metasploit Bindings
 * Automatic credential logging using SQlite Database
 * Update Support

Installation
   git clone https://github.com/savio-code/ghost-phisher (Download Ghost Phisher)
   cd ghost-phisher/Ghost-Phisher
   sudo python ghost.py (Run Ghost Phisher)

Update: cd ghost-phisher && git pull