0% found this document useful (0 votes)
62 views5 pages

(Divi Report) Daptatech Rep

The document contains a vulnerability analysis report from Divi Tech of various websites. It found no high risks, 3 medium risks including missing content security policy headers and cross-domain misconfigurations, and 5 low risks such as information disclosures and missing security headers.

Uploaded by

carlos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views5 pages

(Divi Report) Daptatech Rep

The document contains a vulnerability analysis report from Divi Tech of various websites. It found no high risks, 3 medium risks including missing content security policy headers and cross-domain misconfigurations, and 5 low risks such as information disclosures and missing security headers.

Uploaded by

carlos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

[Divi Report] daptatech rep

Contains the vulnerability analysis of OWASP and related potential security issues

Sites: https://www.googletagmanager.com https://connect.facebook.net https://cdnjs.cloudflare.com https://cdn.jsdelivr.net


https://app.daptatech.com
Generated on Tue, 21 Nov 2023 15:37:32

Divi Report: Report based on a conjuntction of custom Divi scripts, OWASP validation, and also on OpenSource solutions.

Summary of Alerts

Risk Level Number of Alerts

High 0
Medium 3
Low 5
Informational 4

Alerts

Name Risk Level Number of Instances

Content Security Policy (CSP) Header Not Set Medium 2


Cross-Domain Misconfiguration Medium 5
Missing Anti-clickjacking Header Medium 2
Cross-Domain JavaScript Source File Inclusion Low 2
Server Leaks Version Information via "Server" HTTP Response Header Field Low 20
Strict-Transport-Security Header Not Set Low 20
Timestamp Disclosure - Unix Low 88
X-Content-Type-Options Header Missing Low 21
Information Disclosure - Suspicious Comments Informational 14
Modern Web Application Informational 2
Re-examine Cache-control Directives Informational 2
Retrieved from Cache Informational 202

Alert Detail

Medium Content Security Policy (CSP) Header Not Set


Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including 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
Description
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.

URL https://app.daptatech.com
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/
Method GET
Parameter
Attack
Evidence
Other Info
Instances 2
Solution Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
http://www.w3.org/TR/CSP/
Reference http://w3c.github.io/webappsec/specs/content-security-policy/csp-specification.dev.html
http://www.html5rocks.com/en/tutorials/security/content-security-policy/
http://caniuse.com/#feat=contentsecuritypolicy
http://content-security-policy.com/
CWE Id 693
WASC Id 15
Plugin Id 10038

Medium Cross-Domain Misconfiguration


Description Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server

URL https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser
Other Info implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used
by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://cdn.jsdelivr.net/npm/[email protected]/dist/css/shepherd.css
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser
Other Info implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used
by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser
Other Info implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used
by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser
Other Info implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used
by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://www.googletagmanager.com/gtm.js?id=GTM-KFGR8SQS
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser
Other Info implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used
by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
Instances 5
Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Solution
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.
Reference https://vulncat.fortify.com/en/detail?id=desc.config.dotnet.html5_overly_permissive_cors_policy
CWE Id 264
WASC Id 14
Plugin Id 10098

Medium Missing Anti-clickjacking Header


Description The response does not include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options to protect against 'ClickJacking' attacks.

URL https://app.daptatech.com
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://app.daptatech.com/
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
Instances 2
Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.
Solution
If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be
framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
CWE Id 1021
WASC Id 15
Plugin Id 10020

Low Cross-Domain JavaScript Source File Inclusion


Description The page includes one or more script files from a third-party domain.

URL https://app.daptatech.com
Method GET
Parameter https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js
Attack
Evidence <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
Other Info
URL https://app.daptatech.com/
Method GET
Parameter https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js
Attack
Evidence <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
Other Info
Instances 2
Solution Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
Reference
CWE Id 829
WASC Id 15
Plugin Id 10017

Low Server Leaks Version Information via "Server" HTTP Response Header Field
The web/application server is leaking version information via the "Server" HTTP response header. Access to such information may facilitate attackers identifying other vulnerabilities
Description
your web/application server is subject to.

