[Chicago-talk] Converting HEX to ASCII

Doug Bell madcityzen at gmail.com
Mon Aug 31 11:28:28 PDT 2015


Those are HTML entities (the &...; bits), so the HTML::Entities module
(part of the HTML::Parser distribution) will do it for you

Doug Bell
madcityzen at gmail.com

On Aug 31, 2015, at 1:01 PM, Jim Jacobus <JJacobus at ponyx.com> wrote:


I feel dumb for asking, but is there a quick way to convert:
<code>

%#x3cIMG
SRC=javascript:alert(
'XSS')%#x3e

</code>
to
<code>

<IMG SRC=javascript:alert( 'XSS')>

</code>
I thought there would be a cpan module for this.

_______________________________________________
Chicago-talk mailing list
Chicago-talk at pm.org
http://mail.pm.org/mailman/listinfo/chicago-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20150831/5b605e1f/attachment.html>


More information about the Chicago-talk mailing list