feat(smb): allow for both --lsa and --sam

main
Marshall Hallenbeck 2023-05-21 15:47:01 -04:00
parent f9b7fd1c60
commit 5603d10ddd
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class smb(connection):
)
cgroup = smb_parser.add_argument_group("Credential Gathering", "Options for gathering credentials")
cegroup = cgroup.add_mutually_exclusive_group()
cegroup = cgroup.add_argument_group()
cegroup.add_argument("--sam", action="store_true", help="dump SAM hashes from target systems")
cegroup.add_argument("--lsa", action="store_true", help="dump LSA secrets from target systems")
cegroup.add_argument(