https://github.com/caido-community/quickssrf
Detect SSRF within Caido
https://github.com/caido-community/quickssrf
caido plugin ssrf
Last synced: about 2 months ago
JSON representation
Detect SSRF within Caido
- Host: GitHub
- URL: https://github.com/caido-community/quickssrf
- Owner: caido-community
- License: mit
- Created: 2024-11-28T03:02:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-23T19:50:59.000Z (5 months ago)
- Last Synced: 2026-02-08T06:13:14.260Z (4 months ago)
- Topics: caido, plugin, ssrf
- Language: TypeScript
- Homepage:
- Size: 627 KB
- Stars: 42
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickSSRF
Out-of-Band (OOB) interaction monitoring with multi-provider OAST support. Generate payload URLs, capture DNS/HTTP/SMTP/FTP/LDAP/SMB interactions, and view raw request/response data directly in Caido.
## Installation
### From Plugin Store
1. Open Caido
2. Navigate to **Plugins**
3. Search for "QuickSSRF"
4. Click **Install**
### Manual Installation
1. Install dependencies:
```bash
pnpm install
```
2. Build the plugin:
```bash
pnpm build
```
3. Install in Caido:
- Upload the `plugin_package.zip` file by clicking "Install Package" in Caido's plugins tab.
## 🤝 Contributing
Contributions are welcome! Please feel free to submit issues and enhancement requests.
## Acknowledgment
Originally created by [w2xim3](https://github.com/w2xim3).