Skip to content

Commit

Permalink
fixed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rep committed Feb 21, 2012
1 parent 6d4cb5f commit 25e4539
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions dionaea/ihandlers_and_conf.patch
@@ -1,7 +1,8 @@
diff -x hpfeeds.py -x .git -Naur dionaea2/conf/dionaea.conf.dist dionaea/conf/dionaea.conf.dist
--- dionaea2/conf/dionaea.conf.dist 2011-11-10 17:06:09.000000000 +0100
+++ dionaea/conf/dionaea.conf.dist 2011-11-10 16:32:37.000000000 +0100
@@ -344,6 +344,14 @@
diff --git a/conf/dionaea.conf.dist b/conf/dionaea.conf.dist
index 43e17b4..7b16529 100644
--- a/conf/dionaea.conf.dist
+++ b/conf/dionaea.conf.dist
@@ -344,6 +344,16 @@ modules = {
user = "" // username (optional)
pass = "" // password (optional)
}
Expand All @@ -18,18 +19,19 @@ diff -x hpfeeds.py -x .git -Naur dionaea2/conf/dionaea.conf.dist dionaea/conf/di
logsql = {
mode = "sqlite" // so far there is only sqlite
sqlite = {
@@ -457,6 +465,7 @@
@@ -457,6 +467,7 @@ modules = {
// "virustotal",
// "mwserv",
// "submit_http",
+// "hpfeeds",
+ "hpfeeds",
// "logxmpp",
// "nfq",
// "p0f",
diff -x hpfeeds.py -x .git -Naur dionaea2/modules/python/scripts/ihandlers.py dionaea/modules/python/scripts/ihandlers.py
--- dionaea2/modules/python/scripts/ihandlers.py 2011-11-10 17:06:09.000000000 +0100
+++ dionaea/modules/python/scripts/ihandlers.py 2011-11-10 16:30:19.000000000 +0100
@@ -129,6 +129,13 @@
diff --git a/modules/python/scripts/ihandlers.py b/modules/python/scripts/ihandlers.py
index 5b40dd7..8bddc63 100644
--- a/modules/python/scripts/ihandlers.py
+++ b/modules/python/scripts/ihandlers.py
@@ -129,6 +129,13 @@ def new():
import dionaea.submit_http
g_handlers.append(dionaea.submit_http.handler('*'))

Expand Down

0 comments on commit 25e4539

Please sign in to comment.