All Projects → Tuhinshubhra → Extanalysis

Tuhinshubhra / Extanalysis

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Extanalysis

Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+41.6%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension, firefox-extension
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (+32.19%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-56.98%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+778.35%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (-60.97%)
Mutual labels:  chrome-extension, chrome, browser, firefox, firefox-addon
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-67.24%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+1424.79%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (+9.97%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-46.15%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+5847.58%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-31.62%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-60.97%)
Mutual labels:  chrome-extension, browser, firefox, browser-extension, firefox-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-62.68%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-60.68%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+9.97%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+649.29%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-84.05%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
The Tab Of Words
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
Stars: ✭ 94 (-73.22%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, firefox-extension
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+1158.4%)
Mutual labels:  chrome-extension, chrome, browser, firefox, firefox-addon
Hackbrowserdata
Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。
Stars: ✭ 3,864 (+1000.85%)
Mutual labels:  chrome, browser, firefox, browser-extension

Logo
version Python Version GitHub stars GitHub license Twitter


FeaturesInstallationUseModules UsedScreenshotsLicense


With ExtAnalysis you can :

  • Download & Analyze Extensions From:
  • Analyze Installed Extensions of:
    • Google Chrome
    • Mozilla Firefox
    • Opera Browser (Coming Soon)
  • Upload and Scan Extensions. Supported formats:
    • .crx
    • .xpi
    • .zip

Features of ExtAnalysis :

  • View Basic Informations:
    • Name, Author, Description and Version
  • Manifest Viewer
  • In depth permission information
  • Extract Intels from files which include:
    • URLs and domains
    • IPv6 and IPv4 addresses
    • Bitcoin addresses
    • Email addresses
    • File comments
    • Base64 encoded strings
  • View and Edit files. Supported file types:
    • html
    • json
    • JavaScript
    • css
  • VirusTotal Scans For:
    • URLs
    • Domains
    • Files
  • RetireJS Vulnerability scan for JavaScript files
  • Network graph of all files and URLs
  • Reconnaissance tools for extracted URLs:
    • Whois Scan
    • HTTP headers viewer
    • URL Source viewer
    • GEO-IP location
  • Some Fun Stuffs that include:
    • Dark Mode
    • Inbuilt chiptune player (Jam on to some classic chiptune while ExtAnalysis does the work)

How do I install it?

Installing ExtAnalysis is simple! It runs on python3, so make sure python3 and python3-pip are installed and follow these steps:

$ git clone https://github.com/Tuhinshubhra/ExtAnalysis
$ cd ExtAnalysis
$ pip3 install -r requirements.txt

For proper analysis don't forget to add your virustotal api.

How do I use it?

Once the installation is done you can jump straight ahead and run ExtAnalysis by running the command: $ python3 extanalysis.py It should automatically launch ExtAnalysis in a new browser window.

For other options check out the help menu $ python3 extanalysis.py --help

usage: extanalysis.py [-h HOST] [-p PORT] [-v] [-u] [-q] [--help]

optional arguments:
  -h HOST, --host HOST  Host to run ExtAnalysis on. Default host is 127.0.0.1
  -p PORT, --port PORT  Port to run ExtAnalysis on. Default port is 13337
  -v, --version         Shows version and quits
  -u, --update          Checks for update
  -q, --quiet           Quiet mode shows only errors on cli!
  --help                Shows this help menu and exits

Docker Build

$ docker build -t extanalysis .

Docker Usage

$ docker run --rm -it -p 13337:13337 extanalysis -h 0.0.0.0

Python Modules Used:

  • flask for the webserver
  • python-whois for Whois lookup
  • maxminddb for parsing the Geo-IP database
  • requests for http headers and source code viewer

Screenshots

Main Menu Results

Contribution

You can contribute to the development of ExtAnalysis by improving some code or even reporting by bugs.

For any other queries feel free to contact me via twitter: @r3dhax0r

Below is a list of people who contributed to the development of ExtAnalysis (only pull requests!)

Contributors

WebBreacher

License and Credits

ExtAnalysis is licensed under GNU General Public License v3.0. Attribution to all the third-party libraries used can be found in the CREDITS file.


Copyright (C) 2019 - 2020 Tuhinshubhra

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].