From 68a2d0bc621cb8780fd32fbafd95aabfe02af125 Mon Sep 17 00:00:00 2001 From: James Wickett Date: Sat, 2 Nov 2013 16:07:09 -0500 Subject: [PATCH] added sslyze and sqlmap --- .gitmodules | 6 ++++++ vendor/sqlmap | 1 + vendor/sslyze | 1 + 3 files changed, 8 insertions(+) create mode 160000 vendor/sqlmap create mode 160000 vendor/sslyze diff --git a/.gitmodules b/.gitmodules index a910599..c40dc0a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "vendor/Garmr"] path = vendor/Garmr url = https://github.com/mozilla/Garmr +[submodule "vendor/sqlmap"] + path = vendor/sqlmap + url = https://github.com/sqlmapproject/sqlmap +[submodule "vendor/sslyze"] + path = vendor/sslyze + url = https://github.com/iSECPartners/sslyze diff --git a/vendor/sqlmap b/vendor/sqlmap new file mode 160000 index 0000000..48bd2e7 --- /dev/null +++ b/vendor/sqlmap @@ -0,0 +1 @@ +Subproject commit 48bd2e75e94f1dea2cba7c57a5d66c721cfea7ab diff --git a/vendor/sslyze b/vendor/sslyze new file mode 160000 index 0000000..c9e323f --- /dev/null +++ b/vendor/sslyze @@ -0,0 +1 @@ +Subproject commit c9e323fc0d6e730f70af5474e687ec2f510e104f