A Cross-Site Request Forgery (CSRF) Proof of Concept (PoC) generator.
- Copy the request from Burp and add it inside any file
- Pass the input file as the first argument and an output as the second
- The results will be available inside results/<output_file>.html
python main.py burp_request.txt poc
- 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