hugsy / proxenet

The ONLY hacker friendly proxy for webapp pentests.

Home Page:https://proxenet.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxenet

logo

What is it?

proxenet is a hacker friendly DIY web proxy for pentest(ers). It is a C-based proxy that allows you to interact with higher level languages (like Python, Ruby, Java, etc.) for modifying on-the-fly requests/responses sent by your Web browser.

How to start

$ git clone https://github.com/hugsy/proxenet.git
$ cd proxenet && cmake . && make
$ sudo make install

Status

Branch Build status Documentation
Master Continuous Integration status (master) Documentation Status (master)
Dev Continuous Integration status (dev) Documentation Status (dev)

Authors

proxenet was developed by hugsy with the help of the following contributors who are to be thanked.

About

The ONLY hacker friendly proxy for webapp pentests.

https://proxenet.readthedocs.org/en/latest/

License:GNU General Public License v2.0


Languages

Language:C 79.5%Language:Python 9.4%Language:CMake 7.9%Language:Groff 1.8%Language:Shell 0.7%Language:Objective-C 0.6%Language:Makefile 0.0%