Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.23 KB

CSRF Helper

This repository contains the code for CSRF Helper, a helper tool for generating and testing Cross-Site Request Forgery (CSRF) attack proofs of concept.

Features

  • Automatically generates a PoC (Proof of Concept) for a CSRF attack from a given HTTP request.
  • Allows copying the generated PoC to the clipboard.
  • Allows downloading the generated PoC as an HTML file.
  • Provides an interface for testing the generated PoC.

Usage

  1. Enter your HTTP request in the text box under "Request".
  2. Click "Generate" to generate the PoC.
  3. You can copy the PoC to the clipboard by clicking the copy button, or you can download it as an HTML file by clicking the download button.
  4. To test the PoC, click "Execute PoC".

Installation

To install and run CSRF Helper on your own system, follow these steps:

  1. Clone this repository to your local system.
  2. Open the index.html file in your browser.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

This script is provided as-is, without any warranties or guarantees. Use this tool responsibly and only on systems and applications you are authorized to test. If you use it for evil you should feel bad :(

  • The Monada 🙈🙉🙊