Washedashore commited on
Commit
98f7dff
Β·
verified Β·
1 Parent(s): dba5e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -8,6 +8,21 @@ sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: false
10
  license: cc-by-nc-sa-4.0
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: cc-by-nc-sa-4.0
11
+ short_description: jammer
12
  ---
13
 
14
+ # wifi-jammer
15
+ This tool is used to jam any wifi network in your local area network.
16
+ ### THIS TOOL IS CREATED FOR EDUCATIONAL PURPOSE, DON'T MISUSE IT.
17
+ ## Installing Process πŸ‘‡
18
+ ```$ git clone https://github.com/LxaNce-Hacker/wifi-jammer```<br>
19
+ ```$ cd wifi-jammer```<br>
20
+ ## Setup Process πŸ‘‡
21
+ ```$ chmod +x wifi```<br>
22
+ ```$ bash setup.sh```<br>
23
+ ## Usage πŸ‘‡
24
+ ```$ wifi --monitor start``` ==>To Start Monitor Mode <br>
25
+ ```$ wifi --monitor stop``` ==>To Stop Montior Mode <br>
26
+ ```$ wifi --status``` ==>To See Hotspot Networks/Connections <br>
27
+ ```$ wifi --bssid <bssid_name> --channel <channel_number>``` ==>T0 See Individual Hotspot Networks/Connections <br>
28
+ ```$ wifi --attack --bssid <bssid_name>``` ==>To Perform Attack On Prticular BSSID <br>