URL https://app.daptatech.com
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/118.93b82eef7574e886.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/153.20ee8725d653d0c1.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/157.624b8f88aade453d.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/425.0521f05e54f08e1e.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/484.cfdc4521da70efe5.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/653.ed7a457b1e549fd5.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/assets/imagine-library/7_themes/light-theme.css
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/assets/layout/images/logo.png
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/assets/layout/styles/theme/lara-light-blue/theme.css
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/assets/register/banner.png
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/common.92bae7d50c137a75.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/favicon.ico
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/polyfills.ccf1e7909c16a4b8.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/primeicons.5f5d08cd089b4e5d.ttf
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/runtime.ee2acbba8a877875.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/scripts.7316d89d341fca76.js
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
URL https://app.daptatech.com/styles.4fc42a93fa1fd833.css
Method GET
Parameter
Attack
Evidence AmazonS3
Other Info
Instances 20
Solution Ensure that your web server, application server, load balancer, etc. is configured to suppress the "Server" header or provide generic details.
http://httpd.apache.org/docs/current/mod/core.html#servertokens
http://msdn.microsoft.com/en-us/library/ff648552.aspx#ht_urlscan_007
Reference
http://blogs.msdn.com/b/varunm/archive/2013/04/23/remove-unwanted-http-response-headers.aspx
http://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html
CWE Id 200
WASC Id 13
Plugin Id 10036

Low Strict-Transport-Security Header Not Set


HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it
Description
using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.

URL https://app.daptatech.com
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/118.93b82eef7574e886.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/153.20ee8725d653d0c1.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/157.624b8f88aade453d.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/425.0521f05e54f08e1e.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/484.cfdc4521da70efe5.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/653.ed7a457b1e549fd5.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/assets/imagine-library/7_themes/light-theme.css
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/assets/layout/images/logo.png
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/assets/layout/styles/theme/lara-light-blue/theme.css
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/assets/register/banner.png
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/common.92bae7d50c137a75.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/favicon.ico
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/polyfills.ccf1e7909c16a4b8.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/primeicons.5f5d08cd089b4e5d.ttf
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/runtime.ee2acbba8a877875.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/scripts.7316d89d341fca76.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://app.daptatech.com/styles.4fc42a93fa1fd833.css
Method GET
Parameter
Attack
Evidence
Other Info
Instances 20
Solution Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
https://owasp.org/www-community/Security_Headers
Reference http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
http://caniuse.com/stricttransportsecurity
http://tools.ietf.org/html/rfc6797
CWE Id 319
WASC Id 15
Plugin Id 10035

Low Timestamp Disclosure - Unix


Description A timestamp was disclosed by the application/web server - Unix

URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1396182291
Other Info 1396182291, which evaluates to: 2014-03-30 09:24:51
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1404277552
Other Info 1404277552, which evaluates to: 2014-07-02 02:05:52
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1416354905
Other Info 1416354905, which evaluates to: 2014-11-18 21:55:05
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1423857449
Other Info 1423857449, which evaluates to: 2015-02-13 17:57:29
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1426400815
Other Info 1426400815, which evaluates to: 2015-03-15 03:26:55
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1426881987
Other Info 1426881987, which evaluates to: 2015-03-20 17:06:27
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1444681467
Other Info 1444681467, which evaluates to: 2015-10-12 17:24:27
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1454621731
Other Info 1454621731, which evaluates to: 2016-02-04 19:35:31
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1466479909
Other Info 1466479909, which evaluates to: 2016-06-21 00:31:49
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1473231341
Other Info 1473231341, which evaluates to: 2016-09-07 03:55:41
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1483230225
Other Info 1483230225, which evaluates to: 2016-12-31 22:23:45
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1502002290
Other Info 1502002290, which evaluates to: 2017-08-06 03:51:30
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1504918807
Other Info 1504918807, which evaluates to: 2017-09-08 22:00:07
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1508970993
Other Info 1508970993, which evaluates to: 2017-10-25 20:36:33
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1510334235
Other Info 1510334235, which evaluates to: 2017-11-10 15:17:15
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1518500249
Other Info 1518500249, which evaluates to: 2018-02-13 03:37:29
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1530992060
Other Info 1530992060, which evaluates to: 2018-07-07 16:34:20
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1537002063
Other Info 1537002063, which evaluates to: 2018-09-15 06:01:03
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1541320221
Other Info 1541320221, which evaluates to: 2018-11-04 06:30:21
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1541459225
Other Info 1541459225, which evaluates to: 2018-11-05 21:07:05
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1549556828
Other Info 1549556828, which evaluates to: 2019-02-07 14:27:08
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1555081692
Other Info 1555081692, which evaluates to: 2019-04-12 12:08:12
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1555261956
Other Info 1555261956, which evaluates to: 2019-04-14 14:12:36
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1560198380
Other Info 1560198380, which evaluates to: 2019-06-10 17:26:20
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1567103746
Other Info 1567103746, which evaluates to: 2019-08-29 15:35:46
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1591671054
Other Info 1591671054, which evaluates to: 2020-06-08 23:50:54
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1594198024
Other Info 1594198024, which evaluates to: 2020-07-08 05:47:04
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1622183637
Other Info 1622183637, which evaluates to: 2021-05-28 03:33:57
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1634467795
Other Info 1634467795, which evaluates to: 2021-10-17 07:49:55
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1658658271
Other Info 1658658271, which evaluates to: 2022-07-24 07:24:31
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1661365465
Other Info 1661365465, which evaluates to: 2022-08-24 15:24:25
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1684777152
Other Info 1684777152, which evaluates to: 2023-05-22 14:39:12
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1695183700
Other Info 1695183700, which evaluates to: 2023-09-20 01:21:40
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1700485571
Other Info 1700485571, which evaluates to: 2023-11-20 10:06:11
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1706088902
Other Info 1706088902, which evaluates to: 2024-01-24 06:35:02
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1711684554
Other Info 1711684554, which evaluates to: 2024-03-29 00:55:54
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1732584193
Other Info 1732584193, which evaluates to: 2024-11-25 22:23:13
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1732584194
Other Info 1732584194, which evaluates to: 2024-11-25 22:23:14
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1735328473
Other Info 1735328473, which evaluates to: 2024-12-27 16:41:13
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1742555852
Other Info 1742555852, which evaluates to: 2025-03-21 08:17:32
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1747873779
Other Info 1747873779, which evaluates to: 2025-05-21 21:29:39
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1759359992
Other Info 1759359992, which evaluates to: 2025-10-01 20:06:32
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1762050814
Other Info 1762050814, which evaluates to: 2025-11-01 23:33:34
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1770035416
Other Info 1770035416, which evaluates to: 2026-02-02 09:30:16
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1779033703
Other Info 1779033703, which evaluates to: 2026-05-17 13:01:43
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1789927666
Other Info 1789927666, which evaluates to: 2026-09-20 15:07:46
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1802195444
Other Info 1802195444, which evaluates to: 2027-02-09 14:50:44
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1804603682
Other Info 1804603682, which evaluates to: 2027-03-09 11:48:02
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1812370925
Other Info 1812370925, which evaluates to: 2027-06-07 09:22:05
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1839030562
Other Info 1839030562, which evaluates to: 2028-04-10 22:49:22
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1843258603
Other Info 1843258603, which evaluates to: 2028-05-29 21:16:43
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1852507879
Other Info 1852507879, which evaluates to: 2028-09-13 22:31:19
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1859775393
Other Info 1859775393, which evaluates to: 2028-12-07 01:16:33
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1873313359
Other Info 1873313359, which evaluates to: 2029-05-12 17:49:19
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1873836001
Other Info 1873836001, which evaluates to: 2029-05-18 19:00:01
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1886057615
Other Info 1886057615, which evaluates to: 2029-10-07 05:53:35
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1894007588
Other Info 1894007588, which evaluates to: 2030-01-07 06:13:08
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1894986606
Other Info 1894986606, which evaluates to: 2030-01-18 14:10:06
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1899447441
Other Info 1899447441, which evaluates to: 2030-03-11 05:17:21
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1907459465
Other Info 1907459465, which evaluates to: 2030-06-11 22:51:05
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1913087877
Other Info 1913087877, which evaluates to: 2030-08-16 02:17:57
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1925078388
Other Info 1925078388, which evaluates to: 2031-01-01 20:59:48
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1926607734
Other Info 1926607734, which evaluates to: 2031-01-19 13:48:54
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1943803523
Other Info 1943803523, which evaluates to: 2031-08-06 14:25:23
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1955562222
Other Info 1955562222, which evaluates to: 2031-12-20 16:43:42
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1957810842
Other Info 1957810842, which evaluates to: 2032-01-15 17:20:42
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1958414417
Other Info 1958414417, which evaluates to: 2032-01-22 17:00:17
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1969922972
Other Info 1969922972, which evaluates to: 2032-06-03 21:49:32
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1986661051
Other Info 1986661051, which evaluates to: 2032-12-14 15:17:31
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1990404162
Other Info 1990404162, which evaluates to: 2033-01-26 23:02:42
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1994146192
Other Info 1994146192, which evaluates to: 2033-03-11 06:29:52
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1996064986
Other Info 1996064986, which evaluates to: 2033-04-02 11:29:46
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 1996959894
Other Info 1996959894, which evaluates to: 2033-04-12 20:04:54
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence 2013776290
Other Info 2013776290, which evaluates to: 2033-10-24 11:18:10
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1396182291
Other Info 1396182291, which evaluates to: 2014-03-30 09:24:51
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1426881987
Other Info 1426881987, which evaluates to: 2015-03-20 17:06:27
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1508970993
Other Info 1508970993, which evaluates to: 2017-10-25 20:36:33
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1537002063
Other Info 1537002063, which evaluates to: 2018-09-15 06:01:03
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1541459225
Other Info 1541459225, which evaluates to: 2018-11-05 21:07:05
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1555081692
Other Info 1555081692, which evaluates to: 2019-04-12 12:08:12
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1695183700
Other Info 1695183700, which evaluates to: 2023-09-20 01:21:40
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1747873779
Other Info 1747873779, which evaluates to: 2025-05-21 21:29:39
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1779033703
Other Info 1779033703, which evaluates to: 2026-05-17 13:01:43
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1899447441
Other Info 1899447441, which evaluates to: 2030-03-11 05:17:21
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1925078388
Other Info 1925078388, which evaluates to: 2031-01-01 20:59:48
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1955562222
Other Info 1955562222, which evaluates to: 2031-12-20 16:43:42
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1986661051
Other Info 1986661051, which evaluates to: 2032-12-14 15:17:31
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence 1996064986
Other Info 1996064986, which evaluates to: 2033-04-02 11:29:46
Instances 88
Solution Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
Reference http://projects.webappsec.org/w/page/13246936/Information%20Leakage
CWE Id 200
WASC Id 13
Plugin Id 10096

