Mitchell Grenier
Mitchell Grenier
Maybe I'm just doing something wrong, but when my handles are 64 bytes, everything works normally. But when it's greater than that it cannot find the key. Again, not sure...
Closes #91 If you’re already connected we don’t send another query all the way down to remote host before allowing you to interact with it again, instead just checking the...
If you add aliases at runtime, they just get lost when you exit. There should be a save command that will serialize your current config out to your ~/.goquery/config.json
This means they can't be informed on changes to the config later which right now means changes in debug mode. There is no reason that we need to create the...
The way goserver and goquery work using UUIDs instead of Node Keys means that it's not deterministic when connecting to a UUID. You could have multiple instances of osquery and...
Sometimes you have a query that makes sense to execute in the context of the current directory, for example extended_attributes. Right now if you’re in the downloads folder you, that...
If you're using goquery in a vacuum (such as using mock server), it may be hard to find what host to connect to. A new command and new API to...
As much as I don't want to, it needs it, preferably with Zstd support as well.
ATC is one of the most powerful functions of osquery and is currently unsupported by goquery. We should definitely support **targeted** ATC on hosts. For goquery this will require a...
An osctrl token is valid for over a day by default so we can get away with storing it, checking if it's valid, and if not, then running the authentication...