HTML Injection Flashcards

1
Q

How to create a HTML link to http://hacker.com

A

<a> href=”http://hacker.com”</a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What should the website developer do to prevent malicious input ?

A

Sanitise everything the user enters before using it in the JavaScript function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one of the first things you should do when assessing a web application for security issues ?

A

Review the pages source code to see if you can find any login credentials or hidden links

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What three languages are Websites primarily created with ?

A

HTML
CSS
JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly