ADVERTISEMENT

What happens when you get caught hacking WiFi

The following story is real and serves as a startling reminder of what happens to those who get caught WiFi hacking without authorization. Now, let’s dive in!

Wifi hacker

Image by Cybernews.

Jesse William McGraw
Jesse William McGraw Contributor
September 2, 2024 Updated: September 2, 2024 4 min read

Why this is important

Overview of basic terminologies

  • Red teaming: relates to a group of individuals whose sole function is to assume the role of the attacker, testing your organization’s defenses in a simulated and controlled environment while using actual attack methods. This is a proactive approach to improving your organization’s security, rather than having to find out the hard way, and then taking measures after a catastrophic fallout.
  • Blue teaming: corresponds to another group of people whose role is monitoring, detecting, and responding to security incidents as well as providing remedies for security issues. They analyze data to create a baseline of network behavior and maintain the overall integrity of the network.
  • Purple teaming: is a collaboration of both red and blue teams since these individual teams usually operate independently. This means they work together to plan, coordinate, and respond to simulated and real incidents and deploy fixes.
  • ARP cache: short for Address Resolution Protocol cache, stores the associations between IP addresses and their corresponding MAC addresses for devices on the same local network. To retrieve your system’s ARP cache on a Windows device, just open CMD and enter: arp -a. Alternatively, you can enter the following command to export the log onto your desktop. arp -a > C:\Users\your-user-name\Desktop\arp_cache.txt
wifi redteam 1
  • MAC: is an acronym that stands for Media Access Card. Every device that connects to a network has a unique identifier assigned to its network interface controller (NIC), which allows it to communicate on the physical network.

Setting up the attack: hardware requirements

ADVERTISEMENT
wifi redteam 2
wifi redteam 3
wifi redteam 4

Software: choose your poison

  • Aircrack-ng - a complete suite of wireless security auditing tools.
  • Macchanger - spoofing MAC address
  • Bully - performs WPS Pixie-Dust & brute-force attacks
  • Reaver - performs WPS Pixie-Dust & brute-force attacks
  • Pyrit - used for detecting WPA/WPA2 4-way handshakes
  • Hashcat - used for cracking PMKID hashes
  • John - For CPU (OpenCL)/GPU cracking passwords
  • Iproute2 - for controlling and monitoring different aspects of networking.
  • Cowpatty - used for detecting WPA/WPA2 4-way handshakes
  • Hcxdumptool - capturing PMKID hashes
  • Tshark - used for detecting WPS networks and analyzing handshake captures.
  • Hcxtools - used for converting PMKID packet captures into hashcat format for cracking.
  • Wireshark-cli - used for detecting WPS-enabled networks and inspecting handshake captures.
wifi redteam 5
ADVERTISEMENT