|
Post by merlin on May 24, 2011 14:45:07 GMT
A friend of mine sent me this but I'm afraid I still don't understand, do any of you ?
Cross site scripting (also known as XSS) occurs when a web application gathers malicious data from a user. The data is usually gathered in the form of a hyperlink which contains malicious content within it. The user will most likely click on this link from another website, instant message, or simply just reading a web board or email message. Usually the attacker will encode the malicious portion of the link to the site in HEX (or other encoding methods) so the request is less suspicious looking to the user when clicked on. After the data is collected by the web application, it creates an output page for the user containing the malicious data that was originally sent to it, but in a manner to make it appear as valid content from the website. Many popular guestbook and forum programs allow users to submit posts with html and javascript embedded in them.
|
|
|
Post by Geranium on May 24, 2011 18:52:40 GMT
Nope.
|
|
|
Post by peony on May 24, 2011 18:58:14 GMT
|
|