Low X-Content-Type-Options Header Missing


The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the
Description response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy
versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

URL https://app.daptatech.com
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/118.93b82eef7574e886.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/153.20ee8725d653d0c1.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/157.624b8f88aade453d.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/425.0521f05e54f08e1e.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/484.cfdc4521da70efe5.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/653.ed7a457b1e549fd5.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/assets/imagine-library/7_themes/light-theme.css
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/assets/layout/images/logo.png
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/assets/layout/styles/theme/lara-light-blue/theme.css
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/assets/register/banner.png
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/common.92bae7d50c137a75.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/favicon.ico
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/polyfills.ccf1e7909c16a4b8.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/primeicons.5f5d08cd089b4e5d.ttf
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/runtime.ee2acbba8a877875.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/scripts.7316d89d341fca76.js
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://app.daptatech.com/styles.4fc42a93fa1fd833.css
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://www.googletagmanager.com/gtm.js?id=GTM-KFGR8SQS
Method GET
Parameter x-content-type-options
Attack
Evidence
This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing
Other Info
pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
Instances 21
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
Solution
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web
application/web server to not perform MIME-sniffing.
http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
Reference
https://owasp.org/www-community/Security_Headers
CWE Id 693
WASC Id 15
Plugin Id 10021

Informational Information Disclosure - Suspicious Comments


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
Description
comments.

