update
@ -9,7 +9,7 @@ ENV WAPPALYZER_NODE_PATH /home/wappalyzer/node
# Install packages
RUN apt-get update && apt-get install -y curl nodejs npm zip
RUN apt-get update && apt-get install -y curl nodejs npm zip libfreetype6 libfontconfig
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN ln -s /usr/bin/nodejs /usr/bin/node
@ -2547,6 +2547,17 @@
},
"website": "impresspages.org"
"INFOnline": {
"cats": [
10
],
"env": [
"^szmvars$",
"^iam_data$"
"script": "^https?://(?:[^/]+\\.)?i(?:oam|v)wbox\\.de/",
"website": "infonline.de"
"InProces": {
1
@ -5870,7 +5881,7 @@
"script": [
"vue(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"/([\\d.]+)/vue(\\.min)?\\.js\\;version:\\1",
"vue.*\\.js"
"vue.*\\.js;\\confidence:20"
"website": "vuejs.org"
After
Width: | Height: | Size: 1.4 KiB
@ -89,7 +89,7 @@ var wappalyzer = (function() {
}
// Replace back references
version = version.replace('\\' + i, match ? match : '');
version = version.replace(new RegExp('\\\\' + i, 'g'), match ? match : '');
});
if ( version && this.versions.indexOf(version) < 0 ) {