You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std_parser.add_argument("target", nargs="+"ifnot (module_parser.parse_known_args()[0].list_modulesormodule_parser.parse_known_args()[0].show_module_optionsorgeneric_parser.parse_known_args()[0].version) else"*", type=str, help="the target IP(s), range(s), CIDR(s), hostname(s), FQDN(s), file(s) containing a list of targets, NMap XML or .Nessus file(s)")
85
+
std_parser.add_argument("target", nargs="+"ifnot (module_parser.parse_known_args()[0].list_modulesisnotNoneormodule_parser.parse_known_args()[0].show_module_optionsorgeneric_parser.parse_known_args()[0].version) else"*", type=str, help="the target IP(s), range(s), CIDR(s), hostname(s), FQDN(s), file(s) containing a list of targets, NMap XML or .Nessus file(s)")
86
86
credential_group=std_parser.add_argument_group("Authentication", "Options for authenticating")
0 commit comments