Update winrm.py
parent
7202fd8a46
commit
71bbe5fae0
|
@ -37,7 +37,7 @@ class winrm(connection):
|
|||
winrm_parser.add_argument("--no-bruteforce", action='store_true', help='No spray when using file for username and password (user1 => password1, user2 => password2')
|
||||
winrm_parser.add_argument("--continue-on-success", action='store_true', help="continues authentication attempts even after successes")
|
||||
winrm_parser.add_argument("--port", type=int, default=0, help="Custom WinRM port")
|
||||
winrm_parser.add_argument("-S", '--ssl', action='store_true', help="Connect to SSL Enabled WINRM")
|
||||
winrm_parser.add_argument("--ssl", action='store_true', help="Connect to SSL Enabled WINRM")
|
||||
winrm_parser.add_argument("--ignore-ssl-cert", action='store_true', help="Ignore Certificate Verification")
|
||||
winrm_parser.add_argument("--laps", dest='laps', metavar="LAPS", type=str, help="LAPS authentification", nargs='?', const='administrator')
|
||||
dgroup = winrm_parser.add_mutually_exclusive_group()
|
||||
|
|
Loading…
Reference in New Issue