node-mitmproxy
node-mitmproxy copied to clipboard
node-mitmproxy is an extensible man-in-the-middle(MITM) proxy server for HTTP/HTTPS base on Node.js.
证书在哪里呢
install -g 之后到处都没有找到证书 node-mitmproxy createCA 命令也报错,好像并没有这个命令
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.6.49 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...
现在想拦截一个客户端发起的api,想手动更改里面的参数。 并把相应代码写在requestInterceptor里. req.write没有这个方法
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
该怎么搞。还有如果想再通过另一个代理发送请求怎么办
Bumps [tunnel-agent](https://github.com/mikeal/tunnel-agent) from 0.4.3 to 0.6.0. Commits - [`67df643`](https://github.com/request/tunnel-agent/commit/67df643033258e7cb1388f648ee5f141cd66101b) 0.6.0 - [`9ca95ec`](https://github.com/request/tunnel-agent/commit/9ca95ec7219daface8a6fc2674000653de0922c0) Use .from - [`8a7c86e`](https://github.com/request/tunnel-agent/commit/8a7c86e6e2a1c3fa8577e5b0e14923d54c659552) 0.5.1 - [`5fe6221`](https://github.com/request/tunnel-agent/commit/5fe622150e36621cf5986b2f9b3289aab93da1d7) 0.5.0 - [`5bbaf62`](https://github.com/request/tunnel-agent/commit/5bbaf622983c4223c7e7acaed4c03863c2f257b0) Merge pull request [#25](https://github-redirect.dependabot.com/mikeal/tunnel-agent/issues/25) from request/safe-buffer - [`cdc47b9`](https://github.com/request/tunnel-agent/commit/cdc47b9c581913f81d5b1e7080485f545eb86788)...
想在responseInterceptor中得到代理客户端的IP,在http时能通过req.socket中得到,但是在https时,得到的全是127.0.0.1了,无法得到客户端的IP。 请问怎么在https时得到请求客户端的IP信息?