www.microsoft.com
// See cached web security scan results for microsoft.com.
scan: www.microsoft.com
// Run OWASP ZAP, NMAP, WhatWeb, TLS scans on microsoft.com
whatweb: "Adobe-Flash" server:"Apache" https:"no"
// Discover sites running Adobe Flash on Apache with a faulty SSL configuration
// Search for sites with open ports 20 OR 21 AND 8008
whatweb: "Bootstrap" country:"CA" tld:".com" zap:"10202"
// Look for Canadian sites built with Bootstrap in the .com domain with absent Anti-CSRF tokens
zap:"10055-6,10055-5" zap:"90033"
// Look for sites with (unsafe inline scripts OR styles) AND Loosely Scoped Cookies. (Accepts ZAP alert IDs)
Scanned dusing the Idyllum Labs website security scanner at www.idyllum.com
["http://www.fitnessathomeonline.com",301,[["RedirectLocation",[{"name":"location","string":"https://www.fitnessathomeonline.com/","certainty":100}]],["Country",[{"string":"CANADA","module":"CA","certainty":100}]],["X-Frame-Options",[{"string":"DENY","certainty":100}]],["HTTPServer",[{"name":"server string","string":"cloudflare","certainty":100}]],["X-XSS-Protection",[{"string":"1; mode=block","certainty":100}]],["IP",[{"string":"23.227.38.74","certainty":100}]],["UncommonHeaders",[{"name":"headers","string":"x-sorting-hat-podid,x-sorting-hat-shopid,x-storefront-renderer-rendered,x-redirect-reason,content-security-policy,x-shopid,x-shardid,server-timing,x-shopify-stage,x-dc,x-request-id,x-content-type-options,x-download-options,x-permitted-cross-domain-policies,cf-cache-status,report-to,nel,cf-ray,alt-svc","certainty":100}]]]] ["https://www.fitnessathomeonline.com/",200,[["HttpOnly",[{"string":[["secure_customer_sig"],["_orig_referrer"],["_landing_page"]],"certainty":100}]],["Country",[{"string":"CANADA","module":"CA","certainty":100}]],["Title",[{"name":"WARNING","module":"Title element contains newline(s)!","certainty":100},{"name":"page title","string":"Get two gym quality adjustable dumbbells - affordable, space efficient\n– Fitnessathome","certainty":100}]],["Shopify",[{"search":"headers[set-cookie]","regexp":["customer_sig"],"name":"customer_sig cookie","regexp_compiled":"(?-mix:customer_sig)","certainty":100},{"search":"headers[set-cookie]","regexp":["secure_customer_sig"],"name":"secure_customer_sig cookie","regexp_compiled":"(?-mix:secure_customer_sig)","certainty":100}]],["X-Frame-Options",[{"string":"DENY","certainty":100}]],["Email",[{"string":["logo_transparent_background_160x@2x.png","logo_transparent_background_80x@2x.png"],"regexp_compiled":"(?i-mx:[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,4})","certainty":100}]],["Strict-Transport-Security",[{"search":"headers[Strict-Transport-Security]","string":["max-age=7889238"],"regexp_compiled":"(?-mix:^(.*)$)","certainty":100}]],["Cookies",[{"string":"secure_customer_sig","certainty":100},{"string":"localization","certainty":100},{"string":"cart_currency","certainty":100},{"string":"_orig_referrer","certainty":100},{"string":"_landing_page","certainty":100},{"string":"_y","certainty":100},{"string":"_s","certainty":100},{"string":"_shopify_y","certainty":100},{"string":"_shopify_s","certainty":100}]],["HTTPServer",[{"name":"server string","string":"cloudflare","certainty":100}]],["X-XSS-Protection",[{"string":"1; mode=block","certainty":100}]],["X-UA-Compatible",[{"string":["IE=edge"],"regexp_compiled":"(?i-mx:<meta http-equiv[\\s]*=[^>]*X-UA-Compatible[^>]*[\\s]+content[\\s]*=[\\s]*['|\"]?([a-z0-9=]+)[^>]*>)","certainty":100}]],["Frame",[{"regexp":["<iframe "],"regexp_compiled":"(?i-mx:<i?frame\\s+)","certainty":100}]],["Content-Language",[{"string":"en","certainty":100}]],["HTML5",[{"regexp":["<!doctype html>"],"regexp_compiled":"(?i-mx:<!DOCTYPE html>)","certainty":100}]],["IP",[{"string":"23.227.38.74","certainty":100}]],["UncommonHeaders",[{"name":"headers","string":"x-sorting-hat-podid,x-sorting-hat-shopid,x-storefront-renderer-rendered,link,x-alternate-cache-key,content-security-policy,x-shopid,x-shardid,server-timing,x-shopify-stage,x-dc,x-request-id,x-download-options,x-permitted-cross-domain-policies,x-content-type-options,cf-cache-status,report-to,nel,cf-ray,alt-svc","certainty":100}]],["Script",[{"regexp":[" ",">"],"regexp_compiled":"(?i-mx:<script(\\s|>))","certainty":100},{"string":["application/json","application/ld+json","module","text/javascript","text/template"],"offset":1,"regexp_compiled":"(?-mix:<script[^>]+(language|type)\\s*=\\s*['\"]?([^'\"\\s]+)['\"]?)","certainty":100}]],["Open-Graph-Protocol",[{"regexp":["<meta property=\"og:title\" content=\"Get two gym quality adjustable dumbbells - affordable, space efficient\">"],"regexp_compiled":"(?i-mx:<meta[^>]+property=\"og:title\"[^>]*>)","certainty":100},{"version":["website"],"regexp_compiled":"(?-mix:<meta[^>]+property=\"og:type\"[^>]+content=\"([^\"^>]+)\")","certainty":100}]]]]
No Anti-CSRF tokens were found in a HTML submission form.
A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.
CSRF attacks are effective in a number of situations, including:
* The victim has an active session on the target site.
* The victim is authenticated via HTTP auth on the target site.
* The victim is on the same local network as the target site.
CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.
Phase: Architecture and Design
Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
For example, use anti-CSRF packages such as the OWASP CSRFGuard.
Phase: Implementation
Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.
Phase: Architecture and Design
Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).
Note that this can be bypassed using XSS.
Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.
Note that this can be bypassed using XSS.
Use the ESAPI Session Management control.
This control includes a component for CSRF.
Do not use the GET method for any request that triggers a state change.
Phase: Implementation
Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.
Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server
Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.
Ensure that the HttpOnly flag is set for all cookies.
A cookie has been set with an invalid SameSite attribute value, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.
Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.
A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
The page includes one or more script files from a third-party domain.
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
None
None
A timestamp was disclosed by the application/web server - Unix
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
The response appears to contain suspicious comments which may help an attacker. Note: Matches made within script blocks or files are against the entire content not only comments.
Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.
Cookies can be scoped by domain or path. This check is only concerned with domain scope.The domain scope applied to a cookie determines which domains can access it. For example, a cookie can be scoped strictly to a subdomain e.g. www.nottrusted.com, or loosely scoped to a parent domain e.g. nottrusted.com. In the latter case, any subdomain of nottrusted.com can access the cookie. Loosely scoped cookies are common in mega-applications like google.com and live.com. Cookies set from a subdomain like app.foo.bar are transmitted only to that domain by the browser. However, cookies scoped to a parent-level domain may be transmitted to the parent, or any subdomain of the parent.
Always scope cookies to a FQDN (Fully Qualified Domain Name).
A | ||||
A | www.elixir.ee | 3600 | 217.146.69.20 | |
AAAA | ||||
Sorry, no records found | ||||
CNAME | ||||
CNAME | www.elixir.ee | 3600 | elixir.ee | |
MX | ||||
MX | www.elixir.ee | 3600 | 5 | ALT2.ASPMX.L.GOOGLE.COM. |
MX | www.elixir.ee | 3600 | 10 | ALT3.ASPMX.L.GOOGLE.COM. |
MX | www.elixir.ee | 3600 | 10 | ALT4.ASPMX.L.GOOGLE.COM. |
MX | www.elixir.ee | 3600 | 1 | ALTMX.ASPMX.L.GOOGLE.COM. |
NS Records | ||||
NS | elixir.ee | 3600 | ns2.zone.ee. (85.234.242.32) | |
NS | elixir.ee | 3600 | ns.zone.eu. (217.146.66.65) | |
NS | elixir.ee | 3600 | ns3.zonedata.net. (90.191.225.242) | |
TXT | ||||
TXT | elixir.ee | 3600 | v=spf1 a mx include:_spf.zone.eu include:_spf.google.com ~all |
This report was generated with the Idyllum Labs Website security tool.
Get your report www.idyllum.com
Is the code hosted at www.fitnessathomeonline.com vulnerable to cybersecurity attacks? Are the used systems up to date and respecting the security standards of 2023?
We at Idyllum Labs wanted to find out! That is why we built this automated website security scanner and generated this report.
This is an automated and unbiased website vulnerability scan for the domain www.fitnessathomeonline.com and has nothing to do with human subjectivity, thoughts, opinions, or relationships.
Our cloud-based infrastructure crawls the internet using a mixture of OWASP ZAP, Nmap, Whatweb, and other great software to detect website security issues. We display this data for educational purposes - to give security guidelines for anyone interested in building a safer web environment.
If you have comments, don't agree with the results, or want to submit a site for manual examination, don't hesitate to contact us.
Run a free OWASP ZAP scan for any website at Idyllum.com!