Skip to content

Commit 864b7ae

Browse files
committed
fix proto help
1 parent c294219 commit 864b7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb/proto_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def proto_args(parser, parents):
1919
smb_parser.add_argument("--gen-relay-list", metavar="OUTPUT_FILE", help="outputs all hosts that don't require SMB signing to the specified file")
2020
smb_parser.add_argument("--smb-timeout", help="SMB connection timeout", type=int, default=2)
2121
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")
22+
smb_parser.add_argument("--generate-hosts-file", type=str, help="Generate a hosts file like from a range of IP")
2323
self_delegate_arg.make_required = [delegate_arg]
2424

2525
cred_gathering_group = smb_parser.add_argument_group("Credential Gathering", "Options for gathering credentials")

0 commit comments

Comments
 (0)