From a529c9c6a969d25d67d1a6ef4b4144fac1ef7c44 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Fri, 25 Aug 2017 21:25:32 +0200 Subject: [PATCH] fix dep --- .gitmodules | 9 +-------- README.md | 2 ++ pupy/{pupy => }/external/BeRoot | 0 pupy/pupy/external/changeme | 1 - 4 files changed, 3 insertions(+), 9 deletions(-) rename pupy/{pupy => }/external/BeRoot (100%) delete mode 160000 pupy/pupy/external/changeme diff --git a/.gitmodules b/.gitmodules index 0cf116bc..7f9e0583 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index e0be6305..b58e1a7e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pupy/pupy/external/BeRoot b/pupy/external/BeRoot similarity index 100% rename from pupy/pupy/external/BeRoot rename to pupy/external/BeRoot diff --git a/pupy/pupy/external/changeme b/pupy/pupy/external/changeme deleted file mode 160000 index d02e0a0e..00000000 --- a/pupy/pupy/external/changeme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d02e0a0e22d40fca86b0942f53cbc6d06704e592