An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


image





Github
  •  
Documentation
  •  
Discord




# 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).