All-in-one free web application security tool. Web application vulnerability and privacy scanner with support for HTTP cookies, Flash, HTML5 localStorage, sessionStorage, CANVAS, Supercookies, Evercookies. Includes a free SSL/TLS, HTML and HTTP vulnerability scanner and URL malware scanner.
Title: "Especialistas en Barbacoas Online | BBQs, Accesorios y Carnes | Bakoa"
Description: "Especialistas en Barbacoas Online. Barbacoas prefabricadas y BBQs de leña, gas y carbón. Compra chuletones y carne online para parrilladas únicas. La mejor oferta de barbacoas Baluja, Ofyr y Evendure y cuchillos chuleteros de alta calidad."
Category: Online Shopping
Keywords: pack bakoa carne llama packs venta carbon compra oferta precio agotado carrito barbacoa catalogo habitual politica unitario barbacoas accesorios escuchamos
Privacy Impact Score is a score reflecting overall cookie-related impact of the website relative to other websites, primarily taking into account the number of third-party domains it reports to and number of persistent cookies it sets. See Privacy Impact Score article for more details.
Third-party domains is the count of organisations allowed by the webmaster to trace your across the site. These cookies may be set for various purposes, like tracking ads displayed on the website, collection of statistics, targeted advertising etc. This website allows 7 other websites to track your activity.
Persistent cookies are the cookies that are preserved through browser shutdowns. This means, even if you close this page today and ever return there in future, the website will know you're a returning visitor. This may be used for "remember me" features, as well as persistent user tracking. These cookies, especially if set by third party organisations, are powerful tool for monitoring your activities across all the websites you visit. This website sets 21 persistent cookies with average life-time of 646 days and longest 7305 days.
Session cookies are cleared when you close your browser and allow the website to identify user's state — such as logged-in users. They are mostly considered harmless because they cannot be used for long-term user tracking. This site sets 15 session cookies.
Last fetched: 2020-08-31T16:46:41.790309+00:00
HTTP status: 200 200
HTML5 LocalStorage
is client-side storage introduced by HTML5 and supported by all major
browsers.
Data stored there is not sent automatically by the browser (unlike HTTP cookies) but is accessible
to
JavaScript code permanently, until deleted by the application or cleaned manually by the user.
These object can be thus compared to first-party persistent cookies from privacy point of
view.
LocalStorage
cookieLocalStorage
cookieAdvanced user tracking and fingerprinting techniques are used by websites to bypass privacy protection in web browsers and increase tracking persistence.
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'.createElement("canvas")' … b'.getContext("2d")' … b'.toDataURL()' … b'String.fromCharCode(' … b'String.fromCharCode(' … b'String.fromCharCode(' … b'String.fromCharCode(' … b'String.fromCharCode('
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
b'GIF8' … b'\x01\x00\x01\x00'
Location: https://bakoa.es/
The HTTP Location header is being returned by a server to redirect the web browser to a new URL of the requested resource. The URL may be relative (/index.html
) or absolute (https://example.com
).
X-Frame-Options: DENY
Instructs the browser if the current website can be embedded in HTML frame by another website. Since this allows the parent website to control the framed page, this creates a potential for data theft attacks ("clickjacking") and most sensitive websites won't allow them to be framed at all (deny
) or just allow parts of them to be embedded in frames created by themselves only (samesite
).
Clickjacking protection is enabled
+2X-Permitted-Cross-Domain-Policies: none
Header used by Adobe Flash engine to control cross-site access for Flash applications. Most websites not using Flash would prefer to set it with the value of none
as an additional precaution against using them in advanced Flash-based XSS vectors. Flash-serving websites can use them to declare the scope of detailed Flash cross-site policies per Adobe specification.
The header reduces exposure to Adobe Flash based XSS and does not have side effects, so it is worth setting it to none
if you are not using Flash
X-Content-Type-Options: nosniff
A non-standard but widely accepted header introduced originally by Microsoft to disable "content sniffing" or heuristic content type discovery in absence or mismatch of a proper HTTP Content-Type
declaration, which led to a number of web attacks. In general, presence of the header with its only defined value of nosniff
is considered as part of a properly secured HTTP response.
Fuzzy content type guessing is disabled
+1X-XSS-Protection: 1; mode=block
Controls an Cross-Site Scripting (XSS) filters built into the majority of web browsers. The filter is usually turned on by default anyway, but requirement to set the header to 1
became part of canonical set of "secure" HTTP headers. Over time, vulnerabilities in the "sanitizing" mode filter were found, so 1; mode=block
became the recommended value. Some companies decided that they don't really need a browser-side XSS filter to mess with their web services which are XSS-free anyway and they became consciously disabling the XSS filter by setting the header to 0
.
XSS auditor is enabled in blocking mode
+1NEL: {"report_to":"network-errors","max_age":2592000,"failure_fraction":0.01,"success_fraction":0.0001}
Network Error Logging (NEL) defines a mechanism enabling web applications to declare a reporting policy that can be used by an user agent to report network errors for a given origin.
Read more...Report-To: {"group":"network-errors","max_age":2592000,"endpoints":[{"url":"https://monorail-edge.shopifycloud.com/v1/reports/nel/20190325/shopify"}]}
The header defines a generic reporting framework which allows web developers to associate a set of named reporting endpoints with an origin. Various platform features (like Content Security Policy, Network Error Reporting, and others) may use these endpoints to deliver feature-specific reports in a consistent manner.
Read more...Server: cloudflare
Announces web server software and optionally version details.
Read more...Transport Layer Security (TLS) is not enabled
-2block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;
Content-Security-Policy
No base-uri
allows attackers to inject base
tags which override the base URI to an attacker-controlled origin. Set to 'none'
unless you need to handle tricky relative URLs scheme
Both upgrade-insecure-requests
and block-all-mixed-content
are present but they are mutually exclusive. The latter will be ignored
frame-ancestors 'none';
Content-Security-Policy
No base-uri
allows attackers to inject base
tags which override the base URI to an attacker-controlled origin. Set to 'none'
unless you need to handle tricky relative URLs scheme
Consider adding block-all-mixed-content
directive if your website is only accessible over TLS and you are certain it doesn not have any legacy plaintext resources. Otherwise you may add adding upgrade-insecure-requests
directive if your website may still have some legacy plaintext HTTP resources and you want them to be still available rather than blocked
Want second opinion? Try Google CSP Evaluator.
The website uses the following advertisement publisher ids:
Most web pages load a number of sub-resources such as images, style sheets (CSS), JavaScript files, web fonts, audio or video files and other web pages in frames. Each of these sub-resources may be loaded from the same server (first-party resource) or servers belonging to other parties (third-party resources). In the latter case, the third-party will see a request coming from your browser with the information on the originating page and it can set its own cookies, both of which are frequently used for user tracking. Note that the cookies set by these sub-resources are already recorded in our cookie statistics for this page.
The page loads 12 third-party JavaScript files and 2 CSS but does not employ Sub-Resource Integrity to prevent breach if a third-party CDN is compromised