mirror of https://github.com/n1nj4sec/pupy.git
Merge branch 'pywerview' of https://github.com/AlessandroZ/pupy
This commit is contained in:
commit
4ef3908b5f
|
@ -8,7 +8,10 @@ __class_name__="Pywerview"
|
||||||
@config(cat="gather")
|
@config(cat="gather")
|
||||||
class Pywerview(PupyModule):
|
class Pywerview(PupyModule):
|
||||||
""" Rewriting of some PowerView's functionalities in Python """
|
""" Rewriting of some PowerView's functionalities in Python """
|
||||||
|
|
||||||
dependencies=["pywerview", "impacket", "calendar", "bs4", "pdb", "cmd", "bdb", "repr", "pprint", "htmlentitydefs", "HTMLParser", "markupbase", "OpenSSL"]
|
dependencies=["pywerview", "impacket", "calendar", "bs4", "pdb", "cmd", "bdb", "repr", "pprint", "htmlentitydefs", "HTMLParser", "markupbase", "OpenSSL"]
|
||||||
|
max_clients=1
|
||||||
|
|
||||||
def init_argparse(self):
|
def init_argparse(self):
|
||||||
|
|
||||||
# changes from original main :
|
# changes from original main :
|
||||||
|
|
Loading…
Reference in New Issue