We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c294219 commit 864b7aeCopy full SHA for 864b7ae
1 file changed
nxc/protocols/smb/proto_args.py
@@ -19,7 +19,7 @@ def proto_args(parser, parents):
19
smb_parser.add_argument("--gen-relay-list", metavar="OUTPUT_FILE", help="outputs all hosts that don't require SMB signing to the specified file")
20
smb_parser.add_argument("--smb-timeout", help="SMB connection timeout", type=int, default=2)
21
smb_parser.add_argument("--laps", dest="laps", metavar="LAPS", type=str, help="LAPS authentification", nargs="?", const="administrator")
22
- smb_parser.add_argument("--generate-hosts-file", type=str, help="IP for the remote system to connect back to")
+ smb_parser.add_argument("--generate-hosts-file", type=str, help="Generate a hosts file like from a range of IP")
23
self_delegate_arg.make_required = [delegate_arg]
24
25
cred_gathering_group = smb_parser.add_argument_group("Credential Gathering", "Options for gathering credentials")
0 commit comments