joswr1ght / asleap

Asleap - Cisco LEAP and Generic MS-CHAPv2 Dictionary Attack
GNU General Public License v2.0
82 stars 21 forks source link

How to install asleap on ubuntu 20.04? #6

Open Remerd opened 3 years ago

Remerd commented 3 years ago

Hello. I'm tried to install asleap on ubuntu, but i have a little problem. In compiling with makefile i have an error: gcc -pipe -Wall -D_LINUX -D_OPENSSL_MD4 -g3 asleap.c -o asleap common.o utils.o sha1.o -lpcap -lxcrypt -lcrypto /usr/bin/ld: cannot find -lxcrypt collect2: error: ld returned 1 exit status make: *** [Makefile:32: asleap] Error 1 On all websites everybody tell to install libssl-dev, but in it is no library "lxcrypt". What I can to do?

heybam commented 3 years ago

i also got same problem while tried to compile, and this what i did on my debian system:

  1. grab asleap from kali repo -> http://http.kali.org/pool/main/a/asleap/asleap_2.2-1kali7_amd64.deb
  2. install libbssl1.0.2 -> http://security.debian.org/debian-security/pool/updates/main/o/openssl1.0/libssl1.0.2_1.0.2u-1~deb9u4_amd64.deb

it seems to work fine Screenshot_20210531_203957

awesomedonald commented 3 years ago

Screenshot from 2021-06-29 08-52-01

aayoub13 commented 8 months ago

just install both of the following packages, and you got asleap

  1. https://old.kali.org/kali/pool/main/a/asleap/asleap_2.2-1kali7_amd64.deb
  2. https://debian.sipwise.com/debian-security/pool/main/o/openssl1.0/libssl1.0.2_1.0.2u-1~deb9u4_amd64.deb