WebApp Sec mailing list archives

Re: [ Q ] URL obfuscation tools/scripts


From: <asen () bat-asen com>
Date: Fri, 2 Jan 2004 13:02:57 +0200

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 () io com>
To: <webappsec () 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




Current thread: