Module will work if impacket available

This commit is contained in:
Oleksii Shevchuk 2017-03-17 10:54:19 +02:00
parent f1199584d2
commit e7ced57d7d
1 changed files with 1 additions and 1 deletions

View File

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