exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 488 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 488
Topic #: 1
[All 312-49v10 Questions]

During an investigation of an XSS attack, the investigator comes across the term `[a-zA-Z0-9\%]+` in analyzed evidence details. What is the expression used for?

  • A. Checks for upper and lower-case alphanumeric string inside the tag, or its hex representation
  • B. Checks for forward slash used in HTML closing tags, its hex or double-encoded hex equivalent
  • C. Checks for opening angle bracket, its hex or double-encoded hex equivalent
  • D. Checks for closing angle bracket, hex or double-encoded hex equivalent
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jjweust
Highly Voted 2 years, 1 month ago
Answer is A. CHFI v10 manual pg 650. "[a-zA-Z0-9\%]+: It searches for upper and lower-case alphanumeric strings inside the tag, or their hex equivalent"
upvoted 6 times
...
Chaoticda
Highly Voted 2 years, 5 months ago
Answer is A
upvoted 5 times
...
topbarry
Most Recent 6 months, 2 weeks ago
Selected Answer: A
A. Checks for upper and lower-case alphanumeric string inside the tag, or its hex representation The regular expression [a-zA-Z0-9\%]+ is used to match an alphanumeric string (upper and lower case) or the percent sign ("%") inside the tag. This regular expression is often employed in the context of analyzing input data for potential Cross-Site Scripting (XSS) attacks.
upvoted 1 times
...
sampb
2 years ago
Selected Answer: A
Should be A.
upvoted 4 times
...
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.

SaveCancel
Loading ...