Categories: Kali Linux

H4Rpy : Automated WPA/WPA2 PSK Attack Tool

H4Rpy is an automated WPA/WPA2 PSK attack tool, wrapper of aircrack-ng framework. H4Rpy provides clean interface for automated cracking of WPA/WPA2 PSK networks.

It enables monitor mode on selected wireless interface, scans the wireless space for access points, tries to capture WPA/WPA2 4-way handshake for the acess point, and starts a dictionary attack on the handshake.

It is also possible to send disassociate packets to clients associated with access point.

Installation

Installation consists of cloning the repo, running a script that will install dependencies (aircrack-ng framework and Terminator are required in order to run h4rpy), and making h4rpy executable. Script only works with apt package manager (Debian based distributions).

# git clone https://github.com/MS-WEB-BN/h4rpy/
# cd h4rpy
# sudo bash config.sh
# sudo chmod +x h4rpy

Usage

  • To run h4rpy:

# sudo ./h4rpy

  • Top-left: Enabling monitor mode, scanning for access points (packet capturing of raw 802.11 frames);
  • Top-right: Packet capturing on selected wireless network, capturing the WPA/WPA2 4-way handshake;
  • Bottom-left: Sends disassocate packets to clients which are currently associated with a selected access point;
  • Bottom-right: Dictionary attack on the captured WPA/WPA2 4-way handshake.

Screenshots

License

The software is free to use, modify and distribute, as long as the credit is given to the creator (n1x_ [MS-WEB]).

Disclaimer

Any actions and/or activities done by using h4rpy are solely your responsibility. The misuse of h4rpy can result in criminal charges brought against the persons in question. The author will not be held responsible in the event any criminal charges be brought against any individuals misusing h4rpy to break the law.

R K

Recent Posts

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

1 hour ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

1 hour ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

2 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

2 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

2 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

19 hours ago