Skip to content

Commit

Permalink
add pywerview submodule && dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Sep 27, 2016
1 parent 13c7eb3 commit d95ae0c
Show file tree
Hide file tree
Showing 156 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
[submodule "client/sources-linux/linux-inject"]
path = client/sources-linux/linux-inject
url = https://github.com/gaffe23/linux-inject.git
[submodule "pupy/external/pywerview"]
path = pupy/external/pywerview
url = https://github.com/the-useless-one/pywerview.git
1 change: 1 addition & 0 deletions pupy/external/pywerview
Submodule pywerview added at f81da1
7 changes: 2 additions & 5 deletions pupy/modules/pywerview.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@config(cat="gather")
class Pywerview(PupyModule):
""" Rewriting of some PowerView's functionalities in Python """

dependencies=["pywerview", "impacket", "unicodedata", "calendar", "bs4", "pdb", "cmd", "bdb", "repr", "pprint", "htmlentitydefs", "HTMLParser", "markupbase", "OpenSSL", "six","cryptography","enum", "_cffi_backend", "pkg_resources", "plistlib", "uu", "quopri", "ipaddress", "idna"]
def init_argparse(self):

# changes from original main :
Expand Down Expand Up @@ -335,9 +335,6 @@ def run(self, args):
if k not in ('func', 'hashes'):
parsed_args[k] = v

# load dependency
self.client.load_package("pywerview")

# call the fcorrect function
function = getattr(self.client.conn.modules['pywerview.cli.helpers'], args.func)
results = function(**parsed_args)
Expand All @@ -350,4 +347,4 @@ def run(self, args):
if '\n' in x:
print ''
except TypeError:
print results
print results
1 change: 1 addition & 0 deletions pupy/packages/all/pywerview
Binary file added pupy/packages/windows/all/OpenSSL/SSL.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/__init__.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/_util.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/crypto.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/rand.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/tsafe.pyc
Binary file not shown.
Binary file added pupy/packages/windows/all/OpenSSL/version.pyc
Binary file not shown.
Binary file added pupy/packages/windows/amd64/_cffi_backend.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pupy/packages/windows/amd64/unicodedata.pyd
Binary file not shown.
Binary file added pupy/packages/windows/x86/_cffi_backend.pyd
Binary file not shown.
Binary file added pupy/packages/windows/x86/cryptography/__about__.pyc
Binary file not shown.
Binary file added pupy/packages/windows/x86/cryptography/__init__.pyc
Binary file not shown.
Binary file not shown.
Binary file added pupy/packages/windows/x86/cryptography/fernet.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pupy/packages/windows/x86/cryptography/utils.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pupy/packages/windows/x86/unicodedata.pyd
Binary file not shown.

0 comments on commit d95ae0c

Please sign in to comment.