https://github.com/bebiksior/CaidoReflector
Automatically look for paramater reflections in the HTTP response
https://github.com/bebiksior/CaidoReflector
Last synced: about 1 month ago
JSON representation
Automatically look for paramater reflections in the HTTP response
- Host: GitHub
- URL: https://github.com/bebiksior/CaidoReflector
- Owner: bebiksior
- License: cc0-1.0
- Created: 2024-04-29T22:00:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T11:45:31.000Z (about 2 months ago)
- Last Synced: 2025-05-05T00:16:25.603Z (about 1 month ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - CaidoReflector
README
# CaidoReflector
`CaidoReflector` is a passive workflow for Caido that will automatically look for paramater reflections in the HTTP response.> [!CAUTION]
> I would recommend avoiding this workflow for now as it might significantly slow down your Caido project, we are working on a better alternative## Installation [Recommended]
1. Install **EvenBetter** extension https://github.com/bebiksior/EvenBetter
2. Go to Workflows -> Library
3. Search for **CaidoReflector** and click Add
4. Done 🎉## Installation [without EvenBetter plugin]
1. Download https://github.com/bebiksior/CaidoReflector/blob/main/Reflector.json
2. In Caido, navigate to the **Workflows** page
3. Click **Import** and select the downloaded JSON file.
4. Done 🎉## TODO
- [ ] support query parameters without value
- [ ] support JSON request body
- [ ] allow users to easily disable scanning POST requests## Contribution
Feel free to contribute! If you'd like to request a feature or report a bug, please create a GitHub Issue.