Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skelmis/blurp
A simple request logger for SSRF purposes :P
https://github.com/skelmis/blurp
Last synced: 3 months ago
JSON representation
A simple request logger for SSRF purposes :P
- Host: GitHub
- URL: https://github.com/skelmis/blurp
- Owner: Skelmis
- Created: 2024-03-16T03:28:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T09:39:20.000Z (5 months ago)
- Last Synced: 2024-08-17T10:38:12.948Z (5 months ago)
- Language: Python
- Size: 281 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blurp
---**SSRF all the things**
---
Blurp is a simple site that diligently logs all incoming traffic for review. Useful for tracking SSRF callouts, etc.
This is currently live at: https://blurp.skelmis.co.nz
Some example requests:
![img.png](images/img.png)
![img_1.png](images/img_1.png)##### Configuration
The following environment variables can be set to modify behaviour:
- `PORT`: The port to serve the server on, defaults to `2300`
- `SERVING_DOMAIN`: A comma seperated string denoting expected hosts for this site
- `HIDE_QUERY_PARAMS`: Setting this to any value will hide query parameters on the home page
- `HIDE_URLS`: Setting this will hide URL's on the home page and instead only show timestamps
- Set both of the following to enforce a password when viewing request values:
- `REQUEST_USERNAME`: The username for basic auth
- `REQUEST_PASSWORD`: The password for basic auth