Changeset 839
- Timestamp:
- 02/06/07 17:54:31 (2 years ago)
- Files:
-
- nepenthes/trunk/conf/nepenthes.conf.dist (modified) (1 diff)
- nepenthes/trunk/modules/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-http (added)
- nepenthes/trunk/modules/submit-http/HTTPSession.cpp (added)
- nepenthes/trunk/modules/submit-http/HTTPSession.hpp (added)
- nepenthes/trunk/modules/submit-http/Makefile.am (added)
- nepenthes/trunk/modules/submit-http/submit-http.conf.dist (added)
- nepenthes/trunk/modules/submit-http/submit-http.cpp (added)
- nepenthes/trunk/modules/submit-http/submit-http.hpp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/conf/nepenthes.conf.dist
r550 r839 36 36 // "submitnepenthes.so", "submit-nepenthes.conf", "" // send to download-nepenthes in other nepenthes instances 37 37 // "submitxmlrpc.so", "submit-xmlrpc.conf", "" // submit files to a xmlrpc server 38 // "submithttp.so", "submit-http.conf", "" // submit files to a web server 38 39 39 40 // logging nepenthes/trunk/modules/Makefile.am
r723 r839 5 5 SUBDIRS = download-creceive download-csend download-curl download-ftp download-http download-link download-tftp download-rcp\ 6 6 log-download log-irc \ 7 submit-file submit-gotek submit-norman submit-postgres \7 submit-file submit-gotek submit-norman submit-postgres submit-http\ 8 8 shellcode-generic shellemu-winnt \ 9 9 vuln-asn1 vuln-bagle vuln-dcom vuln-iis vuln-kuang2 vuln-lsass \
