Menu

CSRF Attack Generator

⚠️ Educational Use Only

This page demonstrates how Cross-Site Request Forgery (CSRF) attacks work. Use only in controlled educational environments to understand and test CSRF vulnerabilities.

Generate CSRF Attack URL

Testing Instructions

  1. Choose a target hostname from the workshop (e.g., neo, elliot, flynn)
  2. Generate an attack URL using the form above
  3. In another browser tab, log into the target's csrf.php page
  4. Execute the attack using one of the generated methods
  5. Check if the attack payload appears in the target's database
  6. Try the same attack against csrfsafe.php to see how protection works