Projects STRLCPY AllAboutBugBounty Files
🤬
5c691617
ROOT /
Bypass /
Bypass 304.md
31 lines | ISO-8859-1 | 666 bytes

Bypass 304 (Not Modified)

  1. Delete "If-None-Match" header
GET /admin HTTP/1.1
Host: target.com
If-None-Match: W/"32-IuK7rSIJ92ka0c92kld"

Try this to bypass

GET /admin HTTP/1.1
Host: target.com
  1. Adding random character in the end of "If-None-Match" header
GET /admin HTTP/1.1
Host: target.com
If-None-Match: W/"32-IuK7rSIJ92ka0c92kld"

Try this to bypass

GET /admin HTTP/1.1
Host: target.com
Host: target.com
If-None-Match: W/"32-IuK7rSIJ92ka0c92kld" b

References

Please wait...
Page is in error, reload to recover