asleap icon indicating copy to clipboard operation
asleap copied to clipboard

How to install asleap on ubuntu 20.04?

Open Remerd opened this issue 3 years ago • 3 comments

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?

Remerd avatar Mar 07 '21 17:03 Remerd

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

heybam avatar May 31 '21 13:05 heybam

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

awesomedonald avatar Jun 29 '21 06:06 awesomedonald

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

aayoub13 avatar Jan 31 '24 12:01 aayoub13