Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugsy/proxenet

The ONLY hacker friendly proxy for webapp pentests.
https://github.com/hugsy/proxenet

c http interception-httphttps-request java lua pentest perl plugins python ruby scanner tcl webapp

Last synced: about 1 month ago
JSON representation

The ONLY hacker friendly proxy for webapp pentests.

Awesome Lists containing this project

README

        

## Proxenet

![logo](docs/img/proxenet-logo.png)

### 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

``` bash
$ 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)](https://secure.travis-ci.org/hugsy/proxenet.png?branch=master)](https://travis-ci.org/hugsy/proxenet?branch=master) | [![Documentation Status (master)](https://readthedocs.org/projects/proxenet/badge/?version=master)](https://proxenet.readthedocs.org/en/latest/) |
| Dev | [![Continuous Integration status (dev)](https://secure.travis-ci.org/hugsy/proxenet.png?branch=dev)](https://travis-ci.org/hugsy/proxenet?branch=dev) | [![Documentation Status (dev)](https://readthedocs.org/projects/proxenet/badge/?version=dev)](https://proxenet.readthedocs.org/en/dev/) |

### Authors
`proxenet` was developed by [hugsy](https://github.com/hugsy) with the help of the following [contributors](https://github.com/hugsy/proxenet/graphs/contributors) who are to be thanked.