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

REST APIs #22

Closed
mvetsch opened this issue Nov 22, 2017 · 2 comments
Closed

REST APIs #22

mvetsch opened this issue Nov 22, 2017 · 2 comments

Comments

@mvetsch
Copy link
Collaborator

mvetsch commented Nov 22, 2017

Since on REST APIs all requests contain auth-tokens usually this leads to a wall of blue entries in burp:
image

@ozzi- What do you think? Would it make sense to only mark requests with the token in the response? So the plugin just marks the token issuing, instead of every request it is used.

https://github.com/mvetsch/JWT4B/blob/f3cdc0066c30488fab7e7c097cc0b84871f192cd/src/app/controllers/HighLightController.java#L24

@ozzi-
Copy link
Owner

ozzi- commented Nov 22, 2017

Well if its the color that is annoying, we could just set a comment and not highlight the entry.
What do you think?

@mvetsch
Copy link
Collaborator Author

mvetsch commented Nov 29, 2017

Or we just color tokens in the response and add the comment for all messages containing a token. That way you still see when the token was issued.

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

2 participants