NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Unix/Linux
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 12-21-2004   #1 (permalink)
joswr1ght
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
Attached Images
File Type: jpg asleap-pptp.jpg (46.2 KB, 103 views)
__________________
-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
joswr1ght is offline   Reply With Quote
Old 12-21-2004   #2 (permalink)
nashr
Uber Geek
 
nashr's Avatar
 
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!
nashr is offline   Reply With Quote
Old 12-21-2004   #3 (permalink)
ZioPRoTo
Registered Member
 
Join Date: Jun 2004
Posts: 34
Question

No brute force option ??

ZioPRoTo
__________________
See my stupid personal web site! http://zioproto.serveftp.com
ZioPRoTo is offline   Reply With Quote
Old 12-21-2004   #4 (permalink)
joswr1ght
Registered Member
 
Join Date: Sep 2004
Posts: 90
Quote:
Originally Posted by ZioPRoTo
No brute force option ??
I get this question often. I don't think brute-force makes sense with today's computing power and the amount of processing time it takes for MD4 and three DES rounds, but I do have a different option.

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
Or, you could use John the Ripper to use their built-in (or customized) dictionary permutations:

Code:
$ john -rules -wordfile:wordlist.txt -stdout | ./asleap -r ../out.dump -W -
(omitted)
However, disk space is cheap. If you ever plan to do more than one Asleap attack against a LEAP or PPTP transaction, you might consider dropping the $200 on a 400GB hard drive and just making a big-old dictionary file with John or the morewords.pl script.

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
joswr1ght is offline   Reply With Quote
Old 12-21-2004   #5 (permalink)
devine
Emergence
 
Join Date: Jul 2004
Location: Paris
Posts: 389
Quote:
Originally Posted by joswr1ght
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.
Impressive! WTG, Josh
devine is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 10:28 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.