Vulnerability Scan Result

Title: | Download Revo Uninstaller Freeware - Free and Full Download |
Description: | Free fully functional download of Revo Uninstaller Pro, Pro Portable and Revo Uninstaller Freeware. Quick and fast download here. |
ip_address | 146.20.152.114 |
country | US ![]() |
network_name | - |
asn | - |
25/tcp | smtp | Postfix smtpd - |
26/tcp | smtp | Postfix smtpd - |
80/tcp | http | XYZ - |
110/tcp | pop3 | Dovecot pop3d - |
143/tcp | imap | Dovecot imapd - |
443/tcp | https | XYZ - |
587/tcp | smtp | Postfix smtpd - |
993/tcp | imap | Dovecot imapd - |
995/tcp | pop3 | Dovecot pop3d - |
Software / Version | Category |
---|---|
Autoptimize 3.1.13 | WordPress plugins, Performance |
Google Hosted Libraries | CDN |
Facebook Pixel 2.9.235 | Analytics |
Bootstrap 4.4.1 | UI frameworks |
LazySizes | JavaScript libraries, Performance |
core-js 3.32.2 | JavaScript libraries |
Google Analytics | Analytics |
Google Font API | Font scripts |
jQuery 3.5.1 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Popper | Miscellaneous |
RankMath SEO | WordPress plugins, SEO |
Sentry | Issue trackers |
WordPress | CMS, Blogs |
Polylang | WordPress plugins, Translation |
Verifone 2Checkout | Payment processors |
DigiCert | SSL/TLS certificate authorities |
Google Tag Manager | Tag managers |
jsDelivr | CDN |
Max Mega Menu | Widgets, WordPress plugins |
HSTS | Security |
Zendesk | Documentation, Issue trackers, Live chat |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.revouninstaller.com/revo-uninstaller-free-download/ | pll_language, PHPSESSID | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: pll_language=en Set-Cookie: PHPSESSID=dlnng391tfrf5bv5r3a0bet718 |
Vulnerability description
We found that a cookie has been set without the HttpOnly
flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
CWE | CWE-1004 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.revouninstaller.com/revo-uninstaller-free-download/ | PHPSESSID | Set-Cookie: PHPSESSID=dlnng391tfrf5bv5r3a0bet718 |
Vulnerability description
We found that a cookie has been set without the Secure
flag, which means the browser will send it over an unencrypted channel (plain HTTP) if such a request is made. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk exists that an attacker will intercept the clear-text communication between the browser and the server and he will steal the cookie of the user. If this is a session cookie, the attacker could gain unauthorized access to the victim's web session.
Recommendation
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
Software / Version | Category |
---|---|
Autoptimize 3.1.13 | WordPress plugins, Performance |
Google Hosted Libraries | CDN |
Facebook Pixel 2.9.235 | Analytics |
Bootstrap 4.4.1 | UI frameworks |
LazySizes | JavaScript libraries, Performance |
core-js 3.32.2 | JavaScript libraries |
Google Analytics | Analytics |
Google Font API | Font scripts |
jQuery 3.5.1 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Popper | Miscellaneous |
RankMath SEO | WordPress plugins, SEO |
Sentry | Issue trackers |
WordPress | CMS, Blogs |
Polylang | WordPress plugins, Translation |
Verifone 2Checkout | Payment processors |
DigiCert | SSL/TLS certificate authorities |
Google Tag Manager | Tag managers |
jsDelivr | CDN |
Max Mega Menu | Widgets, WordPress plugins |
HSTS | Security |
Zendesk | Documentation, Issue trackers, Live chat |
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
URL | Evidence |
---|---|
https://www.revouninstaller.com/revo-uninstaller-free-download/ | 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-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
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).
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.
Evidence
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
www.revouninstaller.com | SPF | Sender Policy Framework | "v=spf1 a ip4:146.20.152.114 include:mail.zendesk.com include:spf.mailjet.com include:email.campaign-mail-1.com ~all" |
Vulnerability description
We found that the Sender Policy Framework (SPF) record for the domain is configured with ~all (soft fail), which indicates that emails from unauthorized IP addresses are not explicitly denied. Instead, the recipient mail server is instructed to treat these messages with suspicion but may still accept them. This configuration may not provide enough protection against email spoofing and unauthorized email delivery, leaving the domain more vulnerable to impersonation attempts.
Risk description
The ~all directive in an SPF record allows unauthorized emails to pass through some email servers, even though they fail SPF verification. While such emails may be marked as suspicious or placed into a spam folder, not all mail servers handle soft fail conditions consistently. This creates a risk that malicious actors can spoof the domain to send phishing emails or other fraudulent communications, potentially causing damage to the organization's reputation and leading to successful social engineering attacks.
Recommendation
We recommend changing the SPF record's ~all (soft fail) directive to -all (hard fail). The -all setting tells recipient mail servers to reject emails from any IP addresses not listed in the SPF record, providing stronger protection against email spoofing. Ensure that all legitimate IP addresses and services that send emails on behalf of your domain are properly included in the SPF record before implementing this change.
Evidence
We managed to detect that Bootstrap has reached the End-of-Life (EOL).
Version detected: 4.4.1 End-of-life date: 2023-01-01 Latest version for the cycle: 4.6.2 This release cycle (4) does have long-term-support (LTS). The cycle was released on 2018-01-18 and its latest release date was 2022-07-19. The support ended on 2021-11-01.
Risk description
Using end-of-life (EOL) software poses significant security risks for organizations. EOL software no longer receives updates, including critical security patches. This creates a vulnerability landscape where known and potentially new security flaws remain unaddressed, making the software an attractive target for malicious actors. Attackers can exploit these vulnerabilities to gain unauthorized access, disrupt services, or steal sensitive data. Moreover, without updates, compatibility issues arise with newer technologies, leading to operational inefficiencies and increased potential for system failures. Additionally, regulatory and compliance risks accompany the use of EOL software. Many industries have strict data protection regulations that require up-to-date software to ensure the highest security standards. Non-compliance can result in hefty fines and legal consequences. Organizations also risk damaging their reputation if a breach occurs due to outdated software, eroding customer trust and potentially leading to a loss of business. Therefore, continuing to use EOL software undermines both security posture and business integrity, necessitating timely upgrades and proactive risk management strategies.
Recommendation
To mitigate the risks associated with end-of-life (EOL) software, it's crucial to take proactive steps. Start by identifying any EOL software currently in use within your organization. Once identified, prioritize upgrading or replacing these applications with supported versions that receive regular updates and security patches. This not only helps close security gaps but also ensures better compatibility with newer technologies, enhancing overall system efficiency and reliability.Additionally, develop a comprehensive software lifecycle management plan. This plan should include regular audits to identify upcoming EOL dates and a schedule for timely updates or replacements. Train your IT staff and users about the importance of keeping software up to date and the risks associated with using outdated versions. By maintaining a proactive approach to software management, you can significantly reduce security risks, ensure compliance with industry regulations, and protect your organization's reputation and customer trust.
Evidence
We managed to detect a publicly accessible Post Office Protocol (POP3) service. Starting Nmap ( https://nmap.org ) at 2025-10-16 00:45 EEST Nmap scan report for www.revouninstaller.com (146.20.152.114) Host is up (0.098s latency). rDNS record for 146.20.152.114: 1333686-web1.vsrevogroup.com
PORT STATE SERVICE VERSION 995/tcp open ssl/pop3 Dovecot pop3d |_pop3-capabilities: SASL(PLAIN) RESP-CODES AUTH-RESP-CODE PIPELINING USER CAPA UIDL TOP
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 7.92 seconds
Vulnerability description
We found that the Post Office Protocol (POP3) service is publicly accessible and doesn’t include STARTTLS capability. Email clients use the Post Office Protocol (POP) to download emails for user accounts. Some POP servers are initially set up to operate over an unsecured protocol. When email clients download email content through this plaintext protocol, it can pose a substantial risk to the organization's network, especially depending on which user account is set to receive the emails.
Risk description
Exposing this service online can enable attackers to conduct man-in-the-middle attacks, thereby gaining access to sensitive user credentials and the contents of emails. Given that POP3 operates via a plaintext protocol, the entirety of the data exchanged between the client and server is left unencrypted. This critical information could then be leveraged in further attacks on the organization's network.
Recommendation
We recommend turning off POP3 access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the POP3 service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, activating STARTTLS capability (switching the connection to a secure communication) or utilizing Secure POP3 (POP3S) is recommended, as this protocol employs encryption.
Evidence
Software / Version | Category |
---|---|
WordPress | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
Bootstrap 4.4.1 | UI frameworks |
RankMath SEO | WordPress plugins, SEO |
Verifone 2Checkout | Payment processors |
Polylang | WordPress plugins, Translation |
Max Mega Menu | Widgets, WordPress plugins |
Autoptimize 3.1.13 | WordPress plugins, Performance |
Zendesk | Documentation, Issue trackers, Live chat |
jsDelivr | CDN |
jQuery 3.5.1 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Hosted Libraries | CDN |
Google Analytics | Analytics |
Facebook Pixel 2.9.235 | Analytics |
HSTS | Security |
DigiCert | SSL/TLS certificate authorities |
Popper | Miscellaneous |
Google Font API | Font scripts |
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.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
www.revouninstaller.com | A | IPv4 address | 146.20.152.114 |
www.revouninstaller.com | NS | Name server | ns.rackspace.com |
www.revouninstaller.com | NS | Name server | ns2.rackspace.com |
www.revouninstaller.com | MX | Mail server | 10 mail.revouninstaller.com |
www.revouninstaller.com | SOA | Start of Authority | ns.rackspace.com. hostmaster.rackspace.com. 1742301715 3600 300 1814400 300 |
www.revouninstaller.com | TXT | Text record | "_domainkey.revouninstaller.com. IN TXT o=- default._domainkey.revouninstaller.com. IN TXT p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqI+3lWzSazUhV6A8JAu5Z+pkIOKc03CTezgpb3FTXl2eC1LTVf+QSkG1PCN+YUJOdlN6PP7whze+NwqUge8V+Bq2BgH3+wBfsqNclV3+v04dxREKyS9y94wqWQGV" "OPOUqSIMA9jjjWN3Zuuh0GBb9ZB8l8Tug8gR9Goua2FCsUQIDAQAB;" |
www.revouninstaller.com | TXT | Text record | "ahrefs-site-verification_e49c7ab1a4256c9dbf885b4c62b3a749c10fe81d4437ac5f9644d256ba41cd3d" |
www.revouninstaller.com | TXT | Text record | "_j14g5845z7colprq4w2m880gdzytkrx" |
www.revouninstaller.com | TXT | Text record | "google-site-verification=i-lEvLXBDj2kU_aVxzQBxrRy6JD7MXE7LcU65tsPFU4" |
www.revouninstaller.com | SPF | Sender Policy Framework | "v=spf1 a ip4:146.20.152.114 include:mail.zendesk.com include:spf.mailjet.com include:email.campaign-mail-1.com ~all" |
www.revouninstaller.com | CNAME | Canonical name | revouninstaller.com |
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 2.6.39 | 94% |
Vulnerability description
OS Detection