gMSADumper icon indicating copy to clipboard operation
gMSADumper copied to clipboard

IndexError: list index out of range

Open ps1c00 opened this issue 7 months ago • 2 comments

python gMSADumper.py -d local.com -u '*' -p '' Users or groups who can read password for QLIK3$: Traceback (most recent call last): File "/opt/Tools/gMSADumper/gMSADumper.py", line 133, in main() File "/opt/Tools/gMSADumper/gMSADumper.py", line 101, in main for dacl in SR_SECURITY_DESCRIPTOR(data=entry['msDS-GroupMSAMembership'].raw_values[0])['Dacl']['Data']: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range

ps1c00 avatar Jul 03 '24 03:07 ps1c00