Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer authored May 3, 2020
1 parent 3be930f commit 1457f3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![wifibroot](https://user-images.githubusercontent.com/29171692/45045286-eee92680-b08b-11e8-9d0a-cf3d4ee2cd5f.jpeg)

A WiFi-Penetest-Cracking tool for WPA/WPA2 (Handshake, PMKID, Offline Cracking, EAPOLS, Deauthentication Attack).
<h1 align="center">
<img src="https://user-images.githubusercontent.com/29171692/80923734-0a498f00-8da3-11ea-94b4-1f67800a2c04.png" alt="WiFiBroot" />
</h1>
<h4 align="center">A Wireless Pentest/Cracking Tool for 4-way Handshake & PMKID</h4>

## DESCRIPTION
WiFiBroot is built to provide clients all-in-one facility for cracking WiFi (WPA/WPA2) networks. It heavily depends on **scapy**, a well-featured packet manipulation library in Python. Almost every process within is dependent somehow on scapy layers and other functions except for operating the wireless interface on a different channel. That will be done via native linux command **iwconfig** for which you maybe need *sudo* privileges. It currently provides **four** independent working modes to deal with the target networks. Two of them are online cracking methods while the other runs in offline mode. The offline mode is provided to crack saved hashes from the first two modes. One is for deauthentication attack on wireless network and can also be used as a jamming handler. It can be run on a variety of linux platforms and atleast requires WN727N from tp-link to properly operate.
Expand Down

0 comments on commit 1457f3a

Please sign in to comment.