![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Sep 2004
Posts: 90
|
New Asleap Release
I've released version 1.4 of Asleap. For those that don't know, Asleap was designed to be a passive or active LEAP audit tool to pull LEAP passwords out of the air. My Pentium II 233 development system (yeah, I'm 'leet) can handle 45 million passwords in under one second.
The cool new things with Asleap include the ability to handle dictionary files up to 4 TB in size, and support for pulling passwords out of PPTP transactions too. Apparently, lots of people use PPTP (aka "Microsoft VPN") for wireless security, but it suffers from the same MS-CHAPv2 flaws that plague LEAP networks. Detailed feature list, Microsoft's response to my alerting them to Asleap+PPTP support and download available at http://asleap.sf.net/. Boring screen-shot attached. Comments, questions, lewd remarks welcome to jwright@hasborg.com. 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 |
|
|
|
|
|
#2 (permalink) |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
|
Joshua,
You are da man! I've enjoyed your work (I've been snarfing up your Perl scripts as I learn) and I saw this new release written up this morning at /. Congrats on your latest work, and thank you for your contributions to the community!!!
__________________
Help! I've been Simpsonized! |
|
|
|
|
|
#4 (permalink) | |
|
Registered Member
Join Date: Sep 2004
Posts: 90
|
Quote:
The -W parameter for Asleap let's you skip using a genkeys database and index file in lieu of using a straight dictionary file. It also accepts input from STDIN. If you really want to do brute-foce, write a C or Perl script that prints brute-force characters to STDOUT and pipe it to Asleap as such: Code:
$ cd asleap/
$ perl scripts/morewords.pl ../dict/openwall-list | ./asleap -r ../out.dump -W -
asleap 1.4 - actively recover LEAP/PPTP passwords. <jwright@hasborg.com>
Using STDIN for words.
Using the passive attack method.
Captured LEAP exchange information:
username: NDOMAIN\billybob
challenge: 0e68d98e546bd0d0
response: a43795c112294497983a10065168ab09b0583f79925349a3
hash bytes: c915
Testing 2500000: southland79
Code:
$ john -rules -wordfile:wordlist.txt -stdout | ./asleap -r ../out.dump -W - (omitted) 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 |
|
|
|
|
|
|
#5 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
![]() |
|
|
|
|