Files
OneForAll-mirror/data/rules/whatweb/simple-phishing-toolkit.json
T
2020-07-29 00:02:06 +08:00

24 lines
1.0 KiB
JSON

{
"name": "Simple-Phishing-Toolkit",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Simple Phishing Toolkit (SPT)",
"website": "http://www.sptoolkit.com/project/",
"matches": [
{
"text": "<div id=\"browser_warning\">You are running a web browser that has not been tested...Try the latest version of <a href=\"http://google.com/chrome\">Google Chrome</a>, <a href=\"http://microsoft.com/ie\">Microsoft Internet Explorer</a> or <a href=\"http://mozilla.org/firefox\">Mozilla Firefox</a></div>"
},
{
"text": "<meta name=\"description\" content=\"welcome to spt - simple phishing toolkit. spt is a super simple but powerful phishing toolkit.\" />"
},
{
"certainty": 75,
"text": "<title>spt - simple phishing toolkit</title>"
},
{
"regexp": "(?-mix:<span id=\"spt\"><a href=\"http:\\/\\/www\\.sptoolkit\\.com\\/download\\/\" target=\"_blank\">v([^\\s^<]+))",
"offset": 1
}
]
}