(example:example)> modules run exploit_service_account_keys --create --sa test@example.com --assume
E0000 00:00:1767794322.742157 186 alts_credentials.cc:93] ALTS creds ignored. Not running on GCP and untrusted ALTS is not enabled.
[X] A generic occured while executing the module. See details below:
Traceback (most recent call last):
File "/usr/src/gcpwn/module_actions.py", line 118, in interact_with_module
callback = module.run_module(module_args, session, first_run = first_run, last_run = last_run, output_format = output_format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/gcpwn/Modules/IAM/Exploit/exploit_service_account_keys.py", line 74, in run_module
project_id = full_sa_name.split("/")[1]
~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
(example:example)> modules run exploit_service_account_keys --create --sa test@example.com --assume
E0000 00:00:1767794322.742157 186 alts_credentials.cc:93] ALTS creds ignored. Not running on GCP and untrusted ALTS is not enabled.
[X] A generic occured while executing the module. See details below:
Traceback (most recent call last):
File "/usr/src/gcpwn/module_actions.py", line 118, in interact_with_module
callback = module.run_module(module_args, session, first_run = first_run, last_run = last_run, output_format = output_format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/gcpwn/Modules/IAM/Exploit/exploit_service_account_keys.py", line 74, in run_module
project_id = full_sa_name.split("/")[1]
~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range