Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
``` asleap 2.2.4 - actively recover LEAP/PPTP passwords. <jwright@hasborg.com> Usage: asleap [options] -r Read from a libpcap file -i Interface to capture on -f Dictionary file with NT hashes -n Index file for NT hashes -s Skip the check to make sure authentication was successful -h Output this help information and exit -v Print verbose information (more -v for more verbosity) -V Print program version and exit -C Challenge value in colon-delimited bytes -R Response value in colon-delimited bytes -U Username (required if PPTP Challenge/Response specified) -W ASCII dictionary file (special purpose) -G Bruteforce attack -g Bruteforce charset (default: a-zA-Z0-9) ``` ### Patches - Fix PPTP authentication verification - Add brute-force attack Thanks, Pentoo team. - Add changeable Bruteforce charset. - Fix annoying bugs.