Skip to content

Commit

Permalink
Merge pull request minimaxir#84 from clickthisnick/master
Browse files Browse the repository at this point in the history
2 More XSS based on user interactions
  • Loading branch information
minimaxir committed Nov 3, 2015
2 parents f58f92b + 5e5e1a7 commit 883a491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blns.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@
"<IMG SRC=\"javascript:alert('XSS')\"",
"<iframe src=http://ha.ckers.org/scriptlet.html <",
"\\\";alert('XSS');//",
"<u oncopy=alert()> Copy me</u>",
"<i onwheel=alert(1)> Scroll over me </i>",
"<plaintext>",
"http://a/%%30%30",
"1;DROP TABLE users",
Expand Down Expand Up @@ -480,4 +482,4 @@
"But now...\u001b[20Cfor my greatest trick...\u001b[8m",
"The quic\b\b\b\b\b\bk brown fo\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007x... [Beeeep]",
"Powerلُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ冗"
]
]
2 changes: 2 additions & 0 deletions blns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ perl -e 'print "<IMG SRC=java\0script:alert(\"XSS\")>";' > out
<IMG SRC="javascript:alert('XSS')"
<iframe src=http://ha.ckers.org/scriptlet.html <
\";alert('XSS');//
<u oncopy=alert()> Copy me</u>
<i onwheel=alert(1)> Scroll over me </i>
<plaintext>
http://a/%%30%30

Expand Down

0 comments on commit 883a491

Please sign in to comment.