Skip to content

idobarel/wifight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIFIGHT

The wifi hacking tool kit

written in python3, WIFIGHT will let you crack a WPA wifi network.

Usage

Installation:

Github:

git clone https://github.com/idobarel/wifight.git #clone the repo
cd wifight # navigate into the directory
./installer.sh # give execute permissions
./wifight -h # run the app!

Command syntax:

there is a lot in this tool: the command are (might changed):

deauth:

kick a target from a network.

args:

iface Specify the wireless interface you wish to use

flags:

-h, --help show the help message and exit
-t TARGET, --target TARGET
Specify the target device MAC
-b BSSID, --bssid BSSID Specify the target network MAC

scan:

scan for APs and clients.

args:

iface Specify the wireless interface you wish to use

flags:

-h, --help show the help message and exit
-c CHANNEL, --channel CHANNEL Specify the channel you want to use, channel hooping is enabled by default.
-e ESSID, --essid ESSID Specify the ESSID of the target network.
-b BSSID, --bssid BSSID Specify the BSSID of the target network.
-o OUTPUT, --output OUTPUT Specify the name of the output file.

start:

change the interface to monitor mode

args:

iface Specify the wireless interface you wish to use

flags:

-h, --help show the help message and exit

stop:

change the interface to managed mode

args:

iface Specify the wireless interface you wish to use

flags:

-h, --help show the help message and exit

crack:

crack the password from a captured 4 way handshake

args:

pcapFile Specify the captured packets file.

flags:

-h, --help show the help message and exit
-t TARGET, --target TARGET Specify the target network ESSID (name) you want to attack (make sure you have a 4 way handshake of it).
-w WORDLIST, --wordlist WORDLIST Specify the wordlist you wish to use.

wjam:

Deauth all nearby clients from their networks.

args:

iface Specify the wireless interface you wish to use

flags:

-h, --help show the help message and exit
-c CHANNEL, --channel CHANNEL Specify the channel you want to use, channel hooping is enabled by default.

Notice

I do not promote any illigal actions, please do not use this script for malicuse activities!

hope yall having a blast