Rename Contens to Contensis

main
Elbert Alias 6 years ago
parent 9ce95a665d
commit da42ffa47a

@ -2049,11 +2049,11 @@
},
"website": "http://contenido.org/en"
},
"Contens": {
"Contensis": {
"cats": [
1
],
"icon": "Contens.png",
"icon": "Contensis.png",
"implies": [
"Java",
"CFML"
@ -2061,7 +2061,7 @@
"meta": {
"generator": "Contensis CMS Version ([\\d.]+)\\;version:\\1"
},
"website": "http://www.contens.com/en/pub/index.cfm"
"website": "https://zengenti.com/en-gb/products/contensis"
},
"ContentBox": {
"cats": [
@ -2772,7 +2772,7 @@
"website": "http://www.ec-cube.net"
},
"Elementor": {
"cats": [
"cats": [
1,
11,
51
@ -2783,7 +2783,7 @@
"<link [^>]*href=(?:\"|')[^\"']*elementor/assets",
"<link [^>]*href=(?:\"|')[^\"']*uploads/elementor/css"
],
"js": {
"js": {
"elementorFrontend.getElements": ""
},
"script": "elementor/assets/js/[^/]+\\.js\\?ver=([\\d.]+)$\\;version:\\1",

@ -32,6 +32,10 @@ do {
const wappalyzer = new Wappalyzer(url, options);
wappalyzer.log = (message) => {
process.stdout.write('xx');
};
wappalyzer.analyze()
.then((json) => {
process.stdout.write(`${JSON.stringify(json)}\n`);

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 100 B

Loading…
Cancel
Save