{% hint style="success" %}
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 💬 Discord group or the telegram group or follow us on Twitter 🐦 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
Chromium-based browsers like Google Chrome, Microsoft Edge, Brave, and others. These browsers are built on the Chromium open-source project, which means they share a common base and, therefore, have similar functionalities and developer options.
The --load-extension
flag is used when starting a Chromium-based browser from the command line or a script. This flag allows to automatically load one or more extensions into the browser upon startup.
The --use-fake-ui-for-media-stream
flag is another command-line option that can be used to start Chromium-based browsers. This flag is designed to bypass the normal user prompts that ask for permission to access media streams from the camera and microphone. When this flag is used, the browser automatically grants permission to any website or application that requests access to the camera or microphone.
# Intercept traffic
voodoo intercept -b chrome
Find more examples in the tools links
{% hint style="success" %}
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 💬 Discord group or the telegram group or follow us on Twitter 🐦 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.