mirror of https://github.com/n1nj4sec/pupy.git
Module will work if impacket available
This commit is contained in:
parent
f1199584d2
commit
e7ced57d7d
|
@ -5,7 +5,7 @@ from netaddr import *
|
||||||
|
|
||||||
__class_name__="Rdp"
|
__class_name__="Rdp"
|
||||||
|
|
||||||
@config(cat="admin", compat="windows")
|
@config(cat="admin")
|
||||||
class Rdp(PupyModule):
|
class Rdp(PupyModule):
|
||||||
""" Enable / Disable rdp connection or check for valid credentials on a remote host """
|
""" Enable / Disable rdp connection or check for valid credentials on a remote host """
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue