-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Milestone
Description
What's the problem (or question)?
I'm trying to test site with CSRF token which name and value are changing. Examples:
csrf_abcdefg=123456789 (first request)
csrf_hijklmno=456789012 (second request)
csrf_ahbchds=421624123 (third request)
And so on.
Do you have an idea for a solution?
When retriving token from website also check for csrf name (maybe some simple * sign in the --csrf-name parameter for sqlmap to recognize through regex?).