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: 2019-07-11T20:02:54.984317+00:00
HTTP status: 5 Sub-resource URL
Server: Microsoft-IIS/8.5
The header exposes web server version details. These server no purpose apart from making life of security auditors and hackers easier, leading them straight to exploits for this particular version of product
-1
Announces web server software and optionally version details.
Read more...Location: https://itriskmanager.saiglobal.com/RM_USA/APIIntegration/AuthorizeFeatures?client_id=92c51844f6fa4b73bb3cd99b91db3fd1&redirect_uri=https://itriskmanager.saiglobal.com/VRM_PORTAL/RM_USA/callback&response_type=code
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
).
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.
X-Powered-By: PHP/7.2.2
The header exposes web server version details. These server no purpose apart from making life of security auditors and hackers easier, leading them straight to exploits for this particular version of product
-1
A non-standard and purely informational, but still very widespread header, whose only purpose is to advertise the name and optionally version of the software used to run the web server.
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