mallorybowes / chrome-mal-ids

Effort to list and aggregate known malicious Google Chrome Extension IDs
49 stars 14 forks source link

Powershell support #20

Open adamcysec opened 1 year ago

adamcysec commented 1 year ago

Created Powershell script for Windows.

I took a different approach with scanning. Instead of enumerating the entire current-list-meta.csv, I enumerate the current installed extensions and evaluate if they exist in the CSV. The script can scan all users or the current user on the system.

Use PS command Get-Help Scan-ChromeExtensions.ps1 -ShowWindow to view the help file with usage examples.