Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mitmwzl-0.1.1.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

mitmwzl-0.1.1-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page