This commit is contained in:
Carlos Polop
2026-01-18 12:44:12 +01:00
parent d925f6f442
commit df0aaa9a31

View File

@@ -83,6 +83,10 @@ aws-vault login jonsmith # Open a browser logged as jonsmith
> [!NOTE]
> You can also use **aws-vault** to obtain an **browser console session**
### From Web Console to IAM Creds
The browser extension **<https://github.com/AI-redteam/clier>** is capable of intercepting from the network IAM credentials before they are protected in the memory of the browser.
### **Bypass User-Agent restrictions from Python**
If there is a **restriction to perform certain actions based on the user agent** used (like restricting the use of python boto3 library based on the user agent) it's possible to use the previous technique to **connect to the web console via a browser**, or you could directly **modify the boto3 user-agent** by doing: