Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This project is based upon the trick that, how to hack WI-FI with CMD. The main purpose behind, creating wifi hacking tool with cmd tool is to make everyone aware that how easy it is to break a simple password. And, motivate them to keep some complex passwords – to keep them protected against it.

License

NotificationsYou must be signed in to change notification settings

TheBATeam/Batch-WI-FI-Brute-Forcer

Repository files navigation

An active attack tool against Wi-Fi networks with internal CMD commands.

This program is created to be a proof of concept that it is possibleto write a working Wi-Fi attack tool with Batchfiles since thereare countless examples on the internet that claims to be legithacking tools, working on CMD. While this tool does not claima 100% success ratio, it still works if the target Wi-Fi hasweak password. :)

Usage

Interface initialization

The program automatically detects your wireless interfaces when you execute the batch file.If it finds only one, it will select it as default. If there are multiple interfaces,the program will ask you to choose one. If none exist, it will stay "not_defined".

You can later change the interface by typinginterface on the main menu.This will bring the interface initialization screen back.

Scan

When you typescan at the main menu, the program will enumerate all Wi-Fi networksavailable from the selected wireless interface. You can choose one by typing the numberassociated with an SSID.

No Name could mean that the network is hidden. You cannot attack that network.

Performing a scan disconnects the interface from the network that it has connected previously.

Selecting a wordlist

A wordlist file is already provided in the repository. If you want to use a customwordlist, you have to specify the file you are going to use by typingwordlist on themain menu and then typing the absolute or relative path of the wordlist file.

Attacking

Simply typeattack and the program will show you a warning screen that this process is goingto delete the profile associated with the SSID if you have connected to it before.It means you will lose the password you entered while connecting to that SSID before.Save it before using the attack.

Counter

When a connection is attempted withnetsh to a network, it takes time to establish the connection. To check whether the connection is successful,the program repeatedly queries the connection status of the selected interface. A counter value controls how many times this query will be done.If not changed, the counter value is 5, and counts down after each query for each password combination.

If an authentication or association is detected, this value is increased by 5 to ensure a successful connection.

Limitations

  • This program has been tested unsuccessfully on Windows 7 and tested successfully on Windows 10 and 11. Since some commands may differ in terms of output between Windows versions, it is not expected to work on previous versions.

  • ANSI escape sequences used in the terminal were added to the Windows Console in the Windows 10 version 1511, previous versions are not expected to run this program.

  • There is a strict dependency on the command line utilitynetsh, meaning that it cannot understand "Unicode" characters. Only ASCII characters are supported for network names.

  • Speed is significantly slow due to its nature.

  • Cannot attack hidden networks.

Result file

If an attack is successful, the result is automatically written toresult.txt.

Help screen

Commands - help             : Displays this page - wordlist         : Provide a wordlist file      - scan             : Performs a WI-FI scan        - interface        : Open Interface Management    - attack           : Attacks selected WI-FI       - counter          : Sets the attack counter      - exit             : Close the program

Contributors

Huge thanks to everyone for their contributions to this project.

Special thanks to theTheBATeam, and AACINI.

More From TechnicalUserX

Check outTechnicalUserX for more projects.

About

This project is based upon the trick that, how to hack WI-FI with CMD. The main purpose behind, creating wifi hacking tool with cmd tool is to make everyone aware that how easy it is to break a simple password. And, motivate them to keep some complex passwords – to keep them protected against it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp