## https://sploitus.com/exploit?id=8293CDC7-2369-53BD-B04A-BA2522D70BAA
Description:
A specialized Python script designed to automate the creation of HTML-based Proof of Concept (PoC) exploits for Cross-Site Request Forgery (CSRF) vulnerabilities. This tool was developed to streamline the evidence-gathering phase during security audits.
Key Features:
Dynamic Payload Construction: Automatically generates hidden HTML form inputs based on any number of target parameters (emails, passwords, etc.).
Method Interchange Support: Seamlessly generates both POST and GET based exploits to test inconsistent server-side validation.
Session-Aware Validation: Includes a pre-check mechanism using session cookies to verify endpoint connectivity before generating the artifact.
Auto-Execution: The resulting PoC utilizes an onload JavaScript trigger to guarantee immediate form submission upon victim interaction.
Technical Impact:
This script reduces manual overhead in reporting by producing standardized, reliable, and clean exploit files (exploit_poc.html) ready for security demonstrations.