ASUS EEE 1005HA perfect with BT4
i got this netbook a couple of weeks ago purely for backtrack and its all working by default with BT4
wireless signal can be a bit low sometimes but i'm using the built in Atheros adapter which supports Monitor mode and packet injection
after starting airmon-ng on wlan0 you have to refer to it as mon0 for monitoring and injection
Re: ASUS EEE 1005HA perfect with BT4
So you didnt have to patch the wifi drivers at all? I had heard somewhere that in order to do injection with the 1005HA, that the drivers needed to be patched. I just picked one of these units myself, but havent had time to mess around with it yet. Im just curious if what I heard previously was wrong.
Thanks for being able to clear it up for me. :)
Re: ASUS EEE 1005HA perfect with BT4
confirmed, eee 1005ha works perfectly.
more in details:
screen size 1024x600
wicd works, as well as internet
injection does work
regards
Re: ASUS EEE 1005HA perfect with BT4
confirmed, it works. more in details:
screen resolution: 1024x600
wicd and internet works fine
injection does work
regards
Re: ASUS EEE 1005HA perfect with BT4
Works fine injecting as does internet connection sharing.
Now I have a question. Does BT4 auto mount drives specifically the card reader on the side because I have a feeling it doesn't. (I currently do not have the computer so I cannot check At the moment) which is why I am asking.
Re: ASUS EEE 1005HA perfect with BT4
Has anyone else, using the EEE1005, experienced recurring lag when specifically using wireshark? (seems fine with other tested sniffers)
Re: ASUS EEE 1005HA perfect with BT4
Quote:
Originally Posted by
Encrypted_Soldier
Works fine injecting as does internet connection sharing.
Now I have a question. Does BT4 auto mount drives specifically the card reader on the side because I have a feeling it doesn't. (I currently do not have the computer so I cannot check At the moment) which is why I am asking.
no, edit /etc/fstab
Re: ASUS EEE 1005HA perfect with BT4
so the 1005ha is 100% working? Hows the bluetooth? anyone try that? Im got some extra scat and I want to buy a netbook and can get the 1005ha plus other stuff for 250.
回覆: Re: ASUS EEE 1005HA perfect with BT4
Quote:
Originally Posted by
zero visual
so the 1005ha is 100% working? Hows the bluetooth? anyone try that? Im got some extra scat and I want to buy a netbook and can get the 1005ha plus other stuff for 250.
Did you have to modify anything to get 1024x600 resolution working?
I have a Eee 1015pe with an Intel GMA3150 and I can get 1024x600 resolution at the command line, but it goes back to 800x600 when I startx, even after following guides I found online for 915resolution and modifying xorg.conf (and menu.lst).
Re: ASUS EEE 1005HA perfect with BT4
Following this guide to crack a WEP network:
Quote:
airmon-ng stop wlan0
ifconfig wlan0 down
macchanger --mac 00:11:22:33:44:55 wlan0
airmon-ng start wlan0
Then switching to use mon0 as mentioned in the first post:
Quote:
airodump-ng mon0
in another shell:
airodump-ng -c 6 -w test--bssid [MAC] mon0
here is where it fails:
aireplay-ng -1 0 -a [MAC] -h 00:11:22:33:44:55 -e [essid] mon0
Just gives me this:
Quote:
Sending Authentication Request (Open system) [ACK]
Authentication successful
Sending Association Request [ACK]
Got a deauthentication packet! (Waiting 3 seconds)
Any ideas?