Skip to content

freakfr0/Wifi-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

freakfr0

freakfr0

Connect with me:

freakfr0 usrfreak.exe freak.fr

Languages and Tools:

bash linux python

Wifi Security Tool

version license

This Python script provides a menu-based interface for various WiFi security tools and attacks. It includes the following features:

  1. Installing needed tools (aircrack-ng, crunch, xterm, wordlists, reaver, pixiewps, bully, wifite)
  2. Starting monitor mode
  3. Stopping monitor mode
  4. Scanning for WiFi networks
  5. Getting a handshake (requires monitor mode)
  6. Installing wireless tools
  7. Cracking a handshake with a wordlist (rockyou.txt)
  8. Cracking a handshake without a wordlist (requires the handshake, ESSID, and monitor mode)
  9. Creating a wordlist
  10. WPS network attacks (requires the BSSID, monitor mode, and the tools)
  11. Scanning for WPS networks

Usage

  1. Make sure you have Python installed on your system.
  2. Download the script and save it as Wifi-Cracker.py.
  3. Open a terminal and navigate to the directory where the script is saved.
  4. Run the script using the command python Wifi-Cracker.py.
  5. The script will display a menu with the available options.
  6. Choose the desired option by entering the corresponding number.
  7. Follow the on-screen instructions to perform the selected action.

Note

  • The script uses the os.system() function to execute shell commands. It is recommended to run the script in a virtual environment or with appropriate permissions to avoid any issues with package installation or file execution.
  • The script assumes that you have a working internet connection and can install necessary packages using the apt-get package manager.
  • The script may require user input for certain commands, such as the interface name, BSSID, channel, and other parameters. Make sure to provide the correct values when prompted.
  • The script does not handle all possible error scenarios gracefully. It is recommended to check the output of the commands and manually correct any issues that arise.
  • The script is provided as is and is not responsible for any misuse or damage caused by its execution. Use it at your own risk.

Releases

No releases published

Packages

No packages published

Languages