Stefano Di Paola
Stefano Di Paola
If shodan cli does not exists, Firmwalker will abruptly exit. It should print a missing requirement or skip the shodan cli part.
### Steps to reproduce ```js esprima.parse('var \u00e0;') ``` ### Expected output ``` { "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "\u00e0" } } ], "sourceType":...
**Describe the bug** It seems to me that the definitions of the issues and the descriptions are not customizable without recompiling the tool. In fact "Messages.yml" is taken from the...
**Describe the bug** First of all, thank you very much for the creation of this project! I would like to help with my contribution with the following: The project misses...
Hi, I've experienced a **port exhaustion error** after a couple of days of using http-mitm-proxy on a high traffic network node. I found out that proxy.js opens a sslServer for...
Hi, according to https://github.com/joeferner/node-http-mitm-proxy/blob/f79fc04b51eebfe3c0156f8c24a98c3bb935142b/lib/proxy.js#L72 http-mitm-proxy allows to bind to host via options.host settings. This directive is not followed by httpsServer created before requesting https connections, as well. https://github.com/joeferner/node-http-mitm-proxy/blob/f79fc04b51eebfe3c0156f8c24a98c3bb935142b/lib/proxy.js#L110
Hi, is https://github.com/joeferner/node-http-mitm-proxy/blob/f79fc04b51eebfe3c0156f8c24a98c3bb935142b/lib/proxy.js#L460 supposed to be ```hostname``` or ```host```? Thanks