Coder Social home page Coder Social logo

Source 'make build' fails about gocrack HOT 4 OPEN

Pir00t avatar Pir00t commented on July 26, 2024
Source 'make build' fails

from gocrack.

Comments (4)

kulinacs avatar kulinacs commented on July 26, 2024

Not all the needed headers are currently pulled out with the Hashcat install process. After having similar problem, copying various header files from the Hashcat source directory to the includes path solved my problem.

cp deps/LZMA-SDK/C/LzmaDec.h /usr/local/include/hashcat/
cp deps/LZMA-SDK/C/7zTypes.h /usr/local/include/hashcat/
cp deps/LZMA-SDK/C/Lzma2Dec.h /usr/local/include/hashcat/
cp -r ./OpenCL/inc_types.h /usr/local/include/hashcat/
cp -r ./deps/zlib/contrib /usr/local/include/hashcat

from gocrack.

Pir00t avatar Pir00t commented on July 26, 2024

Thanks for the reply @kulinacs.

This seems to have bypassed the errors I was getting previous. Now I'm hit with another build error:

# github.com/fireeye/gocat
/usr/bin/ld: cannot find -lhashcat
collect2: error ld returned 1 exit status

from gocrack.

Pir00t avatar Pir00t commented on July 26, 2024

Think this may be fixed - pending some testing. Had to edit the Hashcat Makefile as it was appending the version to libhashcat.so

from gocrack.

Pir00t avatar Pir00t commented on July 26, 2024

Now failing on this file:
https://github.com/fireeye/gocrack/blob/master/server/storage/bdb/user.go

multiple-value uuid.NewV4().String() in single-value context

Same issue for ldap.go and importer.go

Suggestions welcome

from gocrack.

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.