Vulnerability Scan Result

ip_address | 134.209.140.11 |
country | US ![]() |
network_name | Digitalocean LLC |
asn | AS14061 |
80/tcp | http | Caddy httpd - |
443/tcp | https | - - |
Software / Version | Category |
---|---|
Magnific Popup 4.27.4 | JavaScript libraries |
FitVids.JS 4.27.4 | Widgets, Video players |
jQuery Migrate 3.4.1 | JavaScript libraries |
Google Analytics UA | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
jQuery Mobile 4.27.4 | Mobile frameworks |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Easy Pie Chart | JavaScript libraries |
WordPress 6.8.1 | CMS, Blogs |
Divi 4.27.4 | Page builders, WordPress themes, WordPress plugins |
Google Tag Manager | Tag managers |
HSTS | Security |
RSS | Miscellaneous |
Yoast SEO 25.3.1 | SEO, WordPress plugins |
WordPress Super Cache | Caching, WordPress plugins |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://capitalstrategies.net/ | Response does not include the HTTP Content-Security-Policy security header or meta tag |
Vulnerability description
We noticed that the target application lacks the Content-Security-Policy (CSP) header in its HTTP responses. The CSP header is a security measure that instructs web browsers to enforce specific security rules, effectively preventing the exploitation of Cross-Site Scripting (XSS) vulnerabilities.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
Recommendation
Configure the Content-Security-Header to be sent with each HTTP response in order to apply the specific policies needed by the application.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://capitalstrategies.net/feed | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Social Security Number: 002-04-2025 |
Vulnerability description
We noticed that this application does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected. Sensitive data targeted usually consists of emails, credit card and social security numbers.
Risk description
The risk exists that sensitive personal information within the application could be accessed by unauthorized parties. This could lead to privacy violations, identity theft, or other forms of personal or corporate harm.
Recommendation
Compartmentalize the application to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://capitalstrategies.net/wp-content/themes/Divi | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Response has an internal server error status code: 500 |
Vulnerability description
We noticed that the target application's website does not properly handle or incorrectly manages exceptional conditions like Internal Server Errors. These errors can reveal sensitive information through their error messages. For instance, an error message could inadvertently disclose system paths or private application details.
Risk description
The risk exists that attackers could utilize information revealed in Internal Server Error messages to mount more targeted and effective attacks. Detailed error messages could, for example, expose a path traversal weakness (CWE-22) or other exploitable system vulnerabilities.
Recommendation
Ensure that error messages only contain minimal details that are useful to the intended audience, and nobody else. The messages need to strike the balance between being too cryptic and not being cryptic enough. They should not necessarily reveal the methods that were used to determine the error. Such detailed information can be used to refine the original attack to increase the chances of success. If errors must be tracked in some detail, capture them in log messages - but consider what could occur if the log messages can be viewed by attackers. Avoid recording highly sensitive information such as passwords in any form. Avoid inconsistent messaging that might accidentally tip off an attacker about internal state, such as whether a username is valid or not.
Classification
CWE | CWE-209 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
Software / Version | Category |
---|---|
Magnific Popup 4.27.4 | JavaScript libraries |
FitVids.JS 4.27.4 | Widgets, Video players |
jQuery Migrate 3.4.1 | JavaScript libraries |
Google Analytics UA | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
jQuery Mobile 4.27.4 | Mobile frameworks |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Easy Pie Chart | JavaScript libraries |
WordPress 6.8.1 | CMS, Blogs |
Divi 4.27.4 | Page builders, WordPress themes, WordPress plugins |
Google Tag Manager | Tag managers |
HSTS | Security |
RSS | Miscellaneous |
Yoast SEO 25.3.1 | SEO, WordPress plugins |
WordPress Super Cache | Caching, WordPress plugins |
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
Vulnerability description
We found the robots.txt on the target server. This file instructs web crawlers what URLs and endpoints of the web application they can visit and crawl. Website administrators often misuse this file while attempting to hide some web pages from the users.
Risk description
There is no particular security risk in having a robots.txt file. However, it's important to note that adding endpoints in it should not be considered a security measure, as this file can be directly accessed and read by anyone.
Recommendation
We recommend you to manually review the entries from robots.txt and remove the ones which lead to sensitive locations in the website (ex. administration panels, configuration files, etc).
Evidence
Vulnerability description
Website is accessible.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://capitalstrategies.net/ | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Email Address: info@capitalstrategies.net |
https://capitalstrategies.net/feed | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Email Address: rwright@capitalstrategies.net MHSCompliance@mfin.com |
Vulnerability description
We noticed that this web application exposes email addresses, which might be unintended. While not inherently a vulnerability, this information could be leveraged in social engineering or spam related activities.
Risk description
The risk is that exposed email addresses within the application could be accessed by unauthorized parties. This could lead to privacy violations, spam, phishing attacks, or other forms of misuse.
Recommendation
Compartmentalize the application to have 'safe' areas where trust boundaries can be unambiguously drawn. Do not allow email addresses to go outside of the trust boundary, and always be careful when interfacing with a compartment outside of the safe area.
Classification
CWE | CWE-200 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://capitalstrategies.net/feed | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Possible API endpoint found at |
Vulnerability description
We found API endpoints while crawling the given web application.
Risk description
These endpoints may represent an attack surface for malicious actors interested in API-specific vulnerabilities.
Recommendation
Use the API Scanner to perform a more thorough vulnerability check for these endpoints, if an API specification is present.
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.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.capitalstrategies.net | TXT | Text record | "v=DMARC1; p=none; rua=mailto:tailwinds@capitalstrategies.net; ruf=mailto:tailwinds@capitalstrategies.net; fo=1" |
Vulnerability description
We found that the target uses p=none in the DMARC policy. The DMARC policy set to p=none means that the domain owner is not taking any action on emails that fail DMARC validation. This configuration effectively disables enforcement, allowing potentially spoofed or fraudulent emails to be delivered without any additional scrutiny.
Risk description
Emails that fail DMARC checks are still delivered to recipients. This leaves the domain highly vulnerable to email spoofing and phishing attacks, as malicious actors can impersonate the domain without facing any consequences from DMARC enforcement.
Recommendation
We recommend changing the DMARC policy to p=quarantine or, ideally, p=reject to actively block or quarantine emails that fail DMARC validation. This will enhance the security of your domain against spoofing and phishing attacks by ensuring that only legitimate emails are delivered.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.capitalstrategies.net | TXT | Text record | "v=DMARC1; p=none; rua=mailto:tailwinds@capitalstrategies.net; ruf=mailto:tailwinds@capitalstrategies.net; fo=1" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
capitalstrategies.net | A | IPv4 address | 134.209.140.11 |
capitalstrategies.net | NS | Name server | ns77.domaincontrol.com |
capitalstrategies.net | NS | Name server | ns78.domaincontrol.com |
capitalstrategies.net | MX | Mail server | 0 capitalstrategies-net.mail.protection.outlook.com |
capitalstrategies.net | SOA | Start of Authority | ns77.domaincontrol.com. dns.jomax.net. 2025062702 28800 7200 604800 600 |
capitalstrategies.net | TXT | Text record | "ppe-ac1474975a3c86b12cac" |
capitalstrategies.net | TXT | Text record | "knowbe4-site-verification=05c4ad53435f11ab46a390a55e01f01a" |
capitalstrategies.net | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:e2ma.net -all" |
_dmarc.capitalstrategies.net | TXT | Text record | "v=DMARC1; p=none; rua=mailto:tailwinds@capitalstrategies.net; ruf=mailto:tailwinds@capitalstrategies.net; fo=1" |
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 |
---|---|
Linux 5.0 - 5.4 | 100% |
Vulnerability description
OS Detection
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
capitalstrategies.net | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:e2ma.net -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCyXqfBoCcnWjLfMjP5x52HGKy6oC/vicSs4Qq4P+/Vsjl0XYb/58oFt3yBZ/dwvzbmUitWNbAAPUeKBtdcKSByr8dn5JMi1WZxrjdcG5COff5F0foUC6WJ97KQMKnHOblW9iA0zU39loxtmd4DGcUeKYFvH3QVBXV6KlRs1O0XwIDAQAB; n=1024,1456514605,1" "472239405" |
Evidence
Software / Version | Category |
---|---|
WordPress 6.8.1 | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
FitVids.JS 4.27.4 | Widgets, Video players |
jQuery Mobile 4.27.4 | Mobile frameworks |
WordPress Super Cache | Caching, WordPress plugins |
Divi | Page builders, WordPress themes, WordPress plugins |
Yoast SEO 25.3.1 | SEO, WordPress plugins |
Magnific Popup 4.27.4 | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics UA | Analytics |
Easy Pie Chart | JavaScript libraries |
HSTS | Security |
HTTP/3 | Miscellaneous |
Google Font API | Font scripts |
RSS | Miscellaneous |
Open Graph | 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.