remove shallow on gitmodules

This commit is contained in:
n1nj4sec 2017-02-06 19:15:30 +01:00
parent f3fc9a5fca
commit cd8be2a921
1 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -1,19 +1,19 @@
[submodule "pupy/packages/src/scapy"]
path = pupy/external/scapy
url = https://github.com/secdev/scapy
shallow = true
shallow = false
[submodule "pupy/payload_templates"]
path = pupy/payload_templates
url = ../pupy-binaries.git
shallow = true
shallow = false
[submodule "pupy/external/LaZagne"]
path = pupy/external/LaZagne
url = https://github.com/AlessandroZ/LaZagne
shallow = true
shallow = false
[submodule "pupy/external/impacket"]
path = pupy/external/impacket
url = https://github.com/CoreSecurity/impacket
shallow = true
shallow = false
[submodule "client/sources-linux/linux-inject"]
path = client/sources-linux/linux-inject
url = https://github.com/gaffe23/linux-inject.git