Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Squuv/WifiBF
This is a wifi Brute Force. script undetectable and secure!
https://github.com/Squuv/WifiBF
hack python-script wifi wifi-brute-force wifi-configuration wifi-hacking wifi-hacking-script wpa wpa-cracker wpa2 wpa2-cracking
Last synced: 8 days ago
JSON representation
This is a wifi Brute Force. script undetectable and secure!
- Host: GitHub
- URL: https://github.com/Squuv/WifiBF
- Owner: Squuv
- Created: 2019-09-14T20:03:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T12:40:06.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:25:36.312Z (3 months ago)
- Topics: hack, python-script, wifi, wifi-brute-force, wifi-configuration, wifi-hacking, wifi-hacking-script, wpa, wpa-cracker, wpa2, wpa2-cracking
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 313
- Watchers: 17
- Forks: 66
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIFI-Brute-Force V1.1
### How to use it in your Mac ?
This project can run well on Windows and Linux.
Because the dependent module pywifi support for Windows and Linux but not Mac,
here is the way to use WIFI-Brute-Force in Mac.
#### Step 1. install anaconda
Go https://www.anaconda.com/distribution/ to download anaconda and install it.#### Step 2. Use conda to install pywifi for mac
macos_dev branch is a pywifi project for Mac with python 3.5
pyobjc is dependent module for mac pywifi module$ conda create -n wifi-brute-force python=3.5
$ conda activate wifi-brute-force
$ git clone -b macos_dev https://github.com/awkman/pywifi.git
$ cd pywifi
$ pip install pyobjc
$ pip install .Now pywifi module for Mac is ready in conda environment, named wifi-brute-force
You can enjoy WIFI-Brute-Force.### _🕷️ Available command line options_
[`CopyRight`](https://github.com/BrahimJarrar/)usage: [options]
-h , --help show this help message and exit
-s , --ssid SSID WIFI Target
-w , --wordlist list of passwords
-t , --threads number of threads #Comming soon
-v , --version version-------------------------------------