OAuth Login — Github
Simulating connection to Github secure authorization server...
Lab Hint — OAuth Scope Escalation
- Intercept OAuth request in Burp Suite
- Change
scope=read to scope=admin
- Server grants admin scope without validation
- Also: no
state parameter = CSRF attack possible