Changeset 1169

Show
Ignore:
Timestamp:
03/24/07 21:44:43 (1 year ago)
Author:
oxff
Message:

added submit-mwserv module:

  • uses a configuration specifying a maintainer (username), sensor (guid) and secret (password) for authentication
  • uploading data only when asked to, otherwise just reporting instances
  • using libcurl in an effective and fast way (admittedly a bit hacked)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/configure.ac

    r840 r1169  
    918918                 modules/submit-postgres/Makefile 
    919919                 modules/submit-http/Makefile 
     920                 modules/submit-mwserv/Makefile 
    920921                 modules/vuln-asn1/Makefile 
    921922                 modules/vuln-bagle/Makefile 
  • nepenthes/trunk/modules/Makefile.am

    r839 r1169  
    55SUBDIRS = download-creceive download-csend download-curl download-ftp download-http download-link download-tftp download-rcp\ 
    66          log-download log-irc \ 
    7           submit-file submit-gotek submit-norman submit-postgres submit-http
     7          submit-file submit-gotek submit-norman submit-postgres submit-http submit-mwserv
    88          shellcode-generic shellemu-winnt \ 
    99          vuln-asn1 vuln-bagle vuln-dcom vuln-iis vuln-kuang2 vuln-lsass \