A mitmproxy addon for jswzl
Project description
mitmwzl
A mitmproxy addon for jswzl similar in functionality to the official Burp Suite extension. The addon sends JavaScript files and sourcemaps to jswzl for futher analysis.
Important: This project is not officially supported by jswzl and may break at any time. Please do not contact the jswzl author about issues with this addon.
Links
How to use
First, install mitmwzl from PyPI.
pip install mitmwzl
Then create a Python script named jswzl.py
containing the following piece of code.
from mitmwzl import JSWZL
addons = [
JSWZL()
]
Finally, run mitmproxy with the script you just created.
mitmproxy -s jswzl.py
If you press SHIFT + E
to open the mitmproxy event log, you should see a message stating the script was loaded.
info: [12:21:01.595] Loading script jswzl.py
info: [12:21:01.643] HTTP(S) proxy listening at *:8080.
Refer to the mitmproxy documentation for more information about addons.
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
Built Distribution
File details
Details for the file mitmwzl-0.2.0.tar.gz
.
File metadata
- Download URL: mitmwzl-0.2.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01cd721d13db1319b0f5a0a9294080682b3cf5036be9273009a0cac01a37414a |
|
MD5 | a7654b510077c58a48bf7a75a871de15 |
|
BLAKE2b-256 | 04f793dbbec2af20193f9823f40afd018bc537f9143b2c18210d6fd8365788a8 |
File details
Details for the file mitmwzl-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: mitmwzl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 538a26ff6fb1cb2bcc1b46588b255781845a9f28006f0d4af8867d823c9813a8 |
|
MD5 | fa6cf76611fec4b5a92664a0f3ace1c2 |
|
BLAKE2b-256 | 138a01b89e59e92725fe8048a6fa4e3ee4c68bfeabc485f36f52a6c087f36f99 |