the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: nepenthes
Version: 0.2.2
Revision: 1003
Depends: adns-1.4-shlibs, bzip2-shlibs, file-shlibs, libcurl4-shlibs, libpcap-shlibs, pcre-shlibs
BuildDepends: adns-1.4-dev, bzip2-dev, file-dev, libcurl4, libpcap, pcre, system-openssl-dev
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: f9f9bdaeee712e40c9eab999efe13f0f
SetCXXFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking --enable-ipfw
PatchScript: <<
## -Werror causes build failure on 10.6 since daemon() is deprecated.
perl -pi -e 's,-Werror,,' nepenthes-core/src/Makefile.in
## No, we don't want to use MacPorts stuff.
perl -pi -e 's,-I/opt/local/include,,;s,-L/opt/local/lib,,' configure
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING CHANGES:ChangeLog README
Homepage: http://nepenthes.mwcollect.org
License: GPL
GCC: 4.0
Maintainer: Jack Fink
Description: Honeypot for catching malware/scriptkiddies
DescDetail: <<
Nepenthes is a low interaction honeypot like honeyd or mwcollect. Low
Interaction Honeypots emulate _known_ vulnerabilities to collect information
about potential attacks. Nepenthes is designed to emulate vulnerabilties
worms use to spread, and to capture these worms. As there are many
possible ways for worms to spread, Nepenthes is modular. There are module
interfaces to
- resolve dns asynchronously
- emulate vulnerabilities
- download files
- submit the downloaded files
- trigger events (sounds abstract and it is abstract but is still quite
useful)
- shellcode handler
<<