From dd6b7957dd02df34a5e2d9a782a893b0a1429bdb Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:54:24 +0200 Subject: add dnsmap submodule --- .gitmodules | 3 +++ Reaktor/Makefile | 1 + Reaktor/repos/dnsmap | 1 + 3 files changed, 5 insertions(+) create mode 160000 Reaktor/repos/dnsmap 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 index 00000000..5881f0a9 --- /dev/null +++ b/Reaktor/repos/dnsmap @@ -0,0 +1 @@ +Subproject commit 5881f0a9c3b6b4fddfaa635aa80d569dff9fd39f -- cgit v1.2.3