Vulnerability Scan Result

IP address | 84.32.84.115 |
Country | LT ![]() |
AS number | AS47583 |
Net name | Ripe NCC ASN Block |
No open ports were found.
Software / Version | Category |
---|---|
Bootstrap | UI frameworks |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.6.0 | JavaScript libraries |
PHP 8.2.28 | Programming languages |
WOW | JavaScript frameworks, Web frameworks, JavaScript graphics |
Hostinger | Hosting |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://nanocity.blacklionsky.com/ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://nanocity.blacklionsky.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-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://nanocity.blacklionsky.com/ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://nanocity.blacklionsky.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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Bootstrap | UI frameworks |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.6.0 | JavaScript libraries |
PHP 8.2.28 | Programming languages |
WOW | JavaScript frameworks, Web frameworks, JavaScript graphics |
Hostinger | Hosting |
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
Website is accessible.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://nanocity.blacklionsky.com/ | 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: admin@admin.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 | A6: Security Misconfiguration |
OWASP Top 10 - 2021 | A4: Insecure Design |
Evidence
URL | Evidence |
---|---|
https://nanocity.blacklionsky.com/deliveryman/apply |
|
Vulnerability description
We have discovered that the target application presents a login interface that could be a potential target for attacks. While login interfaces are standard for user authentication, they can become vulnerabilities if not properly secured.
Risk description
The risk is that an attacker could use this interface to mount brute force attacks against known passwords and usernames combinations leaked throughout the web.
Recommendation
Ensure each interface is not bypassable using common knowledge of the application or leaked credentials using occasional password audits.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://nanocity.blacklionsky.com/deliveryman/apply | 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 Cookies: 6ammart1747161049app_envlive_session=eyJpdiI6InVnYk5qL21uQXZrUnhMMzdqcHY4Y3c9PSIsInZhbHVlIjoiNFNUd3IzUGZtWkhyZlFySlNrSkh3S3NDZVhzNEFoQjQzMlp5O... | The following form allows file upload: ` |
Vulnerability description
We found the file upload functionality in the web application. While this is not a security issue by itself, it may represent a first step in an attack involving storing data on the target server.
Risk description
The risk is that an attacker might use the file upload functionality for path traversal, persistent XSS, transmission of malware or denial of service, if such vulnerabilities are present.
Recommendation
Use a server-generated filename, inspect the content of uploaded files, enforce a whitelist of non-executable file types and a size limit, and reject attempts to upload archive formats such as ZIP.
Classification
CWE | CWE-434 |
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Method | Summary |
---|---|---|
https://nanocity.blacklionsky.com/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: GET,HEAD` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
nanocity.blacklionsky.com | A | IPv4 address | 92.113.23.6 |
nanocity.blacklionsky.com | NS | Name server | ns2.dns-parking.com |
nanocity.blacklionsky.com | NS | Name server | ns1.dns-parking.com |
nanocity.blacklionsky.com | MX | Mail server | 10 mx2.hostinger.ae |
nanocity.blacklionsky.com | MX | Mail server | 5 mx1.hostinger.ae |
nanocity.blacklionsky.com | SOA | Start of Authority | ns1.dns-parking.com. dns.hostinger.com. 2025052901 10000 2400 604800 600 |
nanocity.blacklionsky.com | AAAA | IPv6 address | 2a02:4780:43:7305:2b9d:c529:e982:4bdc |
nanocity.blacklionsky.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.mail.hostinger.com ~all" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "globalsign.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "sectigo.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "globalsign.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issue "sectigo.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog" |
nanocity.blacklionsky.com | CAA | Certificate Authority Authorization | 0 issuewild "digicert.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.