A simple python library for pentesting firewall protected webapp
Project description
mnm
This is a simple python library for pentesting firewall protected webapp.
Installation
pip install mnm
Usage
import mnm
mnm.enable_socket_fragmentation()
mnm.enable_header_mocking()
import requests
requests.get('http://example.com')
mnm.disable_socket_fragmentation()
mnm.disable_header_mocking()
requests.get('http://example.com')
License
MIT License
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
mnm-0.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
mnm-0.1.0-py3-none-any.whl
(4.0 kB
view details)
File details
Details for the file mnm-0.1.0.tar.gz
.
File metadata
- Download URL: mnm-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83bc9b6724fa10d512230f718531f64a5f58e5cd802994a5890ca0a4484a3315 |
|
MD5 | 3bc7e73294272456c60f73eee0e30560 |
|
BLAKE2b-256 | 82e92c65794309ffaf7ff57bf5959289fe5d3f6fe24bccdb6393abfb2d61f904 |
File details
Details for the file mnm-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: mnm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c11b8f35d100a897157b7648f6a3f10908c64a73f82e7e138b81723fe6e0fd4 |
|
MD5 | a1616812f8b6c58c1caaa9485779659a |
|
BLAKE2b-256 | 99d9fccc1388d32701a83956f298a0c4c8fa6e77e39fdc9c98ca8010cdf6fdf5 |