![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#241 (permalink) | |
|
Registered Member
Join Date: Sep 2004
Posts: 90
|
Quote:
Code:
$ time ../cowpatty/cowpatty -f test/password.lst -r test/wpa.cap -s test cowpatty 2.0 - WPA-PSK dictionary attack. <jwright@hasborg.com> Collected all necessary data to mount crack against passphrase. Starting dictionary attack. Please be patient. The PSK is "biscotte". 170 passphrases tested in 2.57 seconds: 66.15 passphrases/second real 0m2.572s user 0m2.568s sys 0m0.001s Code:
$ time ./aircrack -a 2 -e test -w test/password.lst -b 00:09:5b:91:53:5d test/wpa.cap -0 -q KEY FOUND! [ biscotte ] real 0m1.382s user 0m0.003s sys 0m0.002s Code:
$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 4 cpu MHz : 2793.836 cache size : 1024 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitor ds_cpl cid xtpr bogomips : 5521.40 I'm seeing a 2x performance increase (which is totally awesome!), not a 4x performance increase. Any thoughts on what is different in your test case? Compiled Aircrack with just "make", no changes to Makefile. Thanks, -Josh
__________________
-Joshua Wright jwright@hasborg.com http://home.jwu.edu/jwright/ Today I stumbled across the world's largest hotspot. The SSID is "linksys". Check out the SANS advanced wireless auditing and assessment course: Los Angeles |
|
|
|
|
|
#242 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Here are the test results on my Pentium M 1.4 GHz; aircrack is compiled with make, and cowpatty 2.0 is compiled with -DOPENSSL. gcc version is 3.3.5 (Debian 1:3.3.5-8). Code:
# time ./aircrack -w test/password.lst test/wpa.cap -e test -q KEY FOUND! [ biscotte ] real 0m1.650s user 0m0.000s sys 0m0.000s Code:
# ../cowpatty/cowpatty -f test/password.lst -r test/wpa.cap -s test cowpatty 2.0 - WPA-PSK dictionary attack. <jwright@hasborg.com> Collected all necessary data to mount crack against passphrase. Starting dictionary attack. Please be patient. The PSK is "biscotte". 168 passphrases tested in 3.95 seconds: 42.49 passphrases/second Segmentation fault ![]() -- Christophe |
|
|
|
|
|
#243 (permalink) |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
RTC is enabled....
aireplay (in aircrack-2.2-beta1) gives me an error:
Make sure enhanced rtc device support is enabled in the kernel (module rtc, not genrtc) - also try 'echo 1024 >/proc/sys/dev/rtc/max-user-freq'. I doublechecked my kernel config, and RTC is set to built in: Code:
Subarchitecture Type (PC-compatible) --->
Processor family (Pentium-4/Celeron(P4-based)/Pentium-4 M/Xeon) --->
[ ] Generic x86 support
[*] HPET Timer Support
[*] Provide RTC interrupt
[ ] Symmetric multi-processing support
[ ] Preemptible Kernel
[*] Local APIC support on uniprocessors
[*] IO-APIC support on uniprocessors
[*] Machine Check Exception
kernel is 2.6.11 g Last edited by grcore : 06-26-2005 at 02:17 PM. |
|
|
|
|
#244 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Code:
if( ioctl( fd_rtc, RTC_IRQP_SET, 1000 ) < 0 ) Code:
if( ioctl( fd_rtc, RTC_IRQP_SET, 1024 ) < 0 ) |
|
|
|
|
|
#245 (permalink) | |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
Quote:
I notice some strangeness with airodump though. First, the sample syntax it displays is inaccurate, which is not a big deal but confusing. Second, I see the AP list is separated into two sections. On top is what I imagine is the channel hopping list, and the capture list below (I think, not sure). Anyway when running the chopchop attack, I get a shitload* of bssid's in the capture list, which come from the arp transmits. I have not checked out the WPA stuff yet. g |
|
|
|
|
|
#246 (permalink) | ||
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Quote:
In other news, I released aircrack-2.2-beta2. Most notably, it features fake open-system authentication in Monitor mode (see the README for more details). |
||
|
|
|
|
#248 (permalink) | |
|
Registered Member
Join Date: Jun 2005
Posts: 1
|
Quote:
Code:
wlan.wep.iv&&wlan.addr==ff:ff:ff:ff:ff:ff&&frame.pkt_len==68 |
|
|
|
|
|
#249 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Last edited by devine : 06-28-2005 at 04:48 AM. |
|
|
|
|
|
#250 (permalink) |
|
Registered Member
Join Date: Jul 2002
Posts: 17
|
Chris & All,
We just tried the Beta3 version of Air* Suite on Linux, and had mixed luck. The primary issue we are having is getting AiroDump to accurately identify an access point as using WEP or WPA encryption. We have an access point configured with a standard 128-bit WEP key, but AiroDump fulctuates beteween reporting this as WEP or WPA. If you attempt to run AirCrack and a moment when it thinks the AP is using WPA, you get the "found 0 IV's..." message. If you happen to run AirCrack when it assumes that the AP is running WEP, it works as expected. Kind of odd. Just our experience, any hints? Jake |
|
|
|
|
#251 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
-- Christophe |
|
|
|
|
|
#252 (permalink) |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
I have had some time to mess around with beta3. Seems the fastest I can send arps out (and get an equal number of replies) is about -x 100. Going any faster does not produce better results.
Older versions (as I remember) were quite a bit faster. Are there any tweaks to make it more efficient? (or is this in my head...) g PS.edit: I was able to get the fake authentication to work...very cool. In the readme, it shows -1 12345 for aireplay, what is the 12345 for? Last edited by grcore : 06-28-2005 at 06:49 PM. |
|
|
|
|
#255 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
This is probably happening because you're using linux 2.4 and aireplay couldn't get RTC. As a workaround, it uses usleep(), which has a granularity of 10ms on 2.4 -- hence the limit of 100 packets per second. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|