8000 GitHub - 2357gi/chrome-extension-tools: This repository contains various scripts and resources that assist in the identifying Chrome extension versions, and searching Chrome local storage for potentially malicious entries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository contains various scripts and resources that assist in the identifying Chrome extension versions, and searching Chrome local storage for potentially malicious entries

Notifications You must be signed in to change notification settings

2357gi/chrome-extension-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

chrome-extension-checks

This repository contains various scripts and resources that assist in the identifying Chrome extension versions, and searching Chrome local storage for potentially malicious entries

Requirements:

This script requires jq. If jq isn’t installed, you can install it on macOS using Homebrew:

brew install jq

Check if jq is installed with:

jq --version

scan_wrapper.sh

This script, scan_wrapper.sh, checks all browser extensions installed on your machine. If it finds any malicious code or suspicious artifacts in the extensions' local storage, it will print out the names of those extensions. If everything's clean, it won't output anything

To run the script, just copy and paste this command into your terminal:

curl -sL https://raw.githubusercontent.com/CyberhavenInc/chrome-extension-tools/main/chrome-extensions-scanner/scan_wrapper.sh | bash -s

About

This repository contains various scripts and resources that assist in the identifying Chrome extension versions, and searching Chrome local storage for potentially malicious entries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.9%
  • PowerShell 32.1%
0