Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hugsy/proxenet
- Owner: hugsy
- License: gpl-2.0
- Archived: true
- Created: 2013-04-29T14:47:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T08:57:49.000Z (about 8 years ago)
- Last Synced: 2024-08-03T01:25:42.615Z (4 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
![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.