httptools helps you to capture, repeat and live intercept HTTP requests. It is built on top of [mitmproxy](https://mitmproxy.org/)
Project description
httptools
capture | intercept | repeat
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
Install
pip install http-tools
Develop
$ git clone https://github.com/MobSF/httptools.git
$ cd httptools
$ python setup.py develop
Usage
$ 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
- Capture -
httptools -m capture
- Starts HTTPS proxy at
0.0.0.0:1337
by default. - Install Root CA cert from
http://mitm.it/
- Starts HTTPS proxy at
- Repeat -
httptools -m repeat
- Replay the captured traffic. Use --upstream to forward it to a fuzzer like BurpSuite or OWASP ZAP.
- Intercept -
httptools -m intercept
- To Fiddle with HTTP request and response in live.
- Use:
http_tools/modules/interceptor.py
(The location will be relative to where httptools is installed)
- Server Web UI -
httptools -m server
- Starts the Web UI at
https://0.0.0.0:1337
by default.
- Starts the Web UI at
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
http-tools-2.1.0.tar.gz
(540.9 kB
view details)
File details
Details for the file http-tools-2.1.0.tar.gz
.
File metadata
- Download URL: http-tools-2.1.0.tar.gz
- Upload date:
- Size: 540.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 833cbdb3e992622aff268b3ee4e9f1abaeacde2dffd360adb7a44ad9daa0f0e8 |
|
MD5 | 7aea07498e810415457fa666d38bd6ca |
|
BLAKE2b-256 | 8ae65221300a2996adf4de3bc853eecd9eda10b98380a746c3d0631f74f53fd9 |