pywerview limited to one host only

This commit is contained in:
Alessandro ZANNI 2016-11-02 16:34:09 +01:00
parent 35479a0f0b
commit e3b38e3639
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 :