diff --git a/.gitmodules b/.gitmodules index 2163b507..d23f477f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,9 @@ [submodule "cme/data/randomps-scripts"] path = cme/data/randomps-scripts url = https://github.com/xorrior/RandomPS-Scripts +[submodule "cme/thirdparty/pywerview_"] + path = cme/thirdparty/pywerview + url = https://github.com/the-useless-one/pywerview +[submodule "cme/thirdparty/impacket_"] + path = cme/thirdparty/impacket + url = https://github.com/CoreSecurity/impacket diff --git a/cme/thirdparty/impacket b/cme/thirdparty/impacket new file mode 160000 index 00000000..4757b0d2 --- /dev/null +++ b/cme/thirdparty/impacket @@ -0,0 +1 @@ +Subproject commit 4757b0d225f0bcab17195decccab11a45d1c2ea5 diff --git a/cme/thirdparty/pywerview b/cme/thirdparty/pywerview new file mode 160000 index 00000000..1ee894ce --- /dev/null +++ b/cme/thirdparty/pywerview @@ -0,0 +1 @@ +Subproject commit 1ee894ce85de5976012b34fe55a00695672d0cc3