DOM access between same-origin tabs [duplicate]
Consider the following website. Page A (https://example.com/login) contains a login form and its password field has the attributes name and id set to “password”. Page B (https://example.com/vuln) has a XSS vulnerability that allows an atta… Continue reading DOM access between same-origin tabs [duplicate]