Add DocuSign detection

main
Elbert Alias 4 years ago
parent bb09440df2
commit 51833732f3

@ -0,0 +1,7 @@
<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path fill="#D6FB00" d="M0 0h60v60H0z"/>
<path fill="#000" d="M8 46h44v6H8zM27 8h6v31h-6z"/>
<path d="M18.5 27.5l11 11 11-11" stroke="#000" stroke-width="6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 286 B

@ -3382,14 +3382,11 @@
6 6
], ],
"description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.", "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
"html": [ "dom": {
"<a[^>]*href=[^>]*/Cart", "a[href*='/cart'], a[href*='/basket'], a[href*='/trolley'], a[href*='/bag'], a[href*='/shoppingbag'], a[href*='/checkout'], [aria-controls='cart']": {
"<a[^>]*href=[^>]*/Basket", "text": ""
"<a[^>]*href=[^>]*/Trolley", }
"<a[^>]*href=[^>]*/Bag", },
"<a[^>]*href=[^>]*/ShoppingBag",
"<a[^>]*href=[^>]*/Checkout"
],
"icon": "Cart-generic.svg", "icon": "Cart-generic.svg",
"website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality" "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality"
}, },
@ -10972,6 +10969,22 @@
"scripts": "mvga\\.js", "scripts": "mvga\\.js",
"website": "http://www.miva.com" "website": "http://www.miva.com"
}, },
"DocuSign": {
"cats": [
19
],
"description": "DocuSign allows organizations to manage electronic agreements.",
"icon": "DocuSign.svg",
"dns": {
"TXT": [
"docusign"
]
},
"xhr": "docusign\\.net",
"saas": true,
"pricing": ["low", "recurring"],
"website": "https://www.docusign.com"
},
"Mixpanel": { "Mixpanel": {
"cats": [ "cats": [
10 10
@ -10981,6 +10994,11 @@
"js": { "js": {
"mixpanel": "" "mixpanel": ""
}, },
"dns": {
"TXT": [
"mixpanel-domain-verify"
]
},
"scripts": [ "scripts": [
"cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1", "cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1",
"api\\.mixpanel\\.com/track" "api\\.mixpanel\\.com/track"