Secapps
Simple CSRF Proxy
action:
the url where the data will be sent to
method:
the method for the transaction (
post
is the default)
enctype:
the encoding type (
application/x-www-form-urlencoded
is the default)
data:
urlencoded data to be submitted (
name=John&surname=Johnson
as an example)
debug:
the form is displayed when
true
(
false
is the default)