Skip to content

Commit

Permalink
honeytrap
Browse files Browse the repository at this point in the history
- reworked build process to be gcc 4.3 compatible
  • Loading branch information
till committed Dec 2, 2008
1 parent d6e7c86 commit ddcd443
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 293 deletions.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,4 +1,5 @@
Version 1.1.0
- reworked build process to be gcc 4.3 compatible
- store download tries in attack record
- magicPE plugin for identifying PE files that are submitted as attack strings
- submitMWserv plugin for submissions to the mwcollect alliance
Expand Down
7 changes: 7 additions & 0 deletions Makefile.am
Expand Up @@ -5,10 +5,17 @@ SUBDIRS = doc src

EXTRA_DIST = ChangeLog LICENSE README doc/honeytrap.8 etc/

libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck

install-data-local:
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/honeytrap
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)/honeytrap/responses
$(mkinstalldirs) $(DESTDIR)/$(localstatedir)/honeytrap

install -d $(DESTDIR)/$(localstatedir)/honeytrap/attacks -g nogroup -m 775
install -d $(DESTDIR)/$(localstatedir)/honeytrap/downloads -g nogroup -m 775

$(INSTALL_DATA) etc/honeytrap.conf.dist $(DESTDIR)/$(sysconfdir)/honeytrap/honeytrap.conf.dist
test -f $(DESTDIR)/$(sysconfdir)/honeytrap/honeytrap.conf || $(INSTALL_DATA) etc/honeytrap.conf.dist $(DESTDIR)/$(sysconfdir)/honeytrap/honeytrap.conf
Expand Down
4 changes: 0 additions & 4 deletions TODO
@@ -1,9 +1,5 @@
-- Need to fix --------------------------------------------------------
o Review automake installation process

-- Small Changes ------------------------------------------------------
o Do fallback to default interface already in ip guessing phase
o Check for EINVAL when select()ing in plugins

-- Future plans -------------------------------------------------------
o add ipfw connection monitors

0 comments on commit ddcd443

Please sign in to comment.