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.
For example the code below is written in hex:
<a href=javascript:alert('XSS')>Click Here</a>
is equivalent to:
<a href=javascript:alert('XSS')>Click Here</a>
Note: In the format “&#xhhhh“, hhhh is the code point in hexadecimal form
C. cross-site scripting
Cross-site scripting (XSS) is a type of security vulnerability typically found in web applications, that allows an attacker to inject malicious code into a web page viewed by other users. One of the methods attackers use to evade detection and make the injected code more difficult to detect is by using alternate encoding, such as hexadecimal representation. This makes the code harder to read and understand, making it more difficult to detect and remove. This technique is often used in XSS attacks as it allows attackers to hide the malicious code and evade detection by security software and systems.
There are some common characters sets that are used in Web applications attacks. For example, Path Traversal attacks use ../ (dot-dot-slash) , while XSS attacks use < and > characters. These characters give a hexadecimal representation that differs from normal data.
https://owasp.org/www-community/Double_Encoding
A and B are wrong as related to ICMP or related network attacks
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.350-701 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Alee86
Highly Voted 3 years, 9 months agosull3y
Highly Voted 9 months, 3 weeks agoCyberGhost666
Most Recent 3 weeks, 5 days agoheamgu
3 years, 5 months agoabdulmalik_mail
3 years, 5 months agoic0deem
3 years, 10 months agoRaajaa
4 years agoMax95
4 years, 1 month agodeathfrom
4 years, 1 month agoSeawanderer
4 years ago