Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Aug 25, 2017
1 parent d5abb57 commit a529c9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pupy/pupy/external/changeme
Submodule changeme deleted from d02e0a

0 comments on commit a529c9c

Please sign in to comment.