ExtAnalysis icon indicating copy to clipboard operation
ExtAnalysis copied to clipboard

Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels

Results 8 ExtAnalysis issues
Sort by recently updated
recently updated
newest added

How to install the plugin for Firefox in Kali Linux? I can not install it. ![Capturar](https://user-images.githubusercontent.com/3695608/112723540-e37dd500-8eed-11eb-9b13-73eec68b13c8.PNG)

question

The problem: The scan result pages are HUGE in size due to all the possible data crammed into one html file. The Solution: Load some components of the result for...

enhancement

error: python-whois module not installed! install it using `pip3 install python-whois` or `pip3 install -r requirements.txt` when pressing WHOIS button on extracted urls tab

Error happened while analyzing uBlock Origin AddOn with this URL: [https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) ERROR:root:Traceback (most recent call last):   File "E:\Projekte\ExtAnalysis\core\result.py", line 227, in savereport     graph_file_create.write(self.nodes + '\n' + self.edges)   File "C:\Users\user\scoop\apps\python\current\Lib\encodings\cp1252.py", line...

Things have changed in the latest python 3 release (`3.11`)... ```py [!] Something went wrong while reading firefox profiles.ini ERROR:root:Traceback (most recent call last): File "/home/id/.builds/firefox/ExtAnalysis/core/localextensions.py", line 179, in firefox...

Getting this error when trying to run the script python3 extanalysis.py Traceback (most recent call last): File "/home/ubuntu/Desktop/ExtAnalyser/ExtAnalysis/extanalysis.py", line 27, in from flask import Flask, request, render_template, redirect, url_for, send_from_directory...

When I run the cmd pip3 install -r requirements.txt it gives me this error: SyntaxError: invalid syntax [end of output] note: This error originates from a subprocess, and is likely...

Currently in order to scan Edge Add-ons, I have to manually download the package and then manually upload to the Analyzer. It would be nice if Edge extensions could be...