URL https://app.daptatech.com/157.624b8f88aade453d.js
Method GET
Parameter
Attack
Evidence User
The following pattern was used: \bUSER\b and was detected in the element starting with: ""use strict";(self.webpackChunkAdminPanel=self.webpackChunkAdminPanel||
Other Info
[]).push([[157],{45157:(On,_,l)=>{l.r(_),l.d(_,{RegisterP", see evidence field for the suspicious comment/snippet.
URL https://app.daptatech.com/484.cfdc4521da70efe5.js
Method GET
Parameter
Attack
Evidence db
The following pattern was used: \bDB\b and was detected in the element starting with: ""use strict";(self.webpackChunkAdminPanel=self.webpackChunkAdminPanel||[]).push([[484],
Other Info
{23561:(ct,j,m)=>{m.d(j,{K:()=>c});var e=", see evidence field for the suspicious comment/snippet.
URL https://app.daptatech.com/common.92bae7d50c137a75.js
Method GET
Parameter
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with: ""use strict";(self.webpackChunkAdminPanel=self.webpackChunkAdminPanel||
Other Info
[]).push([[592],{83300:(S,C,i)=>{i.d(C,{a:()=>s});var o=i", see evidence field for the suspicious comment/snippet.
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence bug
The following pattern was used: \bBUG\b and was detected in the element starting with: "var Iv=(q,K,f)=>{if(K.has(q))throw TypeError("Cannot add the same private member more
Other Info
than once");K instanceof WeakSet?K.add(q):", see evidence field for the suspicious comment/snippet.
URL https://app.daptatech.com/polyfills.ccf1e7909c16a4b8.js
Method GET
Parameter
Attack
Evidence DEBUG
The following pattern was used: \bDEBUG\b and was detected in the element starting with: ""use strict";(self.webpackChunkAdminPanel=self.webpackChunkAdminPanel||
Other Info
[]).push([[429],{7435:(ie,Ee,de)=>{de(88583),window.globa", see evidence field for the suspicious comment/snippet.
URL https://app.daptatech.com/scripts.7316d89d341fca76.js
Method GET
Parameter
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected in the element starting with: "var _self=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof
Other Info
WorkerGlobalScope?self:{},Prism=function(j){var", see evidence field for the suspicious comment/snippet.
URL https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js
Method GET
Parameter
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: " */const r=
Other Info
{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15},l="0123456789AB", see evidence field for the suspicious comment/snippet.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with: "!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?
Other Info
module.exports=e():"function"==typeof define&&define.amd?def", see evidence field for the suspicious comment/snippet.
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence db
The following pattern was used: \bDB\b and was detected in the element starting with: "(function(a,b,c,d){var e={exports:{}};e.exports;(function(){var
Other Info
f=a.fbq;f.execStart=a.performance&&a.performance.now&&a.performa", see evidence field for the suspicious comment/snippet.
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence FROM
The following pattern was used: \bFROM\b and was detected 2 times, the first in the element starting with: "* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Other Info
FROM, OUT OF OR IN", see evidence field for the suspicious comment/snippet.
URL https://connect.facebook.net/en_US/fbevents.js
Method GET
Parameter
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected in the element starting with: "(function(a,b,c,d){var e={exports:{}};e.exports;(function(){var
Other Info
f=a.fbq;f.execStart=a.performance&&a.performance.now&&a.performa", see evidence field for the suspicious comment/snippet.
URL https://www.googletagmanager.com/gtm.js?id=GTM-KFGR8SQS
Method GET
Parameter
Attack
Evidence db
The following pattern was used: \bDB\b and was detected 6 times, the first in the element starting with: "ab=function(a,b){for(var c={},d=c,e=a.split("."),f=0;f<e.length-
Other Info
1;f++)d=d[e[f]]={};d[e[e.length-1]]=b;return c},bb=/^\w{1,9}$/,c", see evidence field for the suspicious comment/snippet.
URL https://www.googletagmanager.com/gtm.js?id=GTM-KFGR8SQS
Method GET
Parameter
Attack
Evidence debug
The following pattern was used: \bDEBUG\b and was detected 2 times, the first in the element starting with: ""__googtag":{"logging":{"environments":"debug"},"access_globals":
Other Info
{"keys":[{"key":"gtag","read":true,"write":true,"execute":true}", see evidence field for the suspicious comment/snippet.
URL https://www.googletagmanager.com/gtm.js?id=GTM-KFGR8SQS
Method GET
Parameter
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected 9 times, the first in the element starting with: "(f=f.substr(k[0].length))}break;case "port":f=String(Number(a.port)||
Other Info
("http"===g?80:"https"===g?443:""));break;case "path":a.pat", see evidence field for the suspicious comment/snippet.
Instances 14
Solution Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.
Reference
CWE Id 200
WASC Id 13
Plugin Id 10027

Informational Modern Web Application


Description The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.

URL https://app.daptatech.com
Method GET
Parameter
Attack
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Evidence j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })
(window,document,'script','dataLayer','GTM-KFGR8SQS');</script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://app.daptatech.com/
Method GET
Parameter
Attack
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Evidence j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })
(window,document,'script','dataLayer','GTM-KFGR8SQS');</script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
Instances 2
Solution This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109

Informational Re-examine Cache-control Directives


The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be
Description
intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.

URL https://app.daptatech.com
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, s-maxage=2
Other Info
URL https://app.daptatech.com/
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, s-maxage=2
Other Info
Instances 2
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public,
Solution
max-age, immutable".
https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
https://grayduck.mn/2021/09/13/cache-control-recommendations/
CWE Id 525
WASC Id 13
Plugin Id 10015

Informational Retrieved from Cache


The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this
may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is
Description
primarily an issue where caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments,
for instance.

URL https://app.daptatech.com/
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/assets/imagine-library/7_themes/light-theme.css
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/assets/layout/styles/theme/lara-light-blue/theme.css
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/main.99755dfd3d533271.js
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/polyfills.ccf1e7909c16a4b8.js
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/runtime.ee2acbba8a877875.js
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/scripts.7316d89d341fca76.js
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://app.daptatech.com/styles.4fc42a93fa1fd833.css
Method GET
Parameter
Attack
Evidence Hit from cloudfront
Other Info
URL https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js
Method GET
Parameter
Attack
Evidence HIT
Other Info
URL https://cdn.jsdelivr.net/npm/[email protected]/dist/css/shepherd.css
Method GET
Parameter
Attack
Evidence HIT
Other Info
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118689
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118704
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118706
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118714
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118715
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118738
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118753
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118755
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118765
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118772
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118787
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118794
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118796
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118799
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118802
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118813
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118823
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118828
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118835
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118850
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118886
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118892
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118893
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118916
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118925
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118936
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118944
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118953
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118956
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118960
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118968
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 118983
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119008
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119012
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119028
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119045
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119052
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119061
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119062
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119078
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119085
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119087
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119093
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119100
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119124
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119130
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119134
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119157
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119161
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119168
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119181
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119190
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119191
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119204
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119224
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119226
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119231
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119240
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119246
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119253
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119271
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119280
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119288
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119314
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119316
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119329
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119335
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119337
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119341
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119348
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119352
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119364
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119375
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119388
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119394
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119395
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119416
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119423
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119430
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119458
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119469
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119479
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119481
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119484
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119491
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119505
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119513
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119526
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119527
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119539
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119555
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119558
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119561
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119571
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119577
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119592
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119597
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119603
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119611
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119621
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119630
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119637
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119646
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119651
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119664
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119676
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 119687
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15623
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15695
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15701
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15758
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15801
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15895
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 15912
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16030
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16068
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16099
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16142
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16232
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16316
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16351
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 16383
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87143
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87165
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87175
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87234
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87276
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87284
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87299
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87311
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87321
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87325
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87385
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87455
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87457
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87478
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87482
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87514
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87555
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87568
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87585
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87592
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87614
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87674
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87676
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87797
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87818
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87831
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87835
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87859
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87860
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87878
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87879
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87880
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87904
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87917
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 87972
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 88033
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 88063
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 88109
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css
Method GET
Parameter
Attack
Evidence Age: 88139
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 110
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 111
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 13
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 142
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 170
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 172
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 232
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 239
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 257
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 27
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 285
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 300
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 341
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 366
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 389
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 397
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 425
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 432
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 447
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 449
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 49
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 53
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 538
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 61
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 673
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 713
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 811
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 868
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 888
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 895
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
URL https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.15.0/Sortable.min.js
Method GET
Parameter
Attack
Evidence Age: 962
Other Info The presence of the 'Age' header indicates that that a HTTP/1.1 compliant caching server is in use.
Instances 202
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent
the content being stored and retrieved from the cache by another user:

Cache-Control: no-cache, no-store, must-revalidate, private

Solution Pragma: no-cache

Expires: 0

This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in
response to a similar request.
https://tools.ietf.org/html/rfc7234
Reference https://tools.ietf.org/html/rfc7231
http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html (obsoleted by rfc7234)
CWE Id
WASC Id
Plugin Id 10050

You might also like