Contents

xepor 0.6.0

0

Xepor, a web routing framework for reverse engineers and security researchers.

Xepor is a web routing framework for reverse engineers and security researchers. It provides a Flask-like API for hackers to intercept and modify HTTP requests and/or HTTP responses in a human-friendly coding style.

Stars: 203, Watchers: 203, Forks: 22, Open Issues: 4

The xepor/xepor repo was created 2 years ago and the last code push was 9 months ago.
The project is popular with 203 github stars!

How to Install xepor

You can install xepor using pip

pip install xepor

or add it to a project with poetry

poetry add xepor

Package Details

Author
ttimasdf
License
Apache-2.0
Homepage
https://github.com/xepor/xepor
PyPi:
https://pypi.org/project/xepor/
Documentation:
https://xepor.readthedocs.io/en/latest/index.html
GitHub Repo:
https://github.com/xepor/xepor

Classifiers

  • Internet/Proxy Servers
  • Internet/WWW/HTTP
  • Security
  • Software Development/Testing
  • System/Networking/Monitoring
No  xepor  pypi packages just yet.

Errors

A list of common xepor errors.

Code Examples

Here are some xepor code examples and snippets.

Related Packages & Articles

mitmproxy 10.2.4

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

turbinia 20240313

Turbinia is an open-source framework for distributed forensic workloads. It automates common forensic tools, scales processing in the cloud, and parallelizes tasks for faster results. Clients request processing, servers schedule tasks, and workers execute them. Communication is done through Google Cloud PubSub or Kombu messaging.

hug 2.6.1

A Python framework that makes developing APIs as simple as possible, but no simpler.

python-taint 0.42

Find security vulnerabilities in Python web applications using static analysis.