Skip to content

Commit 39c0d21

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent a719113 commit 39c0d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pentesting-web/hacking-jwt-json-web-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you get an HTTP interaction you now know that the server is trying to load ke
8585

8686
### "kid" issues - reveal key:
8787

88-
If the claim "kid" is used in the header, check the web directory for that file or a variation of it. For example if "kid":"key/12345 then look for /key/12345 and /key/12345.pem on the web root.
88+
If the claim "kid" is used in the header, check the web directory for that file or a variation of it. For example if `"kid":"key/12345"` then look for _/key/12345_ and _/key/12345.pem_ on the web root.
8989

9090
### "kid" issues - path traversal:
9191

0 commit comments

Comments
 (0)