summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--Reaktor/Makefile1
m---------Reaktor/repos/dnsmap0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 296d7099..8f92073d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "Reaktor/repos/dnsrecon"]
path = Reaktor/repos/dnsrecon
url = https://github.com/makefu/dnsrecon.git
+[submodule "Reaktor/repos/dnsmap"]
+ path = Reaktor/repos/dnsmap
+ url = https://github.com/makefu/dnsmap.git
diff --git a/Reaktor/Makefile b/Reaktor/Makefile
index f608db90..dc3f8cac 100644
--- a/Reaktor/Makefile
+++ b/Reaktor/Makefile
@@ -2,6 +2,7 @@ init:
cd ..;git submodule init; git submodule update
cd repos/gxfr/; git checkout master; git pull
cd repos/dnsrecon; git checkout master; git pull
+ cd repos/dnsmap; git checkout master; git pull
diff --git a/Reaktor/repos/dnsmap b/Reaktor/repos/dnsmap
new file mode 160000
+Subproject 5881f0a9c3b6b4fddfaa635aa80d569dff9fd39