Skip to content

Brute Force Tool to Crack Wi-Fi Passwords (Android Rooted Only)

License

Notifications You must be signed in to change notification settings

ZeltNamizake/DriFiCrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DriFiCrack

DriFiCrack is for only Android Rooted

DriFiCrack is a brute-force tool to crack Wi-Fi passwords on WPA2/WPA3 protected networks using brute force techniques. DriFiCrack is designed for educational purposes only, and should only be used on networks that are authorized or have explicit permission to test.

DriFiCrack must be run as root. This is required by the suite of programs it uses.

Feature

  • Brute-force password cracking for Wi-Fi ( WPA2/WPA3 )
  • Wifi network scanning to display information such as SSID, Frequency, etc.
  • Structured output with colors for clearer results
  • Supports password list file for automatic cracking

Required Programs

  • Termux. Android does not have a terminal like Linux in general, so the Termux application is needed to run programs.

  • Git. Required to clone this repository

  • Nodejs + NPM. DriFiCrack is a Javascript script and requires Nodejs to run for terminal.

  • Root Permission. Allow root access on Termux so it can run as root.

  • Standard android command.

    • tsu, cmd wifi, and whoami

Install & Execution

Run the commands below:

apt update && apt upgrade -y

apt install nodejs git tsu coreutils -y

git clone https://github.com/ZeltNamizake/DriFiCrack

cd DriFiCrack && tsu

node drificrack

Licensing

DriFiCrack is licensed under the MIT License. See the LICENSE file for more information.