Josiah Baldwin
Josiah Baldwin
I am trying to use this library for fuzzy audio comparison in a limited environment where it is ideal to use as few third-party libraries as possible. Since this library...
This commit changes the link parser to handle it's text parsing in a new `strong_state`/`em_state` context, as well as ensuring that it will only parse the text in between the...
The documentation for the Meshcentral Design Architecture mentions a possible attack regarding cloning a Meshcentral agent: "A possible attack would occur if someone were to be able to access the...
This adds the ability to use environment variables in place of command line args. It parses each environment variable starting with "meshcentral_" (normalized) and sets the command line argument after...
# This is an extremely draft PR, more just floating the idea with some code. Meshcentral has the "lockAgentDownload" option so you can stop people who aren't users from downloading...
This is a companion pull request with: https://github.com/Ylianst/MeshAgent/pull/255 Fixes https://github.com/Ylianst/MeshAgent/issues/254 In this PR, I just changed the agent core code which uses WMIC. Other changes are in the other PR....
This is a companion pull request with: https://github.com/Ylianst/MeshCentral/pull/6320 Fixes #254 In this PR, I modified the JS module code containing the wmic changes and the one C file with wmic...
When installing an agent on Windows 11 24H2 26100 (Early preview), I receive the error: `..\microscript\ILibDuktape_ScriptContainer.c:1667 (0,0) uncaught: ‘cannot read property \x27split\x27 of null` I can't verify for sure that...
Added an option to have the agent validate the webcert of the server to which it is connected. This is valuable in the case of a DNS hijack or MITM,...
I'm not actually sure this is a bug or working as intended. It seems counter intuitive to me, but feel free to close if this is working as intended. `ILibDuktape_Polyfills_MSH`...