1.

The attack which involves the insertion of malicious code into a page frequented by other users is known as _______________(a) basic sql injection(b) advanced sql injection(c) cross-site scripting(d) scriptingThe question was posed to me in homework.I want to ask this question from HTML Forms in portion File and Session Handling in PHP of PHP

Answer»

Correct choice is (c) cross-site scripting

Easy explanation: The cross-site scripting attack is among one of the top FIVE security attacks carried out across the Internet. It is also known as XSS, this attack is a TYPE of code INJECTION attack which is made possible by incorrectly VALIDATING user data, which usually gets inserted into the page through a web form or USING an altered hyperlink.



Discussion

No Comment Found

Related InterviewSolutions