Rename Contens to Contensis

main
Elbert Alias 6 years ago
parent 9ce95a665d
commit da42ffa47a

@ -2049,11 +2049,11 @@
}, },
"website": "http://contenido.org/en" "website": "http://contenido.org/en"
}, },
"Contens": { "Contensis": {
"cats": [ "cats": [
1 1
], ],
"icon": "Contens.png", "icon": "Contensis.png",
"implies": [ "implies": [
"Java", "Java",
"CFML" "CFML"
@ -2061,7 +2061,7 @@
"meta": { "meta": {
"generator": "Contensis CMS Version ([\\d.]+)\\;version:\\1" "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": { "ContentBox": {
"cats": [ "cats": [

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

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 100 B

Loading…
Cancel
Save