|
|
|
@ -197,6 +197,7 @@ const Wappalyzer = {
|
|
|
|
|
html,
|
|
|
|
|
css,
|
|
|
|
|
robots,
|
|
|
|
|
magento,
|
|
|
|
|
meta,
|
|
|
|
|
headers,
|
|
|
|
|
dns,
|
|
|
|
@ -222,6 +223,7 @@ const Wappalyzer = {
|
|
|
|
|
oo(technology, 'html', html),
|
|
|
|
|
oo(technology, 'css', css),
|
|
|
|
|
oo(technology, 'robots', robots),
|
|
|
|
|
oo(technology, 'magento', magento),
|
|
|
|
|
oo(technology, 'certIssuer', certIssuer),
|
|
|
|
|
om(technology, 'scripts', scripts),
|
|
|
|
|
mm(technology, 'cookies', cookies),
|
|
|
|
@ -255,6 +257,7 @@ const Wappalyzer = {
|
|
|
|
|
html,
|
|
|
|
|
css,
|
|
|
|
|
robots,
|
|
|
|
|
magento,
|
|
|
|
|
meta,
|
|
|
|
|
headers,
|
|
|
|
|
dns,
|
|
|
|
@ -295,6 +298,7 @@ const Wappalyzer = {
|
|
|
|
|
css: transform(css),
|
|
|
|
|
certIssuer: transform(certIssuer),
|
|
|
|
|
robots: transform(robots),
|
|
|
|
|
magento: transform(magento),
|
|
|
|
|
meta: transform(meta),
|
|
|
|
|
scripts: transform(scripts),
|
|
|
|
|
js: transform(js, true),
|
|
|
|
|