https://github.com/prydin/usurp
Utterly Stupid Unprotected Reversed Proxy
https://github.com/prydin/usurp
golang reverse-proxy
Last synced: 3 months ago
JSON representation
Utterly Stupid Unprotected Reversed Proxy
- Host: GitHub
- URL: https://github.com/prydin/usurp
- Owner: prydin
- License: apache-2.0
- Created: 2019-05-20T12:30:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T19:42:08.000Z (about 6 years ago)
- Last Synced: 2023-03-01T16:23:04.391Z (over 2 years ago)
- Topics: golang, reverse-proxy
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usurp - Utterly Stupid Unprotected Reverse Proxy
I needed an ultra-lightweight reverse proxy for dumping some HTTP traffic. I'm putting it into a Git repo so I can keep track of it,
but also so others can borrow ideas from it. It only does HTTP (not HTTPS) and it can only dump everything on a specified
port to a file. If that's all you need, this may be for you!## Example
```usurp -port -target -file ```