HTTP decoding-HTML

Source: Internet
Author: User

Http://www.2cto.com/Article/201310/251830.html

(1) encoded format "& #十六进制/Decimal

(2) Entity

Show Results Description Entity name Entity number
Space   & #160;
< Less than sign &lt; & #60;
> Greater than sign &gt; & #62;
& and number &amp; & #38;
" Quotes &quot; & #34;

The most frequently used encoding in XSS

HTML entity encoding (10 binary and 16 binary):
如把尖括号编码[ < ]  -----> html十进制: &#60;  html十六进制:&#x3c;
The octal and hexadecimal of javascript:
如把尖括号编码[ < ]  -----> js八进制:\74  js十六进制:\x3c
Jsunicode Code:
如把尖括号编码[ < ]  ----->jsunicode:\u003c
URL Code base64 encoding:
如把尖括号编码[ < ]  -----> url: %22  base64: Ig==

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.