Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.39 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.39 KB

UNMAINTATINED

ScreenShot

Wifi Bruteforce

GitHub release Build Status Code Triagers Badge Stories in Ready

Wifi Bruteforce (WiBr) is a wifi cracking tool writen in c#. Unlike other wireless crackers namely aircrack-ng WiBr simply tries connecting over and over again each time with a diffrent password (dictionary attack) it is much slower than using tools such as aircrack-ng but is much easier to use.

Usage:

  1. Select the Wifi Access Point you want to attempt to crack
  2. Select a wordlist (Wordlists can be found Here)
  3. (Optional) Change the connection check delay
  4. Press crack and wait!

Screenshot ~ v1.2.0

ScreenShot

ToDo:

  1. Accept issues and fix any bugs
  2. Fix warning: Form1.Designer.cs(192,38): warning CS0414: The private field `WiBf.Form1.timer1' is assigned but its value is never used