On 15-May-2009, at 12:46, Adam Katz wrote:
uri URI_HIDDEN /.{7}\/\../


That won't catch http://www.spammer.example.com/.../hidden- malware.asf, it will only catch the relative url form "../path/to/ content" which SA improperly prefaces with "http://";

uri URI_HIDDEN /.{8}\/\../

Will catch anything where the . appears after the very start of the URI

http://../whatever/goes/here    # will NOT match
http://anything/.../goes        # WILL match

Of course, if SA didn't preface URIs with http:// on its own, this wouldn't be an issue. However, I am not willing to call that a bug as I suspect there is a very good reason for it.

--
Heisenberg's only uncertainty was what pub to vomit in next and
        Jung fancied Freud's mother too. -- Jared Earle

Reply via email to