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
Hello,
Just to inform you that you made a small typo mistake in one of your exploit script : res = service.projects().serviceAccounts().generateAccessToken(name=f'projects/-/serviceAccounts/{svc_acccount["email"]}', body=body).execute()
on line 38
Should be
res = service.projects().serviceAccounts().generateAccessToken(name=f'projects/-/serviceAccounts/{svc_account["email"]}', body=body).execute()
Nothing bad
Have a nice day
The text was updated successfully, but these errors were encountered:
Hello,
Just to inform you that you made a small typo mistake in one of your exploit script :
res = service.projects().serviceAccounts().generateAccessToken(name=f'projects/-/serviceAccounts/{svc_acccount["email"]}', body=body).execute()
on line 38
Should be
res = service.projects().serviceAccounts().generateAccessToken(name=f'projects/-/serviceAccounts/{svc_account["email"]}', body=body).execute()
Nothing bad
Have a nice day
The text was updated successfully, but these errors were encountered: