mallorybowes / chrome-mal-ids

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

Powershell support #19

Closed adamcysec closed 1 year ago

adamcysec commented 1 year ago

Created Powershell script Scan-ChromeExtensions.ps1 to utilize current-list-meta.csv.

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. This 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.

adamcysec commented 1 year ago

Need to fix a bug.. I will make another pull request soon