add basic, digest, spnego, ntlm and kerberos headers

main
Eloy Pérez 4 years ago
parent ed412eaeed
commit c9144906fe

@ -2492,6 +2492,16 @@
"scripts": "thebase\\.in/js", "scripts": "thebase\\.in/js",
"website": "https://thebase.in" "website": "https://thebase.in"
}, },
"Basic": {
"cats": [
16
],
"description": "Basic is an authetication method used by some web servers.",
"headers":{
"WWW-Authenticate": "^Basic"
},
"website": "https://tools.ietf.org/html/rfc7617"
},
"Big Cartel": { "Big Cartel": {
"cats": [ "cats": [
6 6
@ -4675,6 +4685,16 @@
}, },
"website": "https://derak.cloud" "website": "https://derak.cloud"
}, },
"Digest": {
"cats": [
16
],
"description": "Digest is an authentication method based on a MD5 hash used by web servers.",
"headers": {
"WWW-Authenticate": "^Digest"
},
"website": "https://tools.ietf.org/html/rfc7616"
},
"DHTMLX": { "DHTMLX": {
"cats": [ "cats": [
59 59
@ -9157,6 +9177,16 @@
"scripts": "/CMSPages/GetResource\\.ashx", "scripts": "/CMSPages/GetResource\\.ashx",
"website": "http://www.kentico.com" "website": "http://www.kentico.com"
}, },
"Kerberos": {
"cats": [
16
],
"description": "Kerberos is an authentication method commonly used by Windows servers",
"headers": {
"WWW-Authenticate": "^Kerberos"
},
"website": "https://tools.ietf.org/html/rfc4559"
},
"Kestrel": { "Kestrel": {
"cats": [ "cats": [
22 22
@ -11641,6 +11671,16 @@
}, },
"website": "https://www.digital.nsw.gov.au/digital-design-system" "website": "https://www.digital.nsw.gov.au/digital-design-system"
}, },
"NTLM": {
"cats": [
16
],
"description": "NTLM is an authentication method commonly used by Windows servers",
"headers": {
"WWW-Authenticate": "^NTLM"
},
"website": "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ntht/"
},
"NVD3": { "NVD3": {
"cats": [ "cats": [
25 25
@ -14997,6 +15037,16 @@
"scripts": "www\\.semrush\\.com", "scripts": "www\\.semrush\\.com",
"website": "https://www.semrush.com" "website": "https://www.semrush.com"
}, },
"SPNEGO": {
"cats": [
16
],
"description": "SPNEGO is an authentication method commonly used in Windows servers to allow NTLM or Kerberos authentication",
"headers": {
"WWW-Authenticate": "^Negotiate"
},
"website": "https://tools.ietf.org/html/rfc4559"
},
"SIMsite": { "SIMsite": {
"cats": [ "cats": [
1 1
@ -21656,4 +21706,4 @@
"website": "https://www.xt-commerce.com" "website": "https://www.xt-commerce.com"
} }
} }
} }