Vulnerability Scan Result

| Title: | Home - Nigeria Immigration Service |
| Description: | No description found |
| ip_address | 37.148.200.14 |
| country | NL |
| network_name | Host Europe GmbH |
| asn | AS20773 |
22/tcp | ssh | OpenSSH 9.9 |
25/tcp | smtp | - - |
53/tcp | domain | - - |
80/tcp | http | nginx - |
81/tcp | http | Apache httpd - |
443/tcp | https | nginx - |
444/tcp | https | Apache httpd - |
465/tcp | tcpwrapped | - - |
587/tcp | submission | - - |
2078/tcp | https | cPanel httpd - |
2080/tcp | https | cPanel httpd - |
2082/tcp | infowave | - - |
2083/tcp | radsec | - - |
2086/tcp | gnunet | - - |
2087/tcp | eli | - - |
3306/tcp | mysql | MariaDB - |
| Software / Version | Category |
|---|---|
| Tippy.js | JavaScript libraries |
| Contact Form 7 6.1.6 | WordPress plugins, Form builders |
| Magnific Popup 8.4.9 | JavaScript libraries |
| Elementor 4.1.4 | Page builders, WordPress plugins |
| FingerprintJS | JavaScript libraries, Browser fingerprinting |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| GSAP | JavaScript frameworks |
| GTranslate | WordPress plugins, Translation |
| imagesLoaded 5.0.0 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Google Maps | Maps |
| Moment.js | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Popper | Miscellaneous |
| DoubleClick Floodlight | Advertising |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| WordPress Block Editor | Page builders |
| Google Tag Manager | Tag managers |
| Slider Revolution 6.7.21 | Widgets, Photo galleries |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| WordPress Super Cache | Caching, WordPress plugins |
Web Application Vulnerabilities
Evidence
| URL | Evidence |
|---|---|
| https://immigration.gov.ng/ | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
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).
Evidence
| Software / Version | Category |
|---|---|
| Tippy.js | JavaScript libraries |
| Contact Form 7 6.1.6 | WordPress plugins, Form builders |
| Magnific Popup 8.4.9 | JavaScript libraries |
| Elementor 4.1.4 | Page builders, WordPress plugins |
| FingerprintJS | JavaScript libraries, Browser fingerprinting |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| GSAP | JavaScript frameworks |
| GTranslate | WordPress plugins, Translation |
| imagesLoaded 5.0.0 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Google Maps | Maps |
| Moment.js | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Popper | Miscellaneous |
| DoubleClick Floodlight | Advertising |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| WordPress Block Editor | Page builders |
| Google Tag Manager | Tag managers |
| Slider Revolution 6.7.21 | Widgets, Photo galleries |
| Yoast SEO 27.9 | 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.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://immigration.gov.ng/ | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the X-Content-Type-Options header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://immigration.gov.ng/ | 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-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://immigration.gov.ng/ | 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 |
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 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://immigration.gov.ng/wp-json/oembed/1.0/embed | GET | Query: format=xml url=https://immigration.gov.ng/ 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.
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://immigration.gov.ng/ | 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 |
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 |
Infrastructure Vulnerabilities
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2026-35385 | 7.5 | 0.00419 | 0.33666 | No | In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode). |
| CVE-2025-26465 | 6.8 | 0.06997 | 0.93366 | No | A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client's memory resource first, turning the attack complexity high. |
| CVE-2025-26466 | 5.9 | 0.38474 | 0.9839 | No | A flaw was found in the OpenSSH package. For each ping packet the SSH server receives, a pong packet is allocated in a memory buffer and stored in a queue of packages. It is only freed when the server/client key exchange has finished. A malicious client may keep sending such packages, leading to an uncontrolled increase in memory consumption on the server side. Consequently, the server may become unavailable, resulting in a denial of service attack. |
| CVE-2025-32728 | 4.3 | 0.0016 | 0.05598 | No | In sshd in OpenSSH before 10.0, the DisableForwarding directive does not adhere to the documentation stating that it disables X11 and agent forwarding. |
| CVE-2026-35414 | 4.2 | 0.00176 | 0.07349 | No | OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters. |
Vulnerability description
Vulnerabilities found for Openssh 9.9
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
We managed to detect a publicly accessible SSH service. Starting Nmap ( https://nmap.org ) at 2026-07-01 19:39 EEST Nmap scan report for immigration.gov.ng (37.148.200.14) Host is up (0.015s latency). rDNS record for 37.148.200.14: 14.200.148.37.host.secureserver.net
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 9.9 (protocol 2.0) | ssh-auth-methods: | Supported authentication methods: | publickey | gssapi-keyex | gssapi-with-mic |_ password
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 1.00 seconds
Vulnerability description
We found that the SSH service with username/password authentication is publicly accessible. Network administrators often use remote administration protocols to control devices like switches, routers, and other essential systems. However, allowing these services to be accessible via the Internet can increase security risks, creating potential opportunities for attacks on the organization.
Risk description
Exposing this service online with username/password authentication can enable attackers to launch authentication attacks, like guessing login credentials, and potentially gaining unauthorized access. Vulnerabilities, such as unpatched software, protocol flaws, or backdoors could also be exploited. An example is the CVE-2024-3094 (XZ Utils Backdoor) vulnerability.
Recommendation
We recommend turning off SSH with username/password authentication access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the SSH service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, it is advisable to utilize SSH Public Key Authentication since it employs a key pair to verify the identity of a user or process.
Evidence
We managed to detect a publicly accessible MySQL service. PORT STATE SERVICE VERSION 3306/tcp open mysql MariaDB
Vulnerability description
We identified that the MySQL service is publicly accessible. MySQL serves as a common database for numerous web applications and services for data storage, making it a potential prime target for determined attackers.
Risk description
The risk exists that an attacker exploits this issue by launching a password-based attack on the MySQL service. Furthermore, they could exploit zero-day vulnerabilities to obtain remote access to the MySQL database server, thereby gaining complete control over its operating system and associated services. Such an attack could lead to the exposure of confidential or sensitive information.
Recommendation
We recommend turning off public Internet access to MySQL and opting for a Virtual Private Network (VPN) that enforces two-factor authentication (2FA). Avoid enabling direct user authentication to the MySQL service via the Internet, as this could enable attackers to engage in password-guessing and potentially initiate attacks leading to complete control. However, if the MySQL service is required to be directly accessible over the Internet, we recommend reconfiguring it to be accessible only from known IP addresses.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| immigration.gov.ng | TXT | Text record | "710ebaf30eeaed72a792abbfe2c88c7ca561d73ca8ced7715de894d36f9697d" |
| immigration.gov.ng | TXT | Text record | "lrmnpcaj67ruga89isc8gbnq41" |
| immigration.gov.ng | TXT | Text record | "f1190ca5e7e4c62f2d64c4e4d3de13c51817aa65a0dcb2ce491f09a0a0c30b4" |
| immigration.gov.ng | TXT | Text record | "9fe3cc7e95ab59117410c9e17b06951df269b086d5e6e4b8b02255d81441ffa" |
| immigration.gov.ng | TXT | Text record | "4449133b85e90df80295e9d38213f24fa853d9c09040390e0308f9281c71d20" |
| immigration.gov.ng | TXT | Text record | "MS=ms49186093" |
| immigration.gov.ng | TXT | Text record | "5f42333d558a255e21c1d2e54e6984be71ba728765a662300e6f465865c8e31" |
Vulnerability description
We found that the target server has no DMARC policy configured. A missing DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy means that the domain is not enforcing any DMARC policies to protect against email spoofing and phishing attacks. Without DMARC, even if SPF (Sender Policy Framework) or DKIM (DomainKeys Identified Mail) are configured, there is no mechanism to tell receiving email servers how to handle messages that fail authentication. This leaves the domain vulnerable to abuse, such as email spoofing and impersonation.
Risk description
Without a DMARC policy, your domain is highly vulnerable to email spoofing, allowing attackers to impersonate your brand and send fraudulent emails that appear legitimate. This can lead to phishing attacks targeting your customers, employees, or partners, potentially resulting in stolen credentials, financial loss, or unauthorized access to sensitive systems. Additionally, repeated spoofing attempts can severely damage your brand's reputation, as recipients may lose trust in communications from your domain, associating your brand with malicious activity. The absence of DMARC also prevents you from monitoring and mitigating email-based attacks, leaving your domain exposed to ongoing abuse.
Recommendation
We recommend implementing a DMARC policy for your domain. Start by configuring a DMARC record with a policy of p=none, which will allow you to monitor email flows without impacting legitimate emails. This initial setup helps identify how emails from your domain are being processed by recipient servers. Once you’ve verified that legitimate emails are passing SPF and DKIM checks, you can gradually enforce stricter policies like p=quarantine or p=reject to protect against spoofing and phishing attacks. Additionally, include rua and ruf email addresses in the DMARC record to receive aggregate and forensic reports. These reports will provide valuable insights into authentication failures and help you detect any spoofing attempts.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| authsmtp | rsa | 444 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtWk7tyzH9LQ23vK6mwui1mpiK8yosj" "SXM4J/VNx0KGo/e0HMt8ZB3fPhbqa8ghB0fhAzhWbLWUQpNmCtzK7I6ycL1Ko76jx6BKSvHXdQu6ruWrqfLpm5U" "poHRBBrBmx4eLWfQtgcMKidfFfJt2/odFKNokhXU8NbhTrD259Z2s0KCro3WhgirvLdehrmIFfr+OYdHrTeAsw6C/m02" "DrEZL6Q2D6+JHhgidp06qxzgt3mC1vPbzzyF8HfJQDouJRlNXM7mnHlG992WawmjVFh9RssRBv9zvN2u3NPyOPWqJsFsckCWmn+8IhOYErcIev1pJ46+xxugOSMBv6z16+2CQIDAQAB" |
Vulnerability description
We found that the DKIM key length is under 1024-bit. When a DKIM (DomainKeys Identified Mail) key length is under 1024-bit, it is considered weak by modern cryptographic standards. Shorter key lengths, such as 512 or 768 bits, are vulnerable to brute-force attacks, where an attacker could potentially forge a valid DKIM signature for a domain. This undermines the entire purpose of DKIM, which is to authenticate email messages and prevent email spoofing by verifying that the message headers have not been tampered with. A DKIM key under 1024 bits significantly reduces the difficulty for attackers to break the signature.
Risk description
The primary risk of using a DKIM key with fewer than 1024 bits is that it weakens the domain's email authentication security, making it more susceptible to brute-force attacks. If an attacker successfully forges a DKIM signature, they can impersonate legitimate senders and send fraudulent or phishing emails that appear authentic to the recipient. This can lead to financial losses, reputational damage, and an increased risk of targeted attacks, as recipients are more likely to trust emails that pass DKIM verification.
Recommendation
We recommend using a DKIM key with a length of at least 1024 bits. Ideally, 2048-bit keys should be used, as they provide a higher level of security and are more resistant to brute-force attacks. Organizations should regularly audit their DKIM configurations and rotate cryptographic keys periodically to maintain security. In addition, any DKIM keys that are less than 1024 bits should be immediately replaced with stronger keys to prevent exploitation.
Evidence
We found insecure DNS cookie usage on the following nameservers: ns1.galaxybackbone.com, ns2.galaxybackbone.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| immigration.gov.ng | A | IPv4 address | 37.148.200.14 |
| immigration.gov.ng | NS | Name server | ns1.galaxybackbone.com |
| immigration.gov.ng | NS | Name server | ns2.galaxybackbone.com |
| immigration.gov.ng | MX | Mail server | 0 mx1.immigration.gov.ng |
| immigration.gov.ng | MX | Mail server | 100 aspmx2.l.googlemail.com |
| immigration.gov.ng | MX | Mail server | 10 mx3.immigration.gov.ng |
| immigration.gov.ng | MX | Mail server | 100 aspmx.l.google.com |
| immigration.gov.ng | MX | Mail server | 100 aspmx3.l.googlemail.com |
| immigration.gov.ng | MX | Mail server | 200 webmail.immigration.gov.ng |
| immigration.gov.ng | MX | Mail server | 100 aspmx4.l.googlemail.com |
| immigration.gov.ng | MX | Mail server | 100 aspmx5.l.googlemail.com |
| immigration.gov.ng | MX | Mail server | 100 alt2.aspmx.l.google.com |
| immigration.gov.ng | MX | Mail server | 5 mx2.immigration.gov.ng |
| immigration.gov.ng | MX | Mail server | 100 alt1.aspmx.l.google.com |
| immigration.gov.ng | SOA | Start of Authority | ns1.galaxybackbone.com. admin.galaxybackbone.com. 2017101224 10800 3600 1814400 180 |
| immigration.gov.ng | TXT | Text record | "710ebaf30eeaed72a792abbfe2c88c7ca561d73ca8ced7715de894d36f9697d" |
| immigration.gov.ng | TXT | Text record | "lrmnpcaj67ruga89isc8gbnq41" |
| immigration.gov.ng | TXT | Text record | "f1190ca5e7e4c62f2d64c4e4d3de13c51817aa65a0dcb2ce491f09a0a0c30b4" |
| immigration.gov.ng | TXT | Text record | "9fe3cc7e95ab59117410c9e17b06951df269b086d5e6e4b8b02255d81441ffa" |
| immigration.gov.ng | TXT | Text record | "4449133b85e90df80295e9d38213f24fa853d9c09040390e0308f9281c71d20" |
| immigration.gov.ng | TXT | Text record | "MS=ms49186093" |
| immigration.gov.ng | TXT | Text record | "5f42333d558a255e21c1d2e54e6984be71ba728765a662300e6f465865c8e31" |
| immigration.gov.ng | SPF | Sender Policy Framework | "v=spf1 mx a ip4:41.78.83.238/32 ip4:41.78.83.236/32 ip4:41.222.211.143/32 ip4:41.222.211.3/32 ip4:197.159.78.72/32 ip4:197.159.67.181/32 -all" |
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
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Slider Revolution 6.7.21 | Widgets, Photo galleries |
| WordPress Block Editor | Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| Chart.js | JavaScript graphics |
| Google Maps | Maps |
| Contact Form 7 6.1.6 | WordPress plugins, Form builders |
| Nginx | Web servers, Reverse proxies |
| GSAP | JavaScript frameworks |
| WordPress Super Cache | Caching, WordPress plugins |
| Elementor 4.1.4 | Page builders, WordPress plugins |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| Swiper | JavaScript libraries |
| Moment.js 2.30.1 | JavaScript libraries |
| GTranslate | WordPress plugins, Translation |
| Magnific Popup 8.4.9 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| FingerprintJS | JavaScript libraries, Browser fingerprinting |
| Twitter Emoji (Twemoji) | Font scripts |
| jQuery UI 1.13.3 | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| core-js 3.46.0 | JavaScript libraries |
| Tippy.js | JavaScript libraries |
| Priority Hints | Performance |
| Google Font API | Font scripts |
| Font Awesome | Font scripts |
| DoubleClick Floodlight | Advertising |
| Popper | 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.
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Slider Revolution 6.7.21 | Widgets, Photo galleries |
| WordPress Block Editor | Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| Google Maps | Maps |
| Contact Form 7 6.1.6 | WordPress plugins, Form builders |
| Nginx | Web servers, Reverse proxies |
| GSAP | JavaScript frameworks |
| Apache HTTP Server | Web servers |
| WordPress Super Cache | Caching, WordPress plugins |
| Elementor 4.1.4 | Page builders, WordPress plugins |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| Swiper | JavaScript libraries |
| Moment.js | JavaScript libraries |
| imagesLoaded 5.0.0 | JavaScript libraries |
| GTranslate | WordPress plugins, Translation |
| Magnific Popup 8.4.9 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| FingerprintJS | JavaScript libraries, Browser fingerprinting |
| Twitter Emoji (Twemoji) | Font scripts |
| jQuery UI 1.13.3 | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| core-js 3.46.0 | JavaScript libraries |
| Tippy.js | JavaScript libraries |
| Priority Hints | Performance |
| Google Font API | Font scripts |
| Font Awesome | Font scripts |
| DoubleClick Floodlight | Advertising |
| Popper | 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.
Evidence
| Software / Version | Category |
|---|---|
| Basic | Security |
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 |
|---|---|
| Basic | Security |
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| authsmtp | rsa | 444 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtWk7tyzH9LQ23vK6mwui1mpiK8yosj" "SXM4J/VNx0KGo/e0HMt8ZB3fPhbqa8ghB0fhAzhWbLWUQpNmCtzK7I6ycL1Ko76jx6BKSvHXdQu6ruWrqfLpm5U" "poHRBBrBmx4eLWfQtgcMKidfFfJt2/odFKNokhXU8NbhTrD259Z2s0KCro3WhgirvLdehrmIFfr+OYdHrTeAsw6C/m02" "DrEZL6Q2D6+JHhgidp06qxzgt3mC1vPbzzyF8HfJQDouJRlNXM7mnHlG992WawmjVFh9RssRBv9zvN2u3NPyOPWqJsFsckCWmn+8IhOYErcIev1pJ46+xxugOSMBv6z16+2CQIDAQAB" |
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Slider Revolution 6.7.21 | Widgets, Photo galleries |
| WordPress Block Editor | Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| Google Maps | Maps |
| Contact Form 7 6.1.6 | WordPress plugins, Form builders |
| Nginx | Web servers, Reverse proxies |
| GSAP | JavaScript frameworks |
| WordPress Super Cache | Caching, WordPress plugins |
| Elementor 4.1.4 | Page builders, WordPress plugins |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| Swiper | JavaScript libraries |
| Moment.js | JavaScript libraries |
| imagesLoaded 5.0.0 | JavaScript libraries |
| GTranslate | WordPress plugins, Translation |
| Magnific Popup 8.4.9 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| FingerprintJS | JavaScript libraries, Browser fingerprinting |
| Twitter Emoji (Twemoji) | Font scripts |
| jQuery UI 1.13.3 | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| core-js 3.46.0 | JavaScript libraries |
| Tippy.js | JavaScript libraries |
| Priority Hints | Performance |
| Google Font API | Font scripts |
| Font Awesome | Font scripts |
| DoubleClick Floodlight | Advertising |
| Popper | 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.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| immigration.gov.ng | SPF | Sender Policy Framework | "v=spf1 mx a ip4:41.78.83.238/32 ip4:41.78.83.236/32 ip4:41.222.211.143/32 ip4:41.222.211.3/32 ip4:197.159.78.72/32 ip4:197.159.67.181/32 -all" |
Evidence
| Operating System | Accuracy |
|---|---|
| Linux 5.0 - 5.4 | 100% |
Vulnerability description
OS Detection
