rustyproxy

Crates.iorustyproxy
lib.rsrustyproxy
version1.1.7
sourcesrc
created_at2023-05-24 09:45:36.046201
updated_at2024-05-05 16:04:13.944163
descriptionGUI for the rustyproxy project
homepage
repository
max_upload_size
id872882
size1,463,658
vaelio (Vaelio)

documentation

README

Rustyproxy

In an attempt to build an alternative to burp and zap, i made this small app.

The point is to take requests from a database in order to inspect/replay/bruteforce those requests.

If you want to contribute, mp me on Matrix !

Getting started

Running separately Server and GUI

First, run the server:

git clone https://gitlab.com/r2367/rustyproxy-srv
cd rustyproxy-srv
./run.sh -d /tmp/RPTProject --secret omegalul --scope my.client.com

You can also run the server with docker, check https://gitlab.com/r2367/rustyproxy-srv for more info.

Then, run this GUI:

git clone https://github.com/vaelio/rustyproxy-egui
cd rustyproxy-egui
./run.sh

The GUI should take up to a few minutes to compile but overall it should be fine. I plan to push it to crates.io someday

Screenshots

dark_theme light_theme

This program is licensed under GPL-3.0

Commit count: 0

cargo fmt