Capture CSRF Problem
-
hey i have this log and want to parse the pink csrf_cookie_name
__cfduid: d487b44dedbce2ccb618435cdcfc377601609339734
csrf_cookie_name:e9c43e4c9a84ff7c50f8ebfc53f520b6
Response Source:
<!DOCTYPE html>My problem is, i dont know what to write on Right String.
There is nothing and i tryed already \n . Please help
-
There`s plenty of guides here
-
Cookies can be parsed by COOKIES variable:
__cfduid: <COOKIES(__cfduid)>
csrf_cookie_name: <COOKIES(csrf_cookie_name)>