| README: This is old code. This module is in the nepenthes SVN for some time now and if you want to use it, just use the official version from there. HOWTO ----- 1. move the files to you nepenthes source tree 2. Add this line to the AC_CONFIG_FILES section of your configure.ac: modules/submit-http/Makefile 3. Add submit-http to modules/Makefile.am 4. Build nepenthes: autoreconf -iv automake make (If it complains about a missing Makefile try to run ./configure first) 5. Move modules/submit-http/submit-http.conf.dist to your $NEPENTHES/etc/nepenthes and edit it 6. Add the following line to your $NEPENTHES/etc/nepenthes/nepenthes.conf "submithttp.so", "submit-http.conf", "" 7. Run nepenthes I'm pretty sure I forgot something so you may have to ask on IRC. If everything works fine, you should see something like this in the logs: [ info down handler dia ] Downloaded file tftp://84.13.207.51:69/mssmp.exe 137728 bytes [ info mgr submit ] File 343b212db7fffcc826faeb29589d17b2 has type MS-DOS executable (EXE), OS/2 or MS Windows [ info handler submit ] File info submitted (343b212db7fffcc826faeb29589d17b2, tftp://84.13.207.51:69/mssmp.exe) [ info handler submit ] File upload requested (343b212db7fffcc826faeb29589d17b2, tftp://84.13.207.51:69/mssmp.exe) [ info handler submit ] File uploaded (343b212db7fffcc826faeb29589d17b2, tftp://84.13.207.51:69/mssmp.exe) HISTORY ------- 0.1.1 - basic file uploading 0.1.2 - 'file known'-check 0.1.3 - checked with valgrind - fixed 2 memleaks 0.1.4 - fixed byte order for source/target ip parameters 0.1.5 - fixed infrequent corruption of HTTP auth credentials |