From e3b38e36397c0a80d483b3932efad26108991d73 Mon Sep 17 00:00:00 2001 From: Alessandro ZANNI Date: Wed, 2 Nov 2016 16:34:09 +0100 Subject: [PATCH] pywerview limited to one host only --- pupy/modules/pywerview.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pupy/modules/pywerview.py b/pupy/modules/pywerview.py index fa445fe1..a0437107 100644 --- a/pupy/modules/pywerview.py +++ b/pupy/modules/pywerview.py @@ -8,7 +8,10 @@ __class_name__="Pywerview" @config(cat="gather") class Pywerview(PupyModule): """ Rewriting of some PowerView's functionalities in Python """ + dependencies=["pywerview", "impacket", "calendar", "bs4", "pdb", "cmd", "bdb", "repr", "pprint", "htmlentitydefs", "HTMLParser", "markupbase", "OpenSSL"] + max_clients=1 + def init_argparse(self): # changes from original main :