0% found this document useful (0 votes)
111 views7 pages

Using Wifi Honey for Fake APs

This document summarizes how to use the Wifi Honey tool in Kali Linux to impersonate wireless access points and capture authentication attempts in an effort to crack passwords. It provides an overview of Wifi Honey, outlines the requirements which include Kali Linux, a WiFi adapter, and explains how to run Wifi Honey by specifying the fake access point name, channel, and interface. It also shows screenshots of running Wifi Honey and capturing authentication attempts from an Android phone trying to connect to the fake access point. The document concludes by noting the captured files can then be analyzed with aircrack-ng to attempt recovering the real access point password.

Uploaded by

alvertosk84
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views7 pages

Using Wifi Honey for Fake APs

This document summarizes how to use the Wifi Honey tool in Kali Linux to impersonate wireless access points and capture authentication attempts in an effort to crack passwords. It provides an overview of Wifi Honey, outlines the requirements which include Kali Linux, a WiFi adapter, and explains how to run Wifi Honey by specifying the fake access point name, channel, and interface. It also shows screenshots of running Wifi Honey and capturing authentication attempts from an Android phone trying to connect to the fake access point. The document concludes by noting the captured files can then be analyzed with aircrack-ng to attempt recovering the real access point password.

Uploaded by

alvertosk84
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

O B S E R V A T I O N S

P R I V A C Y ,

O N

S E C U R I T Y ,

T E C H N O L O G Y ,

C U L T U R E

A N D

SLEUTH BLOG

Sleuth Blog

M O R E

P O P

Honey from a knife: Using Wifi Honey to


impersonate wireless AP's
JULY 31, 2016 IN HACKING

I had some time recently to experiment further with some tools in Kali Linux which I hadn't
previously used. In this instalment I run through using Wifi Honey to create a fake Wireless AP
which can have endless uses but ultimately it can be used to try crack the passcode of a Wireless
AP by getting a device to repeatedly try to authenticate against your fake AP.

Overview of Wifi Honey


Wifi Honey is a simple and easy to use script which when given an AP name it will create a fake
AP with multiple encryption types. The idea is that then the device which connects to an AP with
the same name will then connect to the relevant fake AP created by Wifi Honey while all of the
authentication attempts are monitored and recorded for cracking later on.

Wifi Honey start prompt.

What you will need


To get started with Wifi Honey you just need the following:

1. A bootable USB drive with Kali Linux installed


2. A PC capable of running Kali Linux
3. A wifi adapter (used for the monitoring interface mon0)

Running Wifi Honey


Running Wifi Honey is quite simple. Some tutorials advise in running wifite prior to starting
WifiHoney so that a monitor interface is created. In this tutorial I did the same but I believe that
this is not necessary for Wifi Honey however if you do run wifite beforehand do not close it
while running Wifi Honey as it will cause problems for your Wifi Honey session.

If you need to learn how to use wifite you can learn how to do it in in an earlier post
available here. So to get started run wifite and follow the prompts to create a monitor interface
(mon0):

$ wifite

Now to run Wifi Honey run the following command in a separate window to wifite:

Usage: /usr/bin/wifi-honey <essid> <channel> <interface>

Default channel is 1

Default interface is wlan0

Robin Wood <robin@[Link]>

See Security Tube Wifi Mega Primer episode 26 for more


information

root@kali:~# /usr/bin/wifi-honey SSID_NAME 1 wlan0

Now sit back and wait as Wifi Honey collects the inputs which will all be stored as .cap files.

Wifi Honey Kali terminal output.

I tried to connect to the fake AP with an Android Phone (Samsung Galaxy S3) Heres what it
looked like when connecting from the Android Phone:

Trying to connect.

Once you have collected all of the Raw files you can run through them with a program like
aircrack-ng to attempt to recover the real AP password.

Conclusion
As always please let me know if found this article useful or if you didn't, Dont forget to like this
post or leave a comment below to let me know another area you would be interested in reading
about. Thanks for your continued support!

Until Next Time!

The Security Sleuth

Common questions

Powered by AI

Using Wifi Honey to create fake APs for capturing authentication attempts can lead to unethical practices if done without consent. It can infringe on user privacy and potentially lead to unauthorized access to devices and networks, constituting illegal activity if used maliciously. Ethical hacking requires explicit permission from network owners to avoid privacy violations and legal issues .

Running 'wifite' prior to starting Wifi Honey might be unnecessary according to the documentation. However, if 'wifite' is used to create a monitor interface, it should not be closed while running Wifi Honey, as doing so can cause problems for the Wifi Honey session .

After data is collected by Wifi Honey, the use of aircrack-ng is recommended. Aircrack-ng functions by analyzing the captured .cap files to attempt to recover the real AP password, facilitating targeted penetration tests or further analysis of network vulnerabilities .

Wifi Honey's primary function is to create a fake Wireless Access Point (AP) which can mimic existing APs to capture authentication attempts from devices. By setting up a fake AP with multiple encryption types, devices that connect to an AP with the same name will be monitored and their authentication attempts are recorded for later analysis and potential password cracking .

To implement Wifi Honey, the necessary hardware and software include a bootable USB drive with Kali Linux installed, a PC capable of running Kali Linux, and a WiFi adapter that can be used for the monitoring interface (mon0).

A potential risk when connecting smartphones to fake APs created by Wifi Honey is the exposure of authentication credentials. As the device attempts to connect, the fake AP can capture data regarding the network's passcodes and other sensitive information, which can be exploited if intercepted by unauthorized parties .

By integrating multiple encryption types, Wifi Honey can mimic a wide range of existing APs, increasing the likelihood that a target device will connect to the fake AP. This capability enhances its functionality by allowing it to capture a broader spectrum of authentication attempts corresponding to different encryption standards, thereby improving the effectiveness of data collection for security analysis .

Running Wifi Honey allows security practitioners to understand network vulnerabilities by simulating real-world attacks where devices are tricked into connecting to fake APs. By capturing authentication attempts, researchers can study the methods and frequency of such attempts, helping to develop more robust security measures and educating network administrators on potential exploits. This proactive approach enhances defenses against unauthorized access and data interception, integral to comprehensive security strategies .

Wifi Honey is considered a strategic tool in scenarios where capturing repeated authentication attempts is necessary for security analysis. It is particularly useful in controlled penetration testing environments where authorized attempts to crack a Wireless AP's passcode are conducted to strengthen network security protocols .

Once the authentication attempts are captured by Wifi Honey, they are stored in .cap files. These files can then be processed with a program like aircrack-ng to attempt recovering the real AP password .

You might also like