use perl "pack" function
$url = pack( 'H*', $hexurl ); from hex to txt
$hexurl=unpack('H*',"$url"); from txt to hex
----- Original Message -----
From: "shawnmer" <shawnmer_at_io.com>
To: <webappsec_at_lists.securityfocus.com>
Sent: Wednesday, December 31, 2003 11:37 PM
Subject: [ Q ] URL obfuscation tools/scripts
> Hi,
>
> Rookie question :)
>
> Looking for URL obfuscation tools/scripts that can convert a URL to Hex,
> Octal, Decimal, etc. notations. Command-line is good, in Python is even
> better.
>
> On packetstorm I see
http://packetstormsecurity.org/UNIX/cgi-scanners/ummmm.c
> but it's kinda limited.
>
> Thanks,
> --scm
>
>
Received on Jan 02 2004