Skip to content

BugBountyzip/CaidoCSRF

Repository files navigation

image

Website   •   Dashboard   •   Docs   •   Roadmap   •   Branding   •   Discord

Advanced CSRF PoC Generator Plugin

A powerful CSRF (Cross-Site Request Forgery) proof of concept generator plugin for Caido. This plugin helps security researchers and penetration testers quickly generate various types of CSRF payloads.

Features

The plugin supports multiple CSRF payload types:

  • Standard HTML Form
  • URL-encoded form
  • Multipart form
  • Plain text form
  • SVG-based CSRF
  • XHR-based CSRF
  • Iframe-based CSRF
  • Meta Refresh CSRF
  • WebSocket CSRF
  • Data URI CSRF

Usage

  1. Install the plugin from Caido's plugin store
  2. Select a request in Caido
  3. Click on the CSRF Generator button
  4. Choose your desired CSRF payload type from the dropdown
  5. The plugin will automatically generate the appropriate CSRF proof of concept code

image

image

Output Example

<!DOCTYPE html>
<html>
<head>
    <title>CSRF PoC</title>
</head>
<body>
    <h3>Standard CSRF PoC</h3>
    <form action="https://caido.io/" method="get">
        <!-- Form parameters will be automatically populated -->
    </form>
</body>
</html>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published