Vulnerability Scan Result

| Title: | Let's Do This |
| Description: | The AI Registration Platform that turns data into direction - driving growth, executing tasks and filling start lines. |
| ip_address | 104.18.16.3 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 104.18.17.3 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https-alt | cloudflare - |
| Software / Version | Category |
|---|---|
| Amazon Web Services | PaaS |
| cdnjs | CDN |
| Microsoft Clarity | Analytics |
| Cloudinary | CDN, Digital asset management |
| dc.js | JavaScript graphics, JavaScript libraries |
| Apple Sign-in | Authentication |
| Algolia DocSearch | Widgets |
| Google Font API | Font scripts |
| Google Analytics | Analytics |
| GraphQL | Programming languages |
| GSAP 3.15.0 | JavaScript frameworks |
| Headless UI | UI frameworks |
| HTTP/3 | Miscellaneous |
| jQuery 3.5.1 | JavaScript libraries |
| LottieFiles 5.12.2 | Miscellaneous |
| Next.js | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
| Turbopack | Development |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| Onsen UI | Mobile frameworks |
| PostHog | Analytics |
| React | JavaScript frameworks |
| Segment 5.2.0 | Customer data platform |
| Statsig 3.32.0 | Analytics, Feature management |
| Swiper | JavaScript libraries |
| Tailwind CSS | UI frameworks |
| Unpkg | CDN |
| Vercel | PaaS |
| Vercel Speed Insights 1.3.1 | Analytics |
| Webflow 1.6.0 | Page builders |
| Webpack | Miscellaneous |
| Priority Hints | Performance |
| Algolia | Search engines |
| Apollo 3.14.1 | JavaScript libraries |
| Cloudflare | CDN |
| Cloudflare Bot Management | Security |
| Datadog | RUM, Analytics |
| Google AdSense | Advertising |
| Google Tag Manager | Tag managers |
| Hotjar | Analytics |
| jsDelivr | CDN |
| HSTS | Security |
| Strava | Widgets |
| TypeScript | Programming languages |
Web Application Vulnerabilities
Evidence
| Software / Version | Category |
|---|---|
| Amazon Web Services | PaaS |
| cdnjs | CDN |
| Microsoft Clarity | Analytics |
| Cloudinary | CDN, Digital asset management |
| dc.js | JavaScript graphics, JavaScript libraries |
| Apple Sign-in | Authentication |
| Algolia DocSearch | Widgets |
| Google Font API | Font scripts |
| Google Analytics | Analytics |
| GraphQL | Programming languages |
| GSAP 3.15.0 | JavaScript frameworks |
| Headless UI | UI frameworks |
| HTTP/3 | Miscellaneous |
| jQuery 3.5.1 | JavaScript libraries |
| LottieFiles 5.12.2 | Miscellaneous |
| Next.js | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
| Turbopack | Development |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| Onsen UI | Mobile frameworks |
| PostHog | Analytics |
| React | JavaScript frameworks |
| Segment 5.2.0 | Customer data platform |
| Statsig 3.32.0 | Analytics, Feature management |
| Swiper | JavaScript libraries |
| Tailwind CSS | UI frameworks |
| Unpkg | CDN |
| Vercel | PaaS |
| Vercel Speed Insights 1.3.1 | Analytics |
| Webflow 1.6.0 | Page builders |
| Webpack | Miscellaneous |
| Priority Hints | Performance |
| Algolia | Search engines |
| Apollo 3.14.1 | JavaScript libraries |
| Cloudflare | CDN |
| Cloudflare Bot Management | Security |
| Datadog | RUM, Analytics |
| Google AdSense | Advertising |
| Google Tag Manager | Tag managers |
| Hotjar | Analytics |
| jsDelivr | CDN |
| HSTS | Security |
| Strava | Widgets |
| TypeScript | Programming languages |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.letsdothis.com/ | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.letsdothis.com/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
| CWE | CWE-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
| Software / Version | Category |
|---|---|
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| www.letsdothis.com | A | IPv4 address | 104.18.16.3 |
| www.letsdothis.com | A | IPv4 address | 104.18.17.3 |
| www.letsdothis.com | AAAA | IPv6 address | 2606:4700::6812:1003 |
| www.letsdothis.com | AAAA | IPv6 address | 2606:4700::6812:1103 |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.0-RELEASE | 91% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| Next.js | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
| Webflow | Page builders |
| Turbopack | Development |
| Algolia | Search engines |
| HeroUI | UI frameworks |
| Segment | Customer data platform |
| Cloudinary | CDN, Digital asset management |
| React | JavaScript frameworks |
| Onsen UI | Mobile frameworks |
| Amazon Web Services | PaaS |
| Vercel | PaaS |
| jQuery 3.5.1 | JavaScript libraries |
| Hotjar | Analytics |
| Cloudflare Bot Management | Security |
| cdnjs | CDN |
| Unpkg | CDN |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| jsDelivr | CDN |
| HSTS | Security |
| Cloudflare | CDN |
| Webpack | Miscellaneous |
| Open Graph | Miscellaneous |
| HTTP/3 | Miscellaneous |
| Google Analytics | Analytics |
| dc.js | JavaScript graphics, JavaScript libraries |
| Google Font API | Font scripts |
| Algolia DocSearch | Widgets |
| Strava | Widgets |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| AngularJS | JavaScript frameworks |
| Cloudflare Bot Management | Security |
| Cloudflare Turnstile | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| Next.js | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
| Webflow 1.6.0 | Page builders |
| Turbopack | Development |
| Algolia | Search engines |
| TypeScript | Programming languages |
| GraphQL | Programming languages |
| HeroUI | UI frameworks |
| Segment 5.2.0 | Customer data platform |
| Apple Sign-in | Authentication |
| Tailwind CSS | UI frameworks |
| Headless UI | UI frameworks |
| Cloudinary | CDN, Digital asset management |
| React | JavaScript frameworks |
| Onsen UI | Mobile frameworks |
| GSAP 3.15.0 | JavaScript frameworks |
| Amazon Web Services | PaaS |
| Vercel | PaaS |
| Cloudflare Bot Management | Security |
| cdnjs | CDN |
| PostHog | Analytics |
| Microsoft Clarity | Analytics |
| jQuery 3.5.1 | JavaScript libraries |
| Hotjar | Analytics |
| Google Tag Manager | Tag managers |
| Google AdSense | Advertising |
| Unpkg | CDN |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| jsDelivr | CDN |
| HSTS | Security |
| Cloudflare | CDN |
| Webpack | Miscellaneous |
| LottieFiles 5.12.2 | Miscellaneous |
| Open Graph | Miscellaneous |
| HTTP/3 | Miscellaneous |
| dc.js | JavaScript graphics, JavaScript libraries |
| Statsig 3.32.0 | Analytics, Feature management |
| Google Analytics | Analytics |
| Datadog | RUM, Analytics |
| Apollo 3.14.1 | JavaScript libraries |
| Vercel Speed Insights 1.3.1 | Analytics |
| Google Font API | Font scripts |
| Algolia DocSearch | Widgets |
| Strava | Widgets |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.