kvasilov48 / web-obfuscation

Automatically exported from code.google.com/p/web-obfuscation
0 stars 0 forks source link

Erratum: expected <!--[ #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In which chapter/section/page number?

HTML/Advanced markup obfuscation/51

What is the existing content?

<!-[if<img src=x onerror=alert(1)//]--> works! 
<b>000</b>
<!--[endif]->

What is the correct content (optional)?

<!--[if<img src=x onerror=alert(1)//]--> works! 
<b>000</b>
<!--[endif]->

Original issue reported on code.google.com by pinkoblo...@gmail.com on 22 Dec 2010 at 8:05

GoogleCodeExporter commented 8 years ago
Confirmed bug - the dash got lost during editing. Thanks - will be fixed as 
soon as possible!

Original comment by Mario.He...@googlemail.com on 23 Dec 2010 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by sirdarckcat on 23 Dec 2010 at 6:16

GoogleCodeExporter commented 8 years ago
other correction

<!--[if<img src=x onerror=alert(1)//]--> works! 
000
<!--[endif]-->

endif also, or that was expected?

Original comment by sirdarckcat on 23 Dec 2010 at 7:11

GoogleCodeExporter commented 8 years ago
Added to the Errata:
http://code.google.com/p/web-obfuscation/wiki/Errata#Page_51_-_Advanced_markup_o
bfuscation

Original comment by sirdarckcat on 24 Dec 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Updated Errata

Original comment by sirdarckcat on 24 Dec 2010 at 1:01