Leon Jacobs
Leon Jacobs
Users will be required to set the admin contact now in the next web release. A warning and log entries will appear about this.
Going to need some debug output or error messages to help.
Are you using `./docker.sh run` to boot the container? It spawns a shell you need to use for the course.
This is interesting. We're filtering based on the [service name](https://github.com/sensepost/gowitness/blob/2.5.0/cmd/nessus.go#L231) passed through as an option that defaults to [`www` and `https`](https://github.com/sensepost/gowitness/blob/2.5.0/cmd/nessus.go#L126). I'd need to test this to debug what is...
Hey! Thanks for the report! I am getting closer to moving this library into SeAT core as well and will most probably come across this too. Let me debug and...
@matthewpennell you are 100% correct. However, I am expecting the expired token due to the default epoch to trigger the automatic [refresh token logic](https://github.com/eveseat/eseye/blob/master/src/Fetchers/GuzzleFetcher.php#L142-L143), just like you are doing outside...
Thanks for the PR. In thinking about it, I think we need to explicitly also hook `certificatePinner.check$okhttp` in addition to `certificatePinner.check$okhttp.overload("java.lang.String", "u15")`. Could you update the code with that?
Right, but in older versions of okhttp the function signatures are different.
Hey! Thanks for the issue. Up for opening a PR?
Sure. Fork the repository, make and commit the code changes then follow [this](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request#creating-a-pull-request) guide to make the pull request.