diff --git a/.gitmodules b/.gitmodules index a4fc4a31e..be001fe7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "config/jaeles-signatures"] path = config/jaeles-signatures url = /~https://github.com/jaeles-project/jaeles-signatures +[submodule "config/nuclei-templates"] + path = config/nuclei-templates + url = /~https://github.com/projectdiscovery/nuclei-templates.git diff --git a/README_CN.md b/README_CN.md index e59f85fc1..a981c9e6a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -259,7 +259,7 @@ /~https://github.com/heartshare/go-wafw00f git submodule add --force /~https://github.com/projectdiscovery/nuclei-templates.git config/nuclei-templates git submodule update --init --recursive - /usr/bin/git -c protocol.version=2 submodule update --init --force --recursive +/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive /usr/bin/git -c protocol.version=2 submodule update --remote --force --recursive git submodule update --init --recursive --remote diff --git a/config/nuclei-templates b/config/nuclei-templates new file mode 160000 index 000000000..6330e4f47 --- /dev/null +++ b/config/nuclei-templates @@ -0,0 +1 @@ +Subproject commit 6330e4f4732f5fc712b1a3ce9de2cfba45e8ce4b diff --git a/upSubMod.sh b/upSubMod.sh new file mode 100755 index 000000000..b07a539b9 --- /dev/null +++ b/upSubMod.sh @@ -0,0 +1,2 @@ +/usr/bin/git -c protocol.version=2 submodule update --remote --force --recursive +