Git Product home page Git Product logo

Comments (10)

mike-myers-tob avatar mike-myers-tob commented on July 26, 2024

Did you build the extension from source, or did you grab the compiled binaries? Perhaps we need a 1.2 release @alessandrogario

from osquery-extensions.

tonynotears avatar tonynotears commented on July 26, 2024

@mike-myers-tob I grabbed it from your most recent release. https://github.com/trailofbits/osquery-extensions/releases/download/1.1/trailofbits_osquery_extensions-macos-v1.1.zip

from osquery-extensions.

mike-myers-tob avatar mike-myers-tob commented on July 26, 2024

@mike-myers-tob I grabbed it from your most recent release. https://github.com/trailofbits/osquery-extensions/releases/download/1.1/trailofbits_osquery_extensions-macos-v1.1.zip

I think that's the reason; we need to put up a newer release soon. In the meantime, if you build from source, it will include the new Santa tables.

from osquery-extensions.

tonynotears avatar tonynotears commented on July 26, 2024

In the santa folder:
also getting compile error with CMakeLists.txt during compile.
CMakeLists.txt:15: *** missing separator. Stop.

Whitespace/Tab issue?

from osquery-extensions.

tonynotears avatar tonynotears commented on July 26, 2024

in the main folder osquery-extensions running Cmake:

CMake Error at CMakeLists.txt:123 (message):
Tests will not find gtest if you have built using the 'SKIP_TESTS=1'
setting!
Call Stack (most recent call first):
libraries/firewall/CMakeLists.txt:87 (AddTest)
libraries/firewall/CMakeLists.txt:102 (main)

from osquery-extensions.

alessandrogario avatar alessandrogario commented on July 26, 2024

Hello @tonynotears
It seems like osquery is being compiled with SKIP_TESTS set to 1 (environment variable); if that's not the case, then the dependencies are missing. Make sure the system has been initialized correctly:

make sysprep (this command should call make deps automatically)
make deps

from osquery-extensions.

tonynotears avatar tonynotears commented on July 26, 2024

@alessandrogario this is the message compling in the folder:
$ make sysprep
make: *** No rule to make target `sysprep'. Stop.

Tried both in the /santa folder and in the /osquery-extention folder

from osquery-extensions.

alessandrogario avatar alessandrogario commented on July 26, 2024

Hey @tonynotears

The build instructions are located in the README file: https://github.com/trailofbits/osquery-extensions#building

It is similar to how osquery is normally built, except you need to create a symbolic link to our source folder.

from osquery-extensions.

tonynotears avatar tonynotears commented on July 26, 2024

now getting this error

TypeError: cannot use a string pattern on a bytes-like object
-- Unable to detect osquery platform: ./tools/get_platform.py failed

Maybe a osquery binary issue? will post that in the #general channel in osquery

from osquery-extensions.

alessandrogario avatar alessandrogario commented on July 26, 2024

This has been fixed with the newly release 1.2 version (724123a)

from osquery-extensions.

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.