Leon Jacobs
Leon Jacobs
Implementation looks good. Sorry I haven't merged yet; I don't have a lot of bandwidth to spare at the moment.
Amazing! Thank you for the PR! 😊 I'm spread a little thin but going to look at this soonest!
I don't have any update yet no, sorry. Not useful, but its "on the list" ;)
Going to need more info on the type, and how you got that output. In short, it will probably require you to write a custom hook (you can use objections...
Tried using vanilla frida?
You can [import any part of a remote package](https://go.dev/doc/code#ImportingRemote) (with some exceptions), meaning you can import anything in the gowitness project. That said, currently `gowitness` is not a well structured...
Thanks for the report. That implies that [this](https://github.com/sensepost/gowitness/blob/2.5.0/chrome/chrome.go#L258) line is not working as expected.
Could maybe implement using this approach for `host-resolver-rules`. https://github.com/chromedp/chromedp/issues/985#issuecomment-1008362284
Thanks, the extra information is useful. As a hypothesis on what's going on, `single` and `file` eventually enter the same [code path for the screenshotting](https://github.com/sensepost/gowitness/blob/2.5.0/lib/processor.go#L46) part, but with `file` we...
Think the bigger thing here is that an error is not necessarily a bad thing. It's really just telling you it couldn't screenshot (or preflight) the remote end and will...