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
cgroup.add_argument("--lsa", action="store_true", help="dump LSA secrets from target systems")
23
23
cgroup.add_argument("--ntds", choices={"vss", "drsuapi"}, nargs="?", const="drsuapi", help="dump the NTDS.dit from target DCs using the specifed method\n(default: drsuapi)")
24
24
cgroup.add_argument("--dpapi", choices={"cookies", "nosystem"}, nargs="*", help='dump DPAPI secrets from target systems, can dump cookies if you add "cookies", will not dump SYSTEM dpapi if you add nosystem\n')
25
-
cgroup.add_argument("--sccm", action="store_true", help="dump SCCM secrets from target systems")
25
+
cgroup.add_argument("--sccm", choices={"wmi","disk"}, nargs="?", const="disk", help="dump SCCM secrets from target systems")
26
26
27
27
ngroup=smb_parser.add_argument_group("Credential Gathering", "Options for gathering credentials")
28
28
ngroup.add_argument("--mkfile", action="store", help="DPAPI option. File with masterkeys in form of {GUID}:SHA1")
0 commit comments