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
I receive the following error when I run iam__privesc_scan
raceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1781, in run_gui
self.idle()
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1660, in idle
self.idle()
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1658, in idle
self.parse_command(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 649, in parse_command
self.parse_exec_module_command(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 811, in parse_exec_module_command
self.exec_module(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1040, in exec_module
summary_data = module.main(command[2:], self)
File "/usr/local/lib/python3.7/site-packages/pacu/modules/iam__privesc_scan/main.py", line 509, in main
for target_perm in target['Permissions'][effect].keys(): <class 'AttributeError'>: 'list' object has no attribute 'keys'
The text was updated successfully, but these errors were encountered:
The permission enumeration module has been updated recently to use a different parsing method. Could you grab the latest version of Pacu and try this again to see if it fixed the issue?
I receive the following error when I run iam__privesc_scan
raceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1781, in run_gui
self.idle()
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1660, in idle
self.idle()
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1658, in idle
self.parse_command(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 649, in parse_command
self.parse_exec_module_command(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 811, in parse_exec_module_command
self.exec_module(command)
File "/usr/local/lib/python3.7/site-packages/pacu/main.py", line 1040, in exec_module
summary_data = module.main(command[2:], self)
File "/usr/local/lib/python3.7/site-packages/pacu/modules/iam__privesc_scan/main.py", line 509, in main
for target_perm in target['Permissions'][effect].keys():
<class 'AttributeError'>: 'list' object has no attribute 'keys'
The text was updated successfully, but these errors were encountered: