Archive for June, 2009
Free Rainer 2.0
Tuesday, June 9th, 2009HoneyPlug
Tuesday, June 9th, 2009HoneyTrap on SheevaPlug:
Index: configure.ac
===================================================================
--- configure.ac (revision 1858)
+++ configure.ac (working copy)
@@ -732,7 +732,8 @@
doc/Makefile
src/Makefile
src/modules/Makefile
- src/modules/htm_cspm/Makefile])
+ src/modules/htm_cspm/Makefile
+ etc/honeytrap.conf.dist.in])
AC_OUTPUT
Index: src/honeytrap.c
===================================================================
--- src/honeytrap.c (revision 1858)
+++ src/honeytrap.c (working copy)
@@ -71,11 +71,11 @@
m_read_timeout = 60; // 1 minute read timeout for mirror connections
read_limit = 0; // 0 means no read limit
- conffile_name = strdup("/etc/honeytrap/honeytrap.conf");
- pidfile_name = strdup("/var/run/honeytrap.pid");
- logfile_name = strdup("/var/log/honeytrap.log");
- response_dir = strdup("/etc/honeytrap/responses");
- plugin_dir = strdup("/etc/honeytrap/plugins");
+ conffile_name = strdup("/root/hp/etc/honeytrap/honeytrap.conf");
+ pidfile_name = strdup("/root/hp/var/run/honeytrap.pid");
+ logfile_name = strdup("/root/hp/var/log/honeytrap.log");
+ response_dir = strdup("/root/hp/etc/honeytrap/responses/");
+ plugin_dir = strdup("/root/hp/etc/honeytrap/plugins/");
current_plugfunc = NULL;
Index: src/readconf.c
===================================================================
--- src/readconf.c (revision 1858)
+++ src/readconf.c (working copy)
@@ -130,7 +130,7 @@
char *bpf_cmd_ext, errbuf[PCAP_ERRBUF_SIZE];
struct hostent *ip_cmd_opt;
#endif
- char option;
+ int option;
struct passwd *pwd_entry;
struct group *grp_entry;
int i;
Index: src/plugin.c
===================================================================
--- src/plugin.c (revision 1858)
+++ src/plugin.c (working copy)
@@ -48,7 +48,7 @@
}
if ((plugindir = opendir(dir)) == NULL) {
- fprintf(stderr, " Error - Unable to open plugin directory: %m.\n");
+ fprintf(stderr, " Error - Unable to open plugin directory %s: %m.\n", dir);
exit(EXIT_FAILURE);
}
Whack-a-Kitty
Saturday, June 6th, 2009Tetris
Saturday, June 6th, 2009
Google Tetris 2009
Blinkenlights
Wednesday, June 3rd, 2009
Blinkenlights

