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.
Category: Uncategorized
Keywords: showcase
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 0 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 834 persistent cookies with average life-time of 0 days and longest 0 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 0 session cookies.
Last fetched: 2018-10-15T01:53:06.943395+00:00
HTTP status: 200 200 OK
Adobe Flash Shared Object is a cookie-like, client-side data storage facility used by Flash applications. Local Shared Objects are pretty much like same-origin cookies, retrieved by an application running on the same page, while Remote Shared Objects are stored by the application on a third-party server.
Advanced user tracking and fingerprinting techniques are used by websites to bypass privacy protection in web browsers and increase tracking persistence.
b'.createElement("canvas")' … b'.getContext("2d")' … b'.getImageData(' … b'String.fromCharCode('
b'.createElement("canvas")' … b'.getContext("2d")' … b'.getImageData(' … b'String.fromCharCode('
b'.createElement("canvas")' … b'.getContext("2d")' … b'.getImageData(' … b'String.fromCharCode('
b'.createElement("canvas")' … b'.getContext("2d")' … b'.getImageData(' … b'String.fromCharCode('
b'.createElement("canvas")' … b'.getContext("2d")' … b'.getImageData(' … b'String.fromCharCode('
crossdomain.xml
This file defines the cross-domain policy for Adobe applications. Dangerous if permissive or too broadly set » More...
<?xml version="1.0"?>
<!-- http://jwplatform.com/crossdomain.xml -->
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
Read here to see how this can be abused.
Access-Control-Allow-Origin: *
The header sets permissive AJAX access by using wildcard origin *
. It may be OK if the website is a publicly accessible REST API but otherwise it should be not present at all
Controls origins (websites) that are allowed to load data from this web service over JavaScript-based APIs as part of Cross-Origin Resource Sharing (CORS) standard. By default, a web browser will refuse to load data over XmlHttpRequest
from a website that is not in the same origin, which is a precaution against various types of data stealing attacks. The target server has to explicitly allow the origin domain using the Access-Control-Allow-Origin
(ACAO) header, or it may allow all origins to access it using a wildcard *
. The latter however creates a potential security issue if the website in question is transactional and processing sensitive data, so the wildcard should be only used on websites consciously offering public APIs.
Server: openresty
Announces web server software and optionally version details.
Read more...Transport Layer Security (TLS) is enabled
+2X-Frame-Options
header is missing
X-XSS-Protection
header is missing
X-Content-Type-Options
header is missing
Historically, web plugins such as Adobe Flash, Java applets, Silverlight etc were used to deliver rich user experience to users in HTML-only browsers. As HTML5 support became more widespread offering the same experience but in standards-based manner, web browser vendors decided to gradually abandond support for these plugins so that in long-term website owners should thus plan to replace the plugin-based functionality with one based on HTML5 features.