Skip to content

Commit

Permalink
Merge pull request #95 from Gizra/89
Browse files Browse the repository at this point in the history
Add XSS examples.
  • Loading branch information
amitaibu committed Feb 29, 2016
2 parents 7c6d855 + 4f7db44 commit abe0d55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ company1,Lexihouse
company2,Voltex
company3,Santechi
company4,D-ottax
company5,XSS ATTACK NODE <script>alert('xss – Company – Title');</script>
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ event7,Go for the Juggler,55|70,company2,user3
event8,Glow Your Own,70|40,company2,user3
event9,Jesus Drone,60|20,company3,user3
event10,Kinder Rock,25|25,company4,user4
event11,"XSS ATTACK NODE <script>alert('xss – Event – Title');</script>",0|0,company5,user2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unique ID,Company,Username,Password,Email
user1,company1|company2|company3,demo,1234,[email protected]
user2,company1|company2,Mickey,1234,[email protected]
user2,company1|company2|company5,Mickey,1234,[email protected]
user3,company2|company3,Noonster,1234,[email protected]
user4,company1|company4,ErikFu,1234,[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abe0d55

Please sign in to comment.