This repository contains the code for CSRF Helper, a helper tool for generating and testing Cross-Site Request Forgery (CSRF) attack proofs of concept.
- 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.
- Enter your HTTP request in the text box under "Request".
- Click "Generate" to generate the PoC.
- 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.
- To test the PoC, click "Execute PoC".
To install and run CSRF Helper on your own system, follow these steps:
- Clone this repository to your local system.
- Open the
index.html
file in your browser.
This project is licensed under the MIT License. See the LICENSE file for details.
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 🙈🙉🙊