Re: cannot deauthenticate though injection works
You are correct. It will be of no use to you.d.
View ArticleRe: Test Wireless Device Packet Injection problem
First try using the --ignore-negative-one option with aireplay-ng: # aireplay-ng -9 1 -a <ap_mac> -c <client_mac> --ignore-negative-one mon0that should get it. if not, let me know.
View ArticleRe: Test Wireless Device Packet Injection problem
wrong code above. correct code:# aireplay-ng -9 --bssid <ap_mac> mon0also, on my box i get better results if i monitor on wlan0 directly instead of using airmon-ng to create mon0 interface.
View ArticleRe: airtun-ng wifi extender
I tried airtun-ng repeater with 2 wifi cards:[code]airtun-ng -a ap_mac_adr --repeat --bssid ap_mac_adr -i ra0 ath0created tap interface at0No encryption specified. Sending and receiving frames through...
View ArticleWPA Brute Force Approaches
Anyone trying to brute force a WPA handshake with aircrack-ng, soon realizes that this technique is time consuming. The Musket Team has found a strange tendency in wifi users to change their AP station...
View Articleforce wifi device sniffing
Hi, I have been using airodump-ng successfully on my realtek wifi dongle, and I can pick up the device mac addresses, but only if it attempts to authenticate against an AP - obviously . Is there any...
View ArticleRe: Aircrack-ng on android phone
What you can do is get "pcap capture" on android as well as a rtl8187 card and probably an adapter to connect the card to your phone.Then when you're done capturing, you can crack it.
View ArticleRe: hash algorithm and newline
Each line is treated as a password and the end of line character(s) is/are removed. It doesn't matter if it's \n or \r\n.
View ArticleRe: airodump-ng caps at 255 data while capturing WEP packets
Attack the clients. It is well documented in the wiki.
View ArticleRe: airbase-ng stops working after a while
What driver? What chipset? What cpu architecture?
View ArticleRe: Encryption WEP change to a WPA
No, there is no way to avoid sniffing. It is something passive.
View ArticleRe: RTL8191SU in monitor mode but no device
Hey, did you ever get this fixed? I'm having the exact same problem, even the same driver but a slightly different card.
View ArticleRe: RTL8191SU in monitor mode but no device
No, it's not solved yet and I am still hoping for an answer.
View ArticleRe: Airmon-ng messed up?
I got another one in the meantime and I tested both rtl8187 and rt2800 and I didn't have any issue. Airodump-ng is changing channels and I can see APs on different channels.I used the NOOBS 1.2.1 and...
View ArticleRe: RTL8191SU in monitor mode but no device
try putting wlan1 in monitor mode manuallyinstead of running airmon-ng# ifconfig wlan1 down# iw dev wlan1 interface add mon0 type monitor# ifconfig wlan1 up $ sudo airodump-ng mon0if you are able to...
View ArticleRe: RTL8191SU in monitor mode but no device
Note that it's wlan0 in my other computer now.Unfortunately I got an error message on the methods you proposed:Code: [Select]sudo ifconfig wlan0 downsudo iw dev wlan0 interface add mon0 type...
View ArticleRe: RTL8191SU in monitor mode but no device
do you have the cfg80211 module installed? lmsod | grep cfg80211if not:modprobe cfg80211if you don't have cfg80211 module you need to compile it and load it,then you should be able to get into monitor...
View Article