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

Can't it detect and grab the token automatically after giving it an example? As you know tokens aren't static because if they were that would make them totally useless and kill the purpose that they were made for ! #1

Open
minanagehsalalma opened this issue Apr 4, 2020 · 5 comments
Labels
enhancement New feature or request question Further information is requested
Projects

Comments

@minanagehsalalma
Copy link

No description provided.

@1uffyD9
Copy link
Owner

1uffyD9 commented Apr 4, 2020

No, it can't detect CSRF tokens automatically, at the moment.
But when you provide the CSRF token name(s), it'll automatically grab the unique value relevant to that token(s) send it with the next request is made. This process will continue for each word in the rest of the word list. This script was made when I'm playing CTFs. I have a few ideas to modify the tool. I'll update the tool soon. Thanks for your feedback. :)

@minanagehsalalma
Copy link
Author

Thanks for the clarification.

Also you should get it support multiple tokens not just one.

And maybe perform some process on the password like md5 hashing it..

Or merging it to the token then hashing it to sha256 .... as some login pages do these.

@minanagehsalalma
Copy link
Author

An argument to what to do with the token and passwords before sending.

@1uffyD9
Copy link
Owner

1uffyD9 commented Apr 4, 2020

Thank you very much for your suggestions! Really this feedback motivated me a lot. I'll update the tool soon. :)

@minanagehsalalma
Copy link
Author

You are welcome mate...

Really this feedback motivated me a lot

It's my pleasure :).

@1uffyD9 1uffyD9 added this to To do in Improvement May 27, 2021
@1uffyD9 1uffyD9 added enhancement New feature or request question Further information is requested labels May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
Development

No branches or pull requests

2 participants