Changeset 732

Show
Ignore:
Timestamp:
01/05/07 22:10:52 (2 years ago)
Author:
oxff
Message:

nepenthes.shellcode-signatures: uncommented accidently commented url::anyurl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/shellcode-signatures/shellcode-signatures.sc

    r731 r732  
    10591059 
    10601060// taken from shellcode-generic/sch_generic_url.cpp 
    1061 /*url::anyurl 
     1061url::anyurl 
    10621062{ 
    10631063        pattern 
    10641064        ".*((http|https|ftp):\/\/[@a-zA-Z0-9\-\/\\\.\+:]+).*"; 
    10651065        mapping (none,uri); 
    1066 };* 
     1066}; 
    10671067 
    10681068