Ghost Phisher – Wireless & Ethernet Attack Software Application

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.

Supported OS Ghost Phisher

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
  • BackBox Linux

Also Read WiFiJammer – Continuously Jam All Wi-Fi Clients/Routers

Prerequisites

The following dependencies can be installed using the Debian package installer command on Debian based systems using “apt-get install program” or otherwise downloaded and installed manually.

  • Aircrack-NG
  • Python-Scapy
  • Python Qt4
  • Python
  • Subversion
  • Xterm
  • Metasploit Framework (Optional)

Features

Ghost Phisher currently supports the following features:

  1. HTTP Server
  2. Inbuilt RFC 1035 DNS Server
  3. Inbuilt RFC 2131 DHCP Server
  4. Webpage Hosting and Credential Logger (Phishing)
  5. Wifi Access point Emulator
  6. Session Hijacking (Passive and Ethernet Modes)
  7. ARP Cache Poisoning (MITM and DOS Attacks)
  8. Penetration using Metasploit Bindings
  9. Automatic credential logging using SQlite Database
  10. Update Support

Installation on Debian Package

Run the below command;

root@host:~# dpkg -i ghost-phisher_1.5_all.deb

The source code for the program can be fetched using the following command on terminal

root@host:~# svn checkout http://ghost-phisher.googlecode.com/svn/Ghost-Phisher/

R K

Recent Posts

Install Python 3.7 on Ubuntu 18.04: apt and Source Build Methods

Python 3.7 was a significant release for the language. It introduced data classes, a decorator that automatically…

7 hours ago

Install Odoo 13 on Ubuntu 18.04: Python Venv and Nginx Guide

Odoo is a popular open-source suite of business applications. A single platform covers CRM, e-commerce, accounting,…

7 hours ago

Secure Apache with Let’s Encrypt on Ubuntu 18.04: Free SSL Guide

Let's Encrypt is a free, automated certificate authority run by the Internet Security Research Group…

7 hours ago

Install GCC on Ubuntu 18.04: C and C++ Compiler Setup Guide

GCC (GNU Compiler Collection) is a set of compilers and development libraries for C, C++, Fortran,…

7 hours ago

Install Python 3.8 on Ubuntu 18.04: apt and Source Build Methods

Python is one of the most widely used programming languages in the world. Its clean, readable…

7 hours ago

Install Tomcat 9 on Ubuntu 18.04: Systemd Service Setup Guide

Apache Tomcat is an open-source Java application server that implements the Java Servlet, JavaServer Pages, and…

1 day ago