Escape meta characters

main
Elbert Alias 7 years ago
parent 4a711891fc
commit fd9c20c700

@ -657,7 +657,7 @@
22
],
"headers": {
"Server": "(?:Apache(?:$|/([\\d.]+)|[^/-])|(?:^|\b)HTTPD)\\;version:\\1"
"Server": "(?:Apache(?:$|/([\\d.]+)|[^/-])|(?:^|\\b)HTTPD)\\;version:\\1"
},
"icon": "Apache.svg",
"website": "http://apache.org"
@ -696,7 +696,7 @@
],
"headers": {
"Server": "^Apache-Coyote(/1\\.1)?$\\;version:\\1?4.1+:",
"X-Powered-By": "\bTomcat\b(?:-([\\d.]+))?\\;version:\\1"
"X-Powered-By": "\\bTomcat\\b(?:-([\\d.]+))?\\;version:\\1"
},
"icon": "Apache Tomcat.svg",
"implies": "Java",
@ -1245,7 +1245,7 @@
],
"html": [
"(?:<!--|<BR>)Copyright\\(C\\) [\\d-]+ Brother Industries",
"<TITLE>\n\\s*BROTHER "
"<TITLE>\\n\\s*BROTHER "
],
"icon": "Brother.png",
"website": "http://www.brother.com"
@ -2048,7 +2048,7 @@
],
"headers": {
"Set-Cookie": "^CraftSessionId=",
"X-Powered-By": "\bCraft CMS\b"
"X-Powered-By": "\\bCraft CMS\\b"
},
"icon": "Craft CMS.svg",
"implies": "Yii",
@ -3196,7 +3196,7 @@
"FTB_API": "",
"FTB_AddEvent": ""
},
"html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:.|\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2",
"html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:.|\\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2",
"icon": "FreeTextBox.png",
"implies": "Microsoft ASP.NET",
"website": "http://freetextbox.com"
@ -3519,7 +3519,7 @@
"Set-Cookie": "i_like_gogits="
},
"html": [
"<div class=\"ui left\">\n\\s+© \\d{4} Gogs Version: ([\\d.]+) Page:\\;version:\\1",
"<div class=\"ui left\">\\n\\s+© \\d{4} Gogs Version: ([\\d.]+) Page:\\;version:\\1",
"<button class=\"ui basic clone button\" id=\"repo-clone-ssh\" data-link=\"gogs@"
],
"icon": "gogs.png",
@ -3891,7 +3891,7 @@
22
],
"headers": {
"Server": "(?:^|[^-])\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1"
"Server": "(?:^|[^-])\\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1"
},
"website": "http://example.com"
},
@ -5409,7 +5409,7 @@
27
],
"headers": {
"X-Powered-By": "\bLua(?: ([\\d.]+))?\\;version:\\1"
"X-Powered-By": "\\bLua(?: ([\\d.]+))?\\;version:\\1"
},
"icon": "Lua.png",
"website": "http://www.lua.org"
@ -5922,7 +5922,7 @@
"cats": [
2
],
"html": "<a href=\"[^\"]+minibb[^<]+</a>[^<]+\n<!--End of copyright link",
"html": "<a href=\"[^\"]+minibb[^<]+</a>[^<]+\\n<!--End of copyright link",
"icon": "MiniBB.png",
"website": "http://www.minibb.com"
},
@ -6666,7 +6666,7 @@
50
],
"headers": {
"Set-Cookie": "\bOJSSID\b"
"Set-Cookie": "\\bOJSSID\\b"
},
"icon": "Open Journal Systems.png",
"implies": "PHP",
@ -7172,7 +7172,7 @@
27
],
"headers": {
"Server": "\bPerl\b(?: ?/?v?([\\d.]+))?\\;version:\\1"
"Server": "\\bPerl\\b(?: ?/?v?([\\d.]+))?\\;version:\\1"
},
"icon": "Perl.png",
"website": "http://perl.org"
@ -10361,7 +10361,7 @@
"webix": ""
},
"icon": "Webix.png",
"script": "\bwebix\\.js",
"script": "\\bwebix\\.js",
"website": "http://webix.com"
},
"Webs": {
@ -10483,7 +10483,7 @@
28
],
"headers": {
"Server": "\bWinCE\b"
"Server": "\\bWinCE\\b"
},
"icon": "Microsoft.svg",
"website": "http://microsoft.com"
@ -11191,7 +11191,7 @@
22
],
"headers": {
"Server": "\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1"
"Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1"
},
"implies": "HP ProCurve",
"website": "http://example.com"
@ -11248,7 +11248,7 @@
],
"icon": "git.svg",
"meta": {
"generator": "\bgit/([\\d.]+\\d)\\;version:\\1"
"generator": "\\bgit/([\\d.]+\\d)\\;version:\\1"
},
"website": "http://git-scm.com"
},
@ -11524,7 +11524,7 @@
33
],
"headers": {
"Server": "\b(?:mod_)?DAV\b(?:/([\\d.]+))?\\;version:\\1"
"Server": "\\b(?:mod_)?DAV\\b(?:/([\\d.]+))?\\;version:\\1"
},
"icon": "Apache.svg",
"implies": "Apache",
@ -11752,7 +11752,7 @@
"headers": {
"Set-Cookie": "^phpbb"
},
"html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)",
"html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)",
"icon": "phpBB.png",
"implies": "PHP",
"meta": {
@ -11949,7 +11949,7 @@
22
],
"headers": {
"Server": "\bthttpd(?:/([\\d.]+))?\\;version:\\1"
"Server": "\\bthttpd(?:/([\\d.]+))?\\;version:\\1"
},
"icon": "thttpd.png",
"website": "http://acme.com/software/thttpd"

Loading…
Cancel
Save