Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 501 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 501 Bytes

wifibruteforcer

A simple flutter application to bruteforce wifi networks

Installation in macOS:

git clone https://github.com/krishpranav/wifibruteforcer.git
cd wifibruteforcer
flutter config --enable-macos-desktop
flutter channel dev
flutter upgrade
flutter pub get
flutter run -d macos

Instalation in android

download link (or)

  • if your a developer:
clone this repo and build it!!