Changeset 435

Show
Ignore:
Timestamp:
03/27/06 03:29:29 (3 years ago)
Author:
common
Message:

shellcode-signatures
- some mapping fixes in the signature file
- tweaked comments

Files:

Legend:

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

    r433 r435  
    99[n] [+]   4) GenericCMD generic CMD decoder 
    1010[n] [+]   5) LinkTrans handles linkbot/linkshellcode connectback transfers 
    11 [+] [ ]   6) LinkBindTrans handles linkbot/linkshellcode bind transfers 
     11[n] [+]   6) LinkBindTrans handles linkbot/linkshellcode bind transfers 
    1212[n] [+]   7) Stuttgart handles "stuttgart" shellcode 
    1313[s] [ ]   8) Wuerzburg handles "wuerzburg" shellcode 
     
    1616[n] [ ]   11) KonstanzXOR Konstanz XOR decoder 
    1717[n] [+]   12) GenericConnectTrans various csends 
    18 [?] [ ]   13) GenericUniCode generic UniCode decoder 
     18[E] [ ]   13) GenericUniCode generic UniCode decoder 
    1919[n] [+]   14) GenericWinExec generic WinExec decoder 
    2020[n] [ ]   15) LeimbachUrlXOR generic XOR decoder 
    2121[?] [ ]   16) Genericwget generic wget decoder 
    2222[?] [ ]   17) ASN1IISBase64 handles oc192 dcom bindshell 
    23 [a] [ ]   18) ASN1SMBBind handles oc192 dcom bindshell 
     23[n] [+]   18) ASN1SMBBind handles oc192 dcom bindshell 
    2424[n] [+]   19) THCConnect handles thc iis connectbackshells 
    25 [ ] [ ]   20) THCBind  handles thc iis bindshells 
     25[?] [ ]   20) THCBind  handles thc iis bindshells 
    2626[n] [+]   21) HODBind  handles oc192 dcom bindshell 
    2727[n] [+]   22) HODConnect handles oc192 dcom bindshell 
    28 [n] [+]   23) HODBind  handles house of dabus msmq bindshells 
     28[s] [ ]   23) HODBind  handles house of dabus msmq bindshells 
    2929[n] [+]   24) HODBind  handles house of dabus netdde bindshells 
    3030[n] [+]   25) HODConnect handles house of dabus netdde bindshells 
     
    3333[n] [+]   28) HATSQUADConnect handles hat-squad wins connect 
    3434[n] [+]   29) HATSQUADBind handles hat-squad wins bindshell 
    35 [+] [+]   30) ZUCConnect handles zuc wins connect ( dupe of 19)) 
     35[n] [+]   30) ZUCConnect handles zuc wins connect ( dupe of 19)) 
    3636   =--- 31 ShellcodeHandlers registerd   
    3737 
     
    202202wuerzburgxor::wuerzburg 
    203203{ 
    204 /*  
    205  * this xor chain ckecks if the value too xor is equal to the xor key to avoid zeros  
    206  */ 
     204  
     205// this xor chain sucks hard 
     206 
    207207        pattern 
    208208        "(.*\\xEB\\x27......)(\\x5D\\x33\\xC9\\x66\\xB9(..)\\x8D\\x75\\x05\\x8B\\xFE\\x8A" 
     
    832832}; 
    833833 
    834 /* 
     834 
    835835// taken from shellcode-generic/sch_generic_link_bind_trans.cpp 
    836836bindfiletransfer::bindlinktransfer 
     
    878878        "\\xff\\xd0\\x57\\x68\\xef\\xce\\xe0\\x60\\xff\\xd6\\xff\\xd0"; 
    879879 
    880         mapping (port,key); 
    881 }; 
    882 */ 
     880        mapping (none,port); 
     881}; 
     882 
    883883 
    884884