Skip to content

linctonnn/k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi-bruteforce

tool buat nyoba bruteforce wifi wpa/wpa2 pake c++
gak pake aircrack-ng, gak pake python
harus linux karena pake pcap & iw

fitur

  • auto masuk monitor mode
  • scan ssid & bssid (beacon sniff)
  • pilih target wifi
  • generate PMK dari password & SSID
  • struktur pake cmake (biar keren dikit)

build

mkdir build
cd build
cmake ..
make -j$(nproc)

RUN

sudo ./wifi_bruteforce

Dependensi

  • libpcap-dev
  • compiler c++17 ke atas
  • iw, iproute2

Status

  • scan wifi
  • auto monitor mode
  • pmk generator (pbkdf2)
  • parse .cap
  • brute pake wordlist
  • live capture handshake
  • threading

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors