All Projects → Squuv → Wifibf

Squuv / Wifibf

This is a wifi Brute Force. script undetectable and secure!

Programming Languages

python
139335 projects - #7 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Wifibf

changemac
change mac address of linux ,ubuntu
Stars: ✭ 17 (-83.33%)
Mutual labels:  python-script, wifi
rpi3-wifi-conf
A simple Python script to configure wifi over bluetooth for a Raspberry Pi 3
Stars: ✭ 112 (+9.8%)
Mutual labels:  python-script, wifi
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1073.53%)
Mutual labels:  wifi
Wifimeshraspberrypi
Workshop to create a sensor application over a WiFi Mesh network
Stars: ✭ 99 (-2.94%)
Mutual labels:  wifi
Broadcom Wl
Broadcom Linux hybrid wireless driver (64-bit)
Stars: ✭ 92 (-9.8%)
Mutual labels:  wifi
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-20.59%)
Mutual labels:  wifi
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-8.82%)
Mutual labels:  wifi
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+1040.2%)
Mutual labels:  python-script
Lamp
A simple controller of craft lamp for Android.
Stars: ✭ 99 (-2.94%)
Mutual labels:  wifi
Xr871 Old
XR871 SDK
Stars: ✭ 92 (-9.8%)
Mutual labels:  wifi
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-4.9%)
Mutual labels:  wifi
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+9258.82%)
Mutual labels:  wifi
Krack Poc
Krack POC
Stars: ✭ 86 (-15.69%)
Mutual labels:  wifi
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (-7.84%)
Mutual labels:  python-script
Awesome Wifi Security
A collection of awesome resources related to 802.11 security, tools and other things
Stars: ✭ 79 (-22.55%)
Mutual labels:  wifi
Find3 Android Scanner
An android app that scans Bluetooth and WiFi for FIND3
Stars: ✭ 99 (-2.94%)
Mutual labels:  wifi
Clickjacking Tester
A python script designed to check if the website if vulnerable of clickjacking and create a poc
Stars: ✭ 72 (-29.41%)
Mutual labels:  python-script
Virtual Makeup
Python script to apply lipstick, blush and nail polish to images
Stars: ✭ 89 (-12.75%)
Mutual labels:  python-script
Wifi Spam
✉️📡 Spam thousands of WiFi access points with custom SSIDs
Stars: ✭ 92 (-9.8%)
Mutual labels:  wifi
Bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Stars: ✭ 10,735 (+10424.51%)
Mutual labels:  wifi


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

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


Cracking

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].