PhishDetector - True Phishing Detection

A Rule-Based phishing attack detector for Online-Banking web sites

Qu'est-ce que PhishDetector - True Phishing Detection ?

PhishDetector - True Phishing Detection est une extension Chrome développée par Mahmood Moghimi, et sa fonction principale est "A Rule-Based phishing attack detector for Online-Banking web sites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PhishDetector - True Phishing Detection

Téléchargez les fichiers d'extension PhishDetector - True Phishing Detection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A powerful extension to detect phishing attacks in Online-Banking web sites. It is a rule-based system that analyses the webpage content to identify phishing attacks. PhishDetector has the ability to detect online-banking phishing scams quickly with zero false negative alarm. For accurate result, it is recommended to use this extension for your Online-Banking web pages only.                    

Informations de Base sur l'Extension

Nom PhishDetector - True Phishing Detection PhishDetector - True Phishing Detection
ID kgecldbalfgmgelepbblodfoogmjdgmj
URL Officiel https://chromewebstore.google.com/detail/phishdetector-true-phishi/kgecldbalfgmgelepbblodfoogmjdgmj
Description A Rule-Based phishing attack detector for Online-Banking web sites
Taille du Fichier 117 KB
Nombre d'Installations 3,051
Version Actuelle 1.3.6
Dernière Mise à Jour 2021-12-31
Date de Publication 2019-07-13
Évaluation 4.67/5 Total 3 Évaluations
Développeur Mahmood Moghimi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.moghimi.net/phishdetector
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mahmood Moghimi, m.moghimi[at]modares.ac.ir",
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon38.png",
        "default_popup": "popup.html",
        "default_title": "Phishing Detector"
    },
    "content_scripts": [
        {
            "js": [
                "js\/endScript.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/moghimi.net\/works\/PhishDetector",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "96": "img\/icon96.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "offline_enabled": false,
    "short_name": "__MSG_appShortName__",
    "version": "1.3.6"
}