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: 5 months ago
JSON representation
The ONLY hacker friendly proxy for webapp pentests.
- Host: GitHub
- URL: https://github.com/hugsy/proxenet
- Owner: hugsy
- License: gpl-2.0
- Archived: true
- Created: 2013-04-29T14:47:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T08:57:49.000Z (over 8 years ago)
- Last Synced: 2024-08-03T01:25:42.615Z (9 months ago)
- Topics: c, http, interception-httphttps-request, java, lua, pentest, perl, plugins, python, ruby, scanner, tcl, webapp
- Language: C
- Homepage: https://proxenet.readthedocs.org/en/latest/
- Size: 2.35 MB
- Stars: 213
- Watchers: 31
- Forks: 69
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - hugsy/proxenet - The ONLY hacker friendly proxy for webapp pentests. (C)
- awesome-network-stuff - **167**星
README
## Proxenet

### 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 | [](https://travis-ci.org/hugsy/proxenet?branch=master) | [](https://proxenet.readthedocs.org/en/latest/) |
| Dev | [](https://travis-ci.org/hugsy/proxenet?branch=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.