Add Dropbox detection, add Skai detection

main
Elbert Alias 3 years ago
parent 30165baac8
commit d6c32b085e

@ -1081,6 +1081,8 @@ class Site {
return dns return dns
}, {}) }, {})
console.log(dnsRecords)
this.log( this.log(
`Probe DNS ok: (${Object.values(dnsRecords).flat().length} records)` `Probe DNS ok: (${Object.values(dnsRecords).flat().length} records)`
) )

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="43px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 40" version="1.1" height="40px">
<path d="m12.5 0l-12.5 8.1 8.7 7 12.5-7.8-8.7-7.3zm-12.5 21.9l12.5 8.2 8.7-7.3-12.5-7.7-8.7 6.8zm21.2 0.9l8.8 7.3 12.4-8.1-8.6-6.9-12.6 7.7zm21.2-14.7l-12.4-8.1-8.8 7.3 12.6 7.8 8.6-7zm-21.1 16.3l-8.8 7.3-3.7-2.5v2.8l12.5 7.5 12.5-7.5v-2.8l-3.8 2.5-8.7-7.3z" fill="#007EE5"/>
</svg>

After

Width:  |  Height:  |  Size: 440 B

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71.1 71.1"><defs><style>.cls-1{fill:#111428}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M18 51.73C18 44.11 1.33 43.49.09 33.11 0 33.92 0 34.73 0 35.55a35.38 35.38 0 0 0 6 19.74 9.73 9.73 0 0 0 5.33 1.62C15 56.91 18 55 18 51.73z" class="cls-1"/><path d="M67.06 52a35.59 35.59 0 0 0 1.18-30.45l-11.53 11c.94-5.32-2.16-9.64-7.84-11.08h19.35A35.55 35.55 0 0 0 .85 27.85c1.74-3.9 6.11-6.34 12-6.34h11.62v8.2c-4-5.68-7.26-7.62-11.08-7.62-3.38 0-5.54 1.65-5.54 4.38 0 9 19.5 7.05 19.5 20.65 0 6.62-4.6 10.36-13.24 10.36H7.58a35.53 35.53 0 0 0 55.94 0h-5.08l-10.94-15 7.27-7zm-23 5.47H33.84V14.24l10-11.59c.13-.15.24-.11.24.09z" class="cls-1"/></g></g></svg>

After

Width:  |  Height:  |  Size: 757 B

@ -1293,5 +1293,15 @@
}, },
"scriptSrc": "deepMiner\\.js", "scriptSrc": "deepMiner\\.js",
"website": "https://github.com/deepwn/deepMiner" "website": "https://github.com/deepwn/deepMiner"
},
"Dropbox": {
"cats": [
95
],
"dns": {
"TXT": "dropbox-domain-verification"
},
"icon": "Dropbox.svg",
"website": "https://www.dropbox.com"
} }
} }

@ -764,7 +764,7 @@
"saas": true, "saas": true,
"website": "https://errorception.com" "website": "https://errorception.com"
}, },
"eShop eCommerce": { "e-Shop Commerce": {
"cats": [ "cats": [
6 6
], ],

@ -4804,5 +4804,17 @@
"styled": "" "styled": ""
}, },
"website": "https://styled-components.com" "website": "https://styled-components.com"
},
"Skai": {
"cats": [
10
],
"description": "Skai (formerly Kenshoo) is a marketing activation solution for brands and agencies.",
"icon": "Skai.svg",
"js": {
"Ktag_Constants": ""
},
"scripts": "\\.xg4ken\\.com",
"website": "https://skai.io"
} }
} }

@ -870,7 +870,7 @@
52 52
], ],
"description": "WhatsApp Business is a free to download app available on Android and iPhone using which businesses can connect with their customers.", "description": "WhatsApp Business is a free to download app available on Android and iPhone using which businesses can connect with their customers.",
"dom": "link[href*='api.whatsapp.com/send'], link[href*='wa.me/'], div[class*='wptwa-container'], a[href*='wa.link'][target='_blank']", "dom": "a[href*='api.whatsapp.com/send'], a[href*='wa.me/'], div[class*='wptwa-container'], a[href*='wa.link'][target='_blank']",
"icon": "WhatsApp.svg", "icon": "WhatsApp.svg",
"website": "https://www.whatsapp.com/business" "website": "https://www.whatsapp.com/business"
}, },

Loading…
Cancel
Save