This commit is contained in:
n1nj4sec 2016-11-17 20:16:10 +01:00
commit 4ef3908b5f
1 changed files with 3 additions and 0 deletions

View File

@ -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 :