diff options
author | EUcancER <root@euer.krebsco.de> | 2012-04-23 11:54:24 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-04-23 11:54:24 +0200 |
commit | dd6b7957dd02df34a5e2d9a782a893b0a1429bdb (patch) | |
tree | 81f1d7d89e2b2d1362344d03d798c54dc8f4fb83 | |
parent | 7a8b15d7851869f216d7da659db5367808a415c4 (diff) |
add dnsmap submodule
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Reaktor/Makefile | 1 | ||||
m--------- | Reaktor/repos/dnsmap | 0 |
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 |