Vulnerability Scan Result

| Title: | Home | KubioBuilder |
| Description: | No description found |
| ip_address | 104.26.3.119 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 172.67.73.215 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 104.26.2.119 |
| 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 |
|---|---|
| AngularJS | JavaScript frameworks |
| Autoptimize | WordPress plugins, Performance |
| Colibri WP | WordPress themes, Page builders |
| Contact Form 7 | WordPress plugins, Form builders |
| Matomo Tag Manager | Tag managers |
| FastSpring | Ecommerce, Payment processors |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| Gravatar | Miscellaneous |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| Kubio Builder | Page builders |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Piwik PRO Core | Analytics |
| React | JavaScript frameworks |
| Really Simple SSL & Security | Security |
| Site Kit 1.182.0 | Analytics, WordPress plugins |
| Cloudflare Rocket Loader | Performance |
| DoubleClick Floodlight | Advertising |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress 6.8.5 | CMS, Blogs |
| WordPress Site Editor | Page builders |
| WordPress Block Editor | Page builders |
| Cloudflare | CDN |
| Cloudflare Turnstile | Security |
| CookieYes | Cookie compliance |
| Google Tag Manager | Tag managers |
| Help Scout | Issue trackers, Live chat |
| Post Affiliate Pro | Affiliate programs |
| RSS | Miscellaneous |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| WordPress Super Cache | Caching, WordPress plugins |
Web Application Vulnerabilities
Evidence
| URL | Evidence |
|---|---|
| https://kubiobuilder.com/ | 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://kubiobuilder.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 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://kubiobuilder.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
| Software / Version | Category |
|---|---|
| AngularJS | JavaScript frameworks |
| Autoptimize | WordPress plugins, Performance |
| Colibri WP | WordPress themes, Page builders |
| Contact Form 7 | WordPress plugins, Form builders |
| Matomo Tag Manager | Tag managers |
| FastSpring | Ecommerce, Payment processors |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| Gravatar | Miscellaneous |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| Kubio Builder | Page builders |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Piwik PRO Core | Analytics |
| React | JavaScript frameworks |
| Really Simple SSL & Security | Security |
| Site Kit 1.182.0 | Analytics, WordPress plugins |
| Cloudflare Rocket Loader | Performance |
| DoubleClick Floodlight | Advertising |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress 6.8.5 | CMS, Blogs |
| WordPress Site Editor | Page builders |
| WordPress Block Editor | Page builders |
| Cloudflare | CDN |
| Cloudflare Turnstile | Security |
| CookieYes | Cookie compliance |
| Google Tag Manager | Tag managers |
| Help Scout | Issue trackers, Live chat |
| Post Affiliate Pro | Affiliate programs |
| RSS | Miscellaneous |
| 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://kubiobuilder.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 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://kubiobuilder.com/ | POST | Body: AGREE_TO_TERMS_OVER_18=0 email=example_email@example.com sib_form_action=subscribe_form_submit sib_form_alert_notice=Please fill out this field sib_form_id=3 sib_form_invalid_email_notice=Your email address is invalid sib_security=2bbfc32b61 Headers: Content-Type=application/x... | 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.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.kubiobuilder.com | TXT | Text record | "v=DMARC1; p=none; sp=none; rua=mailto:dmarc@mailinblue.com!10m; ruf=mailto:dmarc@mailinblue.com!10m; rua=mailto:postmaster@kubiobuilder.com; rf=afrf; pct=100; ri=86400" |
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.kubiobuilder.com | TXT | Text record | "v=DMARC1; p=none; sp=none; rua=mailto:dmarc@mailinblue.com!10m; ruf=mailto:dmarc@mailinblue.com!10m; rua=mailto:postmaster@kubiobuilder.com; rf=afrf; pct=100; ri=86400" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
We managed to detect that WordPress has reached the End-of-Life (EOL).
Version detected: 6.8.5 End-of-life date: 2025-12-02 Latest version for the cycle: 6.8.5 This release cycle (6.8) doesn't have long-term-support (LTS). The cycle was released on 2025-04-15 and its latest release date was 2026-03-11.
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 found insecure DNS cookie usage on the following nameservers: oswald.ns.cloudflare.com, tori.ns.cloudflare.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
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
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 |
|---|---|---|---|
| kubiobuilder.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:spf.sendinblue.com include:helpscoutemail.com mx -all" |
Evidence
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.0-RELEASE | 91% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare | CDN |
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 6.8.5 | CMS, Blogs |
| Kubio Builder | Page builders |
| WordPress Site Editor | Page builders |
| WordPress Block Editor | Page builders |
| Colibri WP | WordPress themes, Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| HeroUI | UI frameworks |
| Contact Form 7 | WordPress plugins, Form builders |
| React | JavaScript frameworks |
| FastSpring | Ecommerce, Payment processors |
| AngularJS | JavaScript frameworks |
| WordPress Super Cache | Caching, WordPress plugins |
| Yoast SEO 27.9 | SEO, WordPress plugins |
| Site Kit 1.182.0 | Analytics, WordPress plugins |
| Autoptimize | WordPress plugins, Performance |
| Swiper | JavaScript libraries |
| Help Scout | Issue trackers, Live chat |
| Cloudflare Browser Insights | Analytics, RUM |
| Post Affiliate Pro | Affiliate programs |
| Matomo Tag Manager | Tag managers |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Google Analytics GA4 | Analytics |
| Cloudflare Rocket Loader | Performance |
| Really Simple SSL & Security | Security |
| CookieYes | Cookie compliance |
| Piwik PRO Core | Analytics |
| DoubleClick Floodlight | Advertising |
| Cloudflare | CDN |
| RSS | Miscellaneous |
| Open Graph | Miscellaneous |
| HTTP/3 | Miscellaneous |
| Cloudflare Turnstile | Security |
| Priority Hints | Performance |
| Gravatar | 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 |
|---|---|
| Cloudflare | CDN |
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 |
|---|---|---|---|
| kubiobuilder.com | A | IPv4 address | 104.26.3.119 |
| kubiobuilder.com | A | IPv4 address | 104.26.2.119 |
| kubiobuilder.com | A | IPv4 address | 172.67.73.215 |
| kubiobuilder.com | NS | Name server | oswald.ns.cloudflare.com |
| kubiobuilder.com | NS | Name server | tori.ns.cloudflare.com |
| kubiobuilder.com | MX | Mail server | 1 aspmx.l.google.com |
| kubiobuilder.com | MX | Mail server | 10 alt3.aspmx.l.google.com |
| kubiobuilder.com | MX | Mail server | 10 alt4.aspmx.l.google.com |
| kubiobuilder.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
| kubiobuilder.com | MX | Mail server | 5 alt2.aspmx.l.google.com |
| kubiobuilder.com | SOA | Start of Authority | oswald.ns.cloudflare.com. dns.cloudflare.com. 2408277941 10000 2400 604800 1800 |
| kubiobuilder.com | AAAA | IPv6 address | 2606:4700:20::681a:377 |
| kubiobuilder.com | AAAA | IPv6 address | 2606:4700:20::ac43:49d7 |
| kubiobuilder.com | AAAA | IPv6 address | 2606:4700:20::681a:277 |
| kubiobuilder.com | TXT | Text record | "Sendinblue-code:e783ae00f25ec397764a7e95c530e7b1" |
| kubiobuilder.com | TXT | Text record | "facebook-domain-verification=4bf46f82qt4pr2uutn9dbrw80fy3mx" |
| kubiobuilder.com | TXT | Text record | "google-site-verification=7BMR7ts9HktSfkw2MFNLYT4Bw_MIhOnH1Pqu5esT2VQ" |
| kubiobuilder.com | TXT | Text record | "google-site-verification=cAL3HlkMH0sLuOXE8zWKY-lLR2bGGDLTpaTEJ3Nu-BY" |
| kubiobuilder.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:spf.sendinblue.com include:helpscoutemail.com mx -all" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
| kubiobuilder.com | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
| _dmarc.kubiobuilder.com | TXT | Text record | "v=DMARC1; p=none; sp=none; rua=mailto:dmarc@mailinblue.com!10m; ruf=mailto:dmarc@mailinblue.com!10m; rua=mailto:postmaster@kubiobuilder.com; rf=afrf; pct=100; ri=86400" |
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" | |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwcarlr7NZbbZRBP73wZya28P8Kuw89C9Hrqcklr4khzZi1vUCV2H+caETTzoUR7NRFzsxYLe2ITylPT8ebkjPVgH40tCcTZ9umxf4rROXnDByFc7Ped2UpSXOMgQRQwykhNp5HQOKDvaZaIdWSRmFYF4XvdcpD2u4SgEYvgnDg2WHUfi2vGj9+8p4qMcnnEFI2i1b" "GET9ucbKVZjreIEJRrkMofo2p6l8g9PRWU9b0fNRZ8vxZgGm9YPrtDkeBTY3jlrT+gLbdnbDF9R4JJ2p80EhoViI/pMQgkBgwZJDT2D99NDIGOk17GlFCtirF+5cpD64McmZE6VRG5InxPoaQIDAQAB" |
| s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDU3t6ZGkV3iWy+5jLIBEXaaomL9z8VlLiN++lLjeD7UknRfvPyF+1aRkBQPO2+GxKJ01qWVh77RxP8pIV94QO5deq5mA+wmT03zuQ2t4dNCksFX3MWT5VgYxJhepM4BUvCBLrnwSqt/Z7JZYPZKKJ67SD74e5Sg7Z+xe37g+y/cwIDAQAB" |