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: Offline
Keywords:
Last fetched: 2016-04-28T20:17:44.500689+00:00
HTTP status: 4 Connection error error
Server: Apache
Announces web server software and optionally version details.
Read more...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.
Transport Layer Security (TLS) is not enabled
-2X-Frame-Options
header is missing
X-XSS-Protection
header is missing
X-Content-Type-Options
header is missing
The website uses the following advertisement publisher ids:
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.
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.