Nepenthes can determine the malware activity on a network by deploying a nepenthes sensor (i.e. honey pot). The programm emulates different well known vulnerabilities waiting for malicious connections trying to exploit them. WWW: http://nepenthes.sourceforge.net
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
--Signature=_Thu__8_Dec_2005_18_30_06_+0100__SgLMUv4vqzXhkLs Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, When I am trying to unpack the shell archive I get: $ sh nepenthes.shar=20 c - nepenthes-port c - nepenthes-port/files x - nepenthes-port/files/patch-log x - nepenthes-port/files/patch-docdir x - nepenthes-port/files/nepenthes.sh.in x - nepenthes-port/files/patch-logger-path-and-xor-and-additional-bindshell nepenthes.shar: 120: Syntax error: Illegal eof marker for << redirection There is probably a CR/LF hidden somewhere. Please have a look at [1]. This section gives you an example how to work arround this problem. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-= patch.html Could you please resend a corrected shar? Emanuel
Received a new Version: http://devel.aquahill.net/ports/nepenthes/nepenthes-port.tar.gz -- GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774
- Why did you comment out USE_RC_SUBR? - 'CONFIGURE_ARGS+= --enable-ssh' does not seem to work since configure can't find libssh.h configure:23701: checking for libssh configure:23748: checking libssh.h usability configure:23760: cc -c -O2 -pipe -DYESWERESPECTCFLAGS -I/usr/local/include -I/usr/src/contrib/file/ conftest.c >&5 conftest.c:111:20: libssh.h: No such file or directory - Please provide unified patches for each file and use the naming convention mentioned in the porters handbook [1] - The port also requires perl (Hint: Add USE_PERL5= yes) - Are the following files documentation or are they required to run the program? share/nepenthes/doc/README share/nepenthes/doc/README.VFS share/nepenthes/doc/logo-shaded.svg - Please run portlint -A (devel/portlint) Do you think you could fix these points and follow up a new shell archive? Thanks in advance, Emanuel -- GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774
State Changed From-To: open->feedback Ask for maintainer fix.
Responsible Changed From-To: ehaupt->freebsd-ports-bugs Release.
State Changed From-To: feedback->closed Commited, thanks! Please redo the post-install one so that the patch of the Makefile gets done properly. Right now it is installing in share/doc/nepenthes in the Makefile of the tarball.