Hello (first sorry for my english)
I have a problem with my LinkSys WUSB54GC (shown as RT2500?):
first my commands at the beginning:
ifconfig rausb0 up
iwpriv rausb0 forceprism 1
iwprif rausb0 rfmontx 1
iwconfig rausb0 rate 1M
iwconfig rausb0 mode monitor
airmon-ng start rausb0
then I use airoscript (h!!p://trac.aircrack-ng.org/svn/branch/airoscript/)
scan OK;select OK; attack:
there are two variants of failture:
if I use the BT2final build in driver:
he says accociate request successfull
authentification request successfull
he repeat these lines often but after some time the :-) was shown (and then he repeat again the lines)
but i have not 1 ARP packet capturet
if i use the rt73-k2wrlz-1.1.0 driver (h!!p://homepages.tu-darmstadt.de/~p_larbig/wlan/):
he say 5 times sending accociaten then he stop and nothing happen (0 ARP)
i use aircrack-ng 1.0 dev 654 (if i use --test: after 0/30 [or something like this] he stops)
some ideas? (sorry for my english again)
dd if=/dev/swc666 of=/dev/wyze
You might want to try the rt73-k2wrlz-2.0.0 driver.
I have the same wireless card and using the 1.1.0 driver, I don't have any problems, so I can't offer much advice.
Have a look at this thread: http://tinyshell.be/aircrackng/forum...?topic=1824.45. It may be of some help.
that sounds like mac filtering activated for this ap
try to change your mac before you associate
..........
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
Its my AP and there is no MAC Filter enabled
with the 2.0.0 drivers the same problem (sending authentification... 5 times then nothing) couldt it be that i install the drivers false?
i use:
copy the file to root
tar ......bz2
cd rt73-2.0.0/Module
make
make install
Which commands do you use shamanvirtuel to get your WUSB54GC working and which drivers? (How do you install?)
http://homepages.tu-darmstadt.de/~p_...-1.1.0.tar.bz2
i use this one because 2.0.0 is based on an older driver(dec 06)
ifconfig rausb0 down
rmmod rt73
make
make install
modprobe rt73
ifconfig rausb0 up
support wpa handshake capturing, ........all is out of the box........(only forceprism wich is disabled by default, because it may cause some pbs)
i use this card for developing softs so....yes it works
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
is there some way to check the following commands:
iwpriv rausb0 forceprism 1
iwprif rausb0 rfmontx 1
i think my card doesnt enable these commands because the card doesnt send in monitor mode (or?)
If it helps, I made a shell script that you can use:
#!/bin/sh
modprobe rt73 #Use the appropriate driver here
modprobe rausb0
ifconfig rausb0 down
macchanger --mac 00:11:22:33:44:55 rausb0 #Will simplify testing
ifconfig rausb0 up
iwconfig rausb0 mode Monitor
iwconfig
dd if=/dev/swc666 of=/dev/wyze
You can check the iwpriv file from whichever driver you are using, but I don't think ASPj uses those any longer. At least, they are not used in v. 1.1.0
iwpriv rausb0 get_rfmontx
will answer 1 if injection activated
the forceprism is only for pwr output............
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006