Files
OneForAll-mirror/data/rules/whatweb/mark-of-the-web.json
T
2020-07-29 00:02:06 +08:00

13 lines
567 B
JSON

{
"name": "Mark-of-the-Web",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The MOTW is a comment added to the HTML markup for a Web page. When a user opens the Web page from their local machine, Internet Explorer references this comment to determine the security zone in which it should run the page.",
"website": "http://msdn.microsoft.com/en-us/library/ms537628%28v=vs.85%29.aspx",
"matches": [
{
"regexp": "(?-mix:<!-- saved from url=\\([\\d]+\\)([^>]+) -->[\\r\\n])"
}
]
}