az0mb13 / SeeAssArrAff

A CSRF PoC generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeeAssArrAff

A Cross-Site Request Forgery (CSRF) Proof of Concept (PoC) generator.

Usage

  1. Copy the request from Burp and add it inside any file
  2. Pass the input file as the first argument and an output as the second
  3. The results will be available inside results/<output_file>.html
python main.py burp_request.txt poc

image.png

To Do's:

  • HTTP Simple Request Handling
  • JSON Request Handling with Padding
  • Multipart Requests
  • Requests without a body
  • CSRF Validation by repeating the request
  • Temporary server for validating the PoC like Burp

About

A CSRF PoC generator


Languages

Language:Python 100.0%