Add Microsoft 365, Emarsys detection

main
Elbert Alias 4 years ago
parent 42ea89947b
commit f518a2b47d

@ -157,6 +157,8 @@ class Driver {
try { try {
this.browser = await puppeteer.launch({ this.browser = await puppeteer.launch({
ignoreHTTPSErrors: true,
acceptInsecureCerts: true,
args: chromiumArgs, args: chromiumArgs,
executablePath: await chromiumBin, executablePath: await chromiumBin,
}) })
@ -377,7 +379,7 @@ class Site {
this.onDetect(analyze({ headers, certIssuer })) this.onDetect(analyze({ headers, certIssuer }))
await this.emit('response', { page, response }) await this.emit('response', { page, response, headers, certIssuer })
} }
} }
} catch (error) { } catch (error) {
@ -738,6 +740,7 @@ class Site {
meta, meta,
js, js,
links: reducedLinks, links: reducedLinks,
dns: this.dns,
}) })
await page.close() await page.close()

@ -0,0 +1,6 @@
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.73 17.01V22.68L5 17.01V11.34L17.73 17.01Z" fill="#40877E"/>
<path d="M30.47 5.67L5 17.01V11.34L30.47 0V5.67Z" fill="#32D17E"/>
<path d="M17.73 17.01V22.68L30.47 17.01V11.34L17.73 17.01Z" fill="#D9E506"/>
<path d="M11.37 31.18V36.85L30.47 28.35V22.68L11.37 31.18Z" fill="#6984D1"/>
</svg>

After

Width:  |  Height:  |  Size: 397 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

@ -1095,6 +1095,20 @@
"icon": "Google Workspace.svg", "icon": "Google Workspace.svg",
"website": "https://workspace.google.com/" "website": "https://workspace.google.com/"
}, },
"Microsoft 365": {
"cats": [
30,
61
],
"description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.",
"dns": {
"MX": [
"outlook\\.com"
]
},
"icon": "Microsoft 365.svg",
"website": "https://www.microsoft.com/microsoft-365"
},
"Amazon Cloudfront": { "Amazon Cloudfront": {
"cats": [ "cats": [
31 31
@ -7176,7 +7190,6 @@
"cats": [ "cats": [
41, 41,
6, 6,
5
], ],
"description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.",
"icon": "Klarna.svg", "icon": "Klarna.svg",
@ -10175,6 +10188,18 @@
}, },
"website": "https://www.pipedrive.com/" "website": "https://www.pipedrive.com/"
}, },
"Emarsys": {
"cats": [
32,
61
],
"description": "Emarsys is a cloud-based B2C marketing platform.",
"icon": "Emarsys.svg",
"js": {
"ScarabQueue": ""
},
"website": "https://emarsys.com/"
},
"Planet": { "Planet": {
"cats": [ "cats": [
49 49

Loading…
Cancel
Save