Git Product home page Git Product logo

Comments (4)

dryaf avatar dryaf commented on August 20, 2024

after

./kali-install.sh
apt-get install libssl1.0-dev libnl-genl-3-dev libnl-3-dev

i end up with

root@kali:~/mana# make make -C hostapd-mana/hostapd/ make[1]: Entering directory '/root/mana/hostapd-mana/hostapd' ../src/eap_common/eap_pwd_common.o: In function compute_password_element':
/root/mana/hostapd-mana/hostapd/../src/eap_common/eap_pwd_common.c:220: undefined reference to BN_is_odd' collect2: error: ld returned 1 exit status Makefile:917: recipe for target 'hostapd' failed make[1]: *** [hostapd] Error 1 make[1]: Leaving directory '/root/mana/hostapd-mana/hostapd' Makefile:3: recipe for target 'all' failed make: *** [all] Error 2

from mana.

Jinovas avatar Jinovas commented on August 20, 2024

make sure to be compiling hostapd 2.6 branch which i believe is different than the one in the actual toolkit. Either way, i had more success and less issues doing the following:

clone mana-toolkit
remove the hostapd directory in the mana-toolkit directory
clone this hostapd in the same directory: https://github.com/sensepost/hostapd-mana.git

from mana.

singe avatar singe commented on August 20, 2024

Like @Jinovas said, can you try the latest version of (hostapd-mana)[https://github.com/sensepost/hostapd-mana] and see if that works better for you.

This repository has been deprecated. Check out (w1f1.net)[https://w1f1.net] for the latest tooling.

I'm going to close the issue here, but feel free to reopen it on hostapd-mana's repo with debugging info.

from mana.

Pectrigger avatar Pectrigger commented on August 20, 2024

I did as you instructed but look at what I got
../src/eap_common/eap_pwd_common.o: In function compute_password_element': /home/pec/mana/hostapd-mana/hostapd/../src/eap_common/eap_pwd_common.c:220: undefined reference to BN_is_odd'
collect2: error: ld returned 1 exit status
Makefile:917: recipe for target 'hostapd' failed
make: *** [hostapd] Error 1

from mana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.