mirror of https://github.com/n1nj4sec/pupy.git
remove shallow on gitmodules
This commit is contained in:
parent
f3fc9a5fca
commit
cd8be2a921
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue