Skip to content

Bat WiFi-Forcer ๐Ÿ”“๐Ÿ“ก - Educational batch script for WiFi security testing. Demonstrates brute-force concepts on WPA2 networks. For ethical hacking education only. Features network scanning, custom wordlists, and detailed logging. #CyberSecurity #EthicalHacking

License

Notifications You must be signed in to change notification settings

voltsparx/Bat-WiFi-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ก Bat-WiFi-Forcer

Educational WiFi Security Testing Tool - Built with Batch Scripting

โš ๏ธ LEGAL DISCLAIMER: This tool is for educational purposes only. Unauthorized access to computer networks is illegal. Use only on networks you own or have explicit permission to test.

๐ŸŒŸ Overview

Bat WiFi-Forcer is a proof-of-concept WiFi security testing tool written entirely in Windows Batch script. It demonstrates how basic brute-force concepts work while emphasizing ethical hacking principles.

๐Ÿš€ Features

  • ๐Ÿ” Network Scanning - Discover available WiFi networks
  • ๐Ÿ–ฅ๏ธ Interface Management - Select from multiple WiFi adapters
  • ๐Ÿ“‹ Wordlist Support - Custom password dictionary attacks
  • ๐ŸŽฏ Target Selection - Choose specific networks to test
  • ๐Ÿ“Š Progress Tracking - Real-time attack progress monitoring
  • ๐Ÿ“ Logging - Detailed activity logs and results
  • ๐ŸŽจ Color Interface - Beautiful terminal colors and formatting

๐Ÿ›ก๏ธ Ethical Use

โœ… Allowed Uses:

  • Testing your own home networks
  • Educational demonstrations
  • Security research with permission
  • Learning about WiFi security

โŒ Prohibited Uses:

  • Unauthorized network access
  • Testing networks without permission
  • Malicious activities
  • Illegal hacking attempts

๐Ÿ“ฆ Installation

# Clone the repository git clone https://github.com/voltsparx/Bat-WiFi-Forcer.git

Navigate to directory

cd batch-wifi-bruteforcer

Run the tool (as Administrator)

wififorcer.bat

๐ŸŽฎ Usage Examples

# Scan for available networks bruteforcer$ scan

Set custom wordlist

bruteforcer$ wordlist C:\path\to\your\wordlist.txt

Set attempt counter

bruteforcer$ counter 10

Start attack

bruteforcer$ attack

Show help

bruteforcer$ help

๐Ÿ› ๏ธ Requirements

Component Requirement
๐Ÿ–ฅ๏ธ OS Windows 7/8/10/11
โšก Privileges Administrator Rights
๐Ÿ“ก Hardware WiFi Adapter
๐Ÿ”ง Tools netsh, wmic commands

๐Ÿ“ File Structure

batch-wifi-bruteforcer/ โ”œโ”€โ”€ ๐Ÿ“„ wififorcer.bat # Main batch script โ”œโ”€โ”€ ๐Ÿ“„ wordlist.txt # Default password dictionary โ”œโ”€โ”€ ๐Ÿ“„ wifi_attack.log # Activity logs โ”œโ”€โ”€ ๐Ÿ“„ wifi_results.txt # Successful results โ”œโ”€โ”€ ๐Ÿ“„ README.md # This documentation โ””โ”€โ”€ ๐Ÿ“„ LICENSE # MIT License

โšก Quick Start

  1. Run as Administrator - Right-click โ†’ "Run as administrator"
  2. Accept Terms - Read and accept the ethical use agreement
  3. Scan Networks - Use scan command to find targets
  4. Select Target - Choose a network from the scan results
  5. Configure - Set wordlist and attempt counter if needed
  6. Attack - Start testing with attack command
  7. Review Results - Check logs and results files

๐Ÿ”ง Configuration

Custom Wordlists

Create your own wordlist file or use popular ones like:

  • RockYou.txt
  • Common passwords lists
  • Custom dictionary files

Settings

  • counter - Set connection attempt timeout
  • wordlist - Specify custom password file
  • interface - Select WiFi adapter

๐Ÿ“Š Output Files

File Description
wifi_attack.log Detailed timestamped activity log
wifi_results.txt Successful password findings
session_state.txt Saved session configuration

โš ๏ธ Limitations

This is an educational tool with several limitations:

  • โฐ Slow performance - Batch scripting is not optimized for speed
  • ๐Ÿ“ถ Online attacks only - No offline password cracking
  • ๐Ÿ”’ WPA2 only - Doesn't support WPA3 or enterprise networks
  • ๐Ÿ“ฑ Basic functionality - Simplified security testing
  • ๐Ÿ›ก๏ธ No stealth - Attacks are easily detectable

๐Ÿค Contributing

We welcome contributions! Please follow these guidelines:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘จโ€๐Ÿ’ป Author

Voltsparx

โญ Support

If you find this project useful, please give it a star on GitHub!


Made with ๐Ÿ’ป and โค๏ธ for educational purposes

About

Bat WiFi-Forcer ๐Ÿ”“๐Ÿ“ก - Educational batch script for WiFi security testing. Demonstrates brute-force concepts on WPA2 networks. For ethical hacking education only. Features network scanning, custom wordlists, and detailed logging. #CyberSecurity #EthicalHacking

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •