Skip to content

Commit a4e9ef2

Browse files
authored
Update proto_args.py
Signed-off-by: Fabrizzio53 <88493503+Fabrizzio53@users.noreply.github.com>
1 parent ddb89b9 commit a4e9ef2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nxc/protocols/ldap/proto_args.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def proto_args(parser, parents):
3333

3434
bgroup = ldap_parser.add_argument_group("Bloodhound Scan", "Options to play with Bloodhoud")
3535
bgroup.add_argument("--bloodhound", action="store_true", help="Perform a Bloodhound scan")
36-
bgroup.add_argument("-ns", "--nameserver", help="Custom DNS IP")
3736
bgroup.add_argument("-c", "--collection", default="Collection", help="Which information to collect. Supported: Group, LocalAdmin, Session, Trusts, Default, DCOnly, DCOM, RDP, PSRemote, LoggedOn, Container, ObjectProps, ACL, All. You can specify more than one by separating them with a comma")
3837

39-
return parser
38+
return parser

0 commit comments

Comments
 (0)