CaledoniaProject

Results 99 comments of CaledoniaProject

The evtxdump binary does exactly what you want. You action is unnecessary. https://github.com/0xrawsec/golang-evtx/tree/master/tools/evtxdump

In case you haven't noticed, this repo has more than just "errors". Looks like the author planted these to avoid script kiddie, sigh.

I already spotted two fatal errors that would render the logs incorrect ... Hmm

@CaledoniaProject Can you provide an example of your code on gist?

The test is broken ``` # go test github.com/tomatome/grdp/client -run TestClient # github.com/tomatome/grdp/plugin/cliprdr plugin/cliprdr/cliprdr.go:223:27: undefined: FILE_ATTRIBUTE_DIRECTORY plugin/cliprdr/cliprdr.go:318:2: undefined: Control plugin/cliprdr/cliprdr.go:328:5: undefined: ClipWatcher plugin/cliprdr/cliprdr.go:434:4: c.withOpenClipboard undefined (type *CliprdrClient has no field...

Same issue, the library is broken or incompatible with go1.21.4 ``` ../../../../go/pkg/mod/github.com/tomatome/[email protected]/client/rfb.go:28:14: c.vnc.Connect undefined (type *rfb.RFB has no field or method Connect) ```

@tomatome Can you take a look at this?

I've patched the code manually, your repo need to fix the mod name go: github.com/olljanat/[email protected]: parsing go.mod: module declares its path as: github.com/tomatome/grdp but was required as: github.com/olljanat/grdp

Hey there, any updates?

Is there any requirements on nodejs? ``` %> node lib/index-cli.js -i /tmp/test.js -o abc.txt /private/tmp/wscript/vendor/ProxyGenerator.js:1 (function (exports, require, module, __filename, __dirname) { class ProxyGenerator { ^^^^^ SyntaxError: Block-scoped declarations (let,...