PERS - The Passive Expired Resource Scanner

PERS - The Passive Expired Resource Scanner

A passive scanning tool for finding expired domain vulnerabilites while you browse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PERS - The Passive Expired Resource Scanner",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "A passive scanning tool for finding expired domain vulnerabilites while you browse.",
  "homepage_url": "https://thehackerblog.com/",
  "content_security_policy": "default-src 'self' https://thehackerblog.com; style-src * https://fonts.googleapis.com; img-src *; font-src *; connect-src *;",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}