analyserdmz / Pygeon

A cheap alternative to Evilginx. A wanna-be reverse proxy for red-teaming operations and pentests.
GNU General Public License v3.0
3 stars 0 forks source link

Pygeon: A Cheap Alternative to EvilGinx

PYGEON

Description

Pygeon is a Python-based reverse proxy application designed to manipulate traffic for auditing and debugging purposes. Built on top of Flask, it allows seamless proxying of requests while enabling easy header and content modifications. It still needs a lot of work, but hey, it works so far.

ezgif-2-b3d496f4eb

image

Features

Prerequisites

Make sure you have Python installed on your system. Then, you can install the required packages using pip:

pip install Flask
pip install requests
pip install beautifulsoup4
pip install colorama

Installation

  1. Clone this repository or download the source code.
  2. Navigate to the directory containing the PyGeon.py script.
  3. Run the script:
python PyGeon.py

The application will start and listen on port 8887 where you can navigate with your browser to and try to log into an account right away to test it.

Configuration

You can configure the application via constants inside the code:

How It Works

The application listens to incoming HTTP requests and forwards them to a predefined FINAL_ENDPOINT. While proxying, it allows for a range of modifications including:

Pull Requests

For pull requests use the following template.

https://github.com/analyserdmz/Pygeon/pulls?template=pull_request_template.md

Author

Buy Me A Coffee

Disclaimer

This software is for educational and debugging purposes only. Use responsibly and ensure you have permission before manipulating any real-world traffic.

Future plans & TODO

Why the name "Pygeon"

It comes from the combination of Python and Pigeon. Historically, pigeons have been used as messengers capable of reliably carrying important information across great distances. In covert operations, they acted as unassuming spies, bridging gaps and breaking barriers. This mirrors the software's core functionality to act as a middleman, ferrying data discreetly between a client and a server, much like a pigeon would carry messages.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.