Antoine LAFFARGUE

Results 21 comments of Antoine LAFFARGUE

> My best recommendation at this point would be to see if the problem occurs with a traditional MySQL instance. If it does, then we can get more information about...

Ok, I finally found the problem here. ### Probelm - When a campaign is supposed to be sent immediately, [it goes through PostCampaign here](https://github.com/gophish/gophish/blob/master/controllers/api/campaign.go#L34) - The campaign model is then...

@ianaya89 Any plans to go further on this one ? In some cases relying on classnames can be problematic (randomly generated classnames for example).

This would be really great to have this! The `prune` command is the reason why I would adopt `turbo` and this is the only thing preventing me from switching. I...

Definitely would love that to be merged as well :+1:

This happens to me even when I don't enable `forceSNI`. @chribro88 I'm not familiar with this lib and didn't really dig into the codebase, but would you say this should...

That's definitely needed, and apparently existed at some point. See [this PR](https://github.com/joeferner/node-http-mitm-proxy/pull/33) that introduced a `silent` flag, [this one](https://github.com/joeferner/node-http-mitm-proxy/pull/178) that removed the silent flag in favor of the `debug` package...

[This seems like a better solution to me](https://github.com/joeferner/node-http-mitm-proxy/issues/104#issuecomment-274419896) because you don't patch you global agent and can still make non-proxied requests elsewhere in your node app.

Just for information, if you generate your own root CA, you can use it by naming it and putting it in the same place `node-http-mitm-proxy` would do and it will...