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
Pacu (*****:from_default-(*****:) > exec dynamodb__enum
Running module dynamodb__enum...
[dynamodb__enum] Starting region us-east-2...
[dynamodb__enum] Enumerating info for table: A*****:
[dynamodb__enum] FAILURE:
[dynamodb__enum] MISSING NEEDED PERMISSIONS
[dynamodb__enum] Enumerating info for table: U*****
[dynamodb__enum] FAILURE:
[dynamodb__enum] MISSING NEEDED PERMISSIONS
[dynamodb__enum] dynamodb__enum completed.
[dynamodb__enum] MODULE SUMMARY:
2 tables found in us-east-2. View more information in the DB
Pacu (*****:from_default-*****) > exec dynamodb__enum --dump
Running module dynamodb__enum...
[dynamodb__enum] Starting region us-east-2...
[dynamodb__enum] Enumerating info for table: A*****
[dynamodb__enum] FAILURE:
[dynamodb__enum] MISSING NEEDED PERMISSIONS
[dynamodb__enum] Downloading data and finding secrets for table: A*****
[2025-02-01 23:19:38] Pacu encountered an error while running the previous command. Check /root/.local/share/pacu/*****/error_log.txt for technical details. [LOG LEVEL: MINIMAL]
<class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/usr/src/pacu/sessions/*****/downloads/dynamodb_table_dump_1738451977.5909755'
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1827, in run_gui
self.idle()
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1683, in idle
self.idle()
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1683, in idle
self.idle()
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1683, in idle
self.idle()
[Previous line repeated 3 more times]
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1681, in idle
self.parse_command(command)
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 600, in parse_command
self.parse_exec_module_command(command)
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 786, in parse_exec_module_command
self.exec_module(command)
File "/usr/local/lib/python3.9/site-packages/pacu/main.py", line 1003, in exec_module
summary_data = module.main(command[2:], self)
File "/usr/local/lib/python3.9/site-packages/pacu/modules/dynamodb__enum/main.py", line 133, in main
writeTableData(summary_data['dump_path'], table, dump)
File "/usr/local/lib/python3.9/site-packages/pacu/modules/dynamodb__enum/main.py", line 160, in writeTableData
os.mkdir(directory)
<class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/usr/src/pacu/sessions/*****/downloads/dynamodb_table_dump_1738451977.5909755'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: