Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSRF TOKEN GENERATOR #33

Open
pwnedDesal opened this issue Jun 19, 2019 · 2 comments
Open

CSRF TOKEN GENERATOR #33

pwnedDesal opened this issue Jun 19, 2019 · 2 comments

Comments

@pwnedDesal
Copy link

pwnedDesal commented Jun 19, 2019

HI, there is a way to generate CSRF TOKEN for every user or grab a csrf token form another request then use it to the URL endpoint that you want to test for idor since every user has a different CSRF token

@Quitten
Copy link
Owner

Quitten commented Jun 19, 2019

Currently, this feature is not supported, the implementation should be a URL defined under the configuration tab, which will have regex to fetch value from the response.
This URL needs to be fetched before each request and be added into a placeholder that will be injected to requests.
I dont have enough time to write it now, you or anyone else reading this will be able to develop it :)

@er4z0r
Copy link

er4z0r commented Nov 17, 2021

I have a somewhat related issue: each user has a per-session CSRF Token that is submitted in POST request. Did I understand the configuration correctly, that you cannot specify BOTH a cookie header AND a POST Parameter you wish to send in the low-priv request?

That is: I can not configure Autorize to set SESSIONID=xxxxx and also replace the _token parameter in the request with that for my low priv user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants