mirror of https://github.com/n1nj4sec/pupy.git
add missing deps
This commit is contained in:
parent
3b378de70b
commit
338b27f2ab
|
@ -9,13 +9,13 @@
|
|||
[submodule "pupy/external/BeRoot"]
|
||||
path = pupy/external/BeRoot
|
||||
url = https://github.com/AlessandroZ/BeRoot
|
||||
shallow = false
|
||||
shallow = false
|
||||
[submodule "pupy/external/Windows-Exploit-Suggester"]
|
||||
path = pupy/external/Windows-Exploit-Suggester
|
||||
url = https://github.com/GDSSecurity/Windows-Exploit-Suggester
|
||||
path = pupy/external/Windows-Exploit-Suggester
|
||||
url = https://github.com/GDSSecurity/Windows-Exploit-Suggester
|
||||
[submodule "pupy/external/linux-exploit-suggester"]
|
||||
path = pupy/external/linux-exploit-suggester
|
||||
url = https://github.com/mzet-/linux-exploit-suggester
|
||||
path = pupy/external/linux-exploit-suggester
|
||||
url = https://github.com/mzet-/linux-exploit-suggester
|
||||
[submodule "client/sources-linux/linux-inject"]
|
||||
path = client/sources-linux/linux-inject
|
||||
url = https://github.com/gaffe23/linux-inject.git
|
||||
|
@ -37,3 +37,9 @@
|
|||
[submodule "pupy/external/Inveigh"]
|
||||
path = pupy/external/Inveigh
|
||||
url = https://github.com/Kevin-Robertson/Inveigh.git
|
||||
[submodule "pupy/pupy/external/BeRoot"]
|
||||
path = pupy/pupy/external/BeRoot
|
||||
url = https://github.com/AlessandroZ/BeRoot
|
||||
[submodule "pupy/pupy/external/changeme"]
|
||||
path = pupy/pupy/external/changeme
|
||||
url = https://github.com/AlessandroZ/changeme
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d03389e008d22e0637aed77ca865e53d041bbf64
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d02e0a0e22d40fca86b0942f53cbc6d06704e592
|
Loading…
Reference in New Issue