Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XSS examples. #95

Merged
merged 6 commits into from
Feb 29, 2016
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,company0,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|company0,Mickey,1234,[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is company0 ?

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.