More Tutorials

Search This Blog

Theme images by Storman. Powered by Blogger.

Blog Archive

Popular Posts

Total Pageviews

Translate

Download E-Books

HACKING TOOLS

Monday, July 31, 2017

Wifiphisher - Get Wifi Password by Phishing In Kali Linux



About

Wifiphisher is a security tool that mounts automated victim-

customized phishing attacks against WiFi clients in order to
 obtain credentials or infect the victims with malwares. It is primarily a social engineering attack that unlike other methods it does not include any brute forcing. It is an easy way for obtaining credentials from captive portals and third party login pages (e.g. in social networks) or WPA/WPA2 pre-shared keys.

Requirements

Following are the requirements for getting the most out of Wifiphisher:
  • Kali Linux. Although people have made Wifiphisher work on other distros, Kali Linux is the officially supported distribution, thus all new features are primarily tested on this platform.
  • One wireless network adapter that supports AP mode. Drivers should support netlink.
  • One wireless network adapter that supports Monitor mode and is capable of injection. Again, drivers should support netlink. If a second wireless network adapter is not available, you may run the tool with the --nojamming option. This will turn off the de-authentication attack though.

Installation

To install the latest development version type the following commands:
git clone https://github.com/wifiphisher/wifiphisher.git # Download the latest revision
cd wifiphisher # Switch to tool's directory
sudo python setup.py install # Install any dependencies (Currently, hostapd, dnsmasq, PyRIC, blessings)
Download : Wifiphisher
Alternatively, you can download the latest stable version from the Releases page.
Video Demo

0 on: "Wifiphisher - Get Wifi Password by Phishing In Kali Linux"