Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install asleap on ubuntu 20.04? #6

Open
Remerd opened this issue Mar 7, 2021 · 3 comments
Open

How to install asleap on ubuntu 20.04? #6

Remerd opened this issue Mar 7, 2021 · 3 comments

Comments

@Remerd
Copy link

Remerd commented Mar 7, 2021

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 Remerd closed this as completed Mar 14, 2021
@Remerd Remerd reopened this May 21, 2021
@heybam
Copy link

heybam commented May 31, 2021

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
Copy link

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

@aayoub13
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants