Browsers Extensions Finder (BEXfinder) is a portable and cross-platform (Windows, Linux and MacOS) command-line tool to find out all web browsers (Google Chrome, Microsoft Edge, Brave Browser, Mozilla FireFox, Opera, etc.) extensions installed on system.
Currently Supported Browsers:
- Google Chrome
- Microsoft Edge
- Brave Browser
- Vivaldi
- Mozilla FireFox
- Opera Browser
More are coming...
Please feel free to contribute to this project. If you have an idea or improvement issue a pull request!
This tool is a PoC (Proof of Concept) and does not guarantee results. This tool is only for academic purposes and testing under controlled environments. The author bears no responsibility for any misuse of the tool.
Example: On Linux, to retrive all browsers extensions found on the system, run:
./bexfinder all
Example: On Linux system, to check if the extensions/plugins from the official websites:
./bexfinder chrome --check
To install the dependencies used by BEXfinder and run it:
go install
go run main.go
ch4meleon@protonmail-dot-com