mirror of https://github.com/n1nj4sec/pupy.git
fix dep
This commit is contained in:
parent
d5abb57275
commit
a529c9c6a9
|
@ -6,10 +6,6 @@
|
|||
path = pupy/external/changeme
|
||||
url = https://github.com/AlessandroZ/changeme
|
||||
shallow = false
|
||||
[submodule "pupy/external/BeRoot"]
|
||||
path = pupy/external/BeRoot
|
||||
url = https://github.com/AlessandroZ/BeRoot
|
||||
shallow = false
|
||||
[submodule "pupy/external/Windows-Exploit-Suggester"]
|
||||
path = pupy/external/Windows-Exploit-Suggester
|
||||
url = https://github.com/GDSSecurity/Windows-Exploit-Suggester
|
||||
|
@ -38,8 +34,5 @@
|
|||
path = pupy/external/Inveigh
|
||||
url = https://github.com/Kevin-Robertson/Inveigh.git
|
||||
[submodule "pupy/pupy/external/BeRoot"]
|
||||
path = pupy/pupy/external/BeRoot
|
||||
path = 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
|
||||
|
|
|
@ -9,10 +9,12 @@ When you package a payload, you can choose a launcher (connect, bind, ...), a tr
|
|||
```
|
||||
git clone https://github.com/n1nj4sec/pupy.git pupy
|
||||
cd pupy
|
||||
git checkout master
|
||||
git submodule init
|
||||
git submodule update
|
||||
pip install -r pupy/requirements.txt
|
||||
```
|
||||
note: If you checkout the unstable branch be aware the templates are not up to date, you will have to build your own pupy/payload_templates
|
||||
or [Refer to the wiki](https://github.com/n1nj4sec/pupy/wiki/Installation)
|
||||
|
||||
## Features
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d02e0a0e22d40fca86b0942f53cbc6d06704e592
|
Loading…
Reference in New Issue