https://github.com/mark-by/proxy
Proxy сервер
https://github.com/mark-by/proxy
command-injection http https https-proxy proxy proxy-server repeater
Last synced: 2 months ago
JSON representation
Proxy сервер
- Host: GitHub
- URL: https://github.com/mark-by/proxy
- Owner: mark-by
- Created: 2021-03-14T11:21:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T10:24:18.000Z (about 5 years ago)
- Last Synced: 2023-03-21T21:23:29.343Z (about 3 years ago)
- Topics: command-injection, http, https, https-proxy, proxy, proxy-server, repeater
- Language: Go
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy Server
Проксирование запросов http, https. Repeater и сканнер уязвимости os command injection для get и post параметров.
По дефолту на :8080
# Repeater usage
По дефолту на :8888
- GET /requests - список запросов
- GET /requests/{id} - отдельный запрос
- DELETE /requests - удаление всех запросов
- DELETE /requests/{id} - удаление конкретного запроса
- POST /requests/{id}/repeat - повторение запроса
- POST /requests/{id}/scan/cmd - сканирование запроса
# Installations
```bash
docker-compose -f build/docker-compose.yml up
```
# Author
Быховец Марк