Changeset 496

Show
Ignore:
Timestamp:
04/08/06 19:53:17 (3 years ago)
Author:
common
Message:

Nepenthes
- vuln-bagle, using the bagle backdoor is CL_ASSIGN_AND_DONE for the surfnet logging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/vuln-bagle/BagleDialogue.cpp

    r332 r496  
    150150                                g_Nepenthes->getDownloadMgr()->downloadUrl(msg->getLocalHost(),url,msg->getRemoteHost(),url,0); 
    151151                                free(url); 
    152                                 return CL_DROP; 
    153                                  
     152                                return CL_ASSIGN_AND_DONE; 
    154153                        }else 
    155154                        if ( msg->getSize() >= 4 ) 
     
    235234                        g_Nepenthes->getSubmitMgr()->addSubmission(m_Download); 
    236235                        // destructor will delete it 
     236                        return CL_ASSIGN_AND_DONE; 
    237237                } 
    238238        }