
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
httptools helps you to capture, repeat and live intercept HTTP requests. It is built on top of [mitmproxy](https://mitmproxy.org/)
httptools helps you to capture, repeat and live intercept HTTP requests with scripting capabilities and is built on top of mitmproxy.
Made with in India
pip install http-tools
$ git clone https://github.com/MobSF/httptools.git
$ cd httptools
$ python setup.py develop
$ httptools
usage: httptools [-h] [-m MODE] [-p PORT] [-i IP] [-n NAME] [-u UPSTREAM]
optional arguments:
-h, --help show this help message and exit
-m MODE, --mode MODE Supported modes
1. capture: Capture requests.
2. repeat: Repeat captured requests.
3. intercept: Intercept and tamper the request.
4. server: Start httptools server.
-p PORT, --port PORT Proxy Port
-i IP, --ip IP Proxy Host
-n NAME, --name NAME Project Name
-u UPSTREAM, --upstream UPSTREAM
Upstream Proxy
httptools -m capture
0.0.0.0:1337
by default.http://mitm.it/
httptools -m repeat
httptools -m intercept
http_tools/modules/interceptor.py
(The location will be relative to where httptools is installed)httptools -m server
https://0.0.0.0:1337
by default.FAQs
httptools helps you to capture, repeat and live intercept HTTP requests. It is built on top of [mitmproxy](https://mitmproxy.org/)
We found that http-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.