Domain softwaremaroc.com
France
Groupe LWS SARL
Software information

fastestcache

tcp/443 tcp/80

  • Open service 91.234.194.113:443 · softwaremaroc.com

    2026-01-10 01:06

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:06:32 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: b2223dd888ceefd1bd9394944af9778e
    Link: <https://softwaremaroc.com/wp-json/>; rel="https://api.w.org/", <https://softwaremaroc.com/wp-json/wp/v2/pages/2>; rel="alternate"; title="JSON"; type="application/json", <https://softwaremaroc.com/>; rel=shortlink
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: b2223dd888ceefd1bd9394944af9778e
    Edge-Cache-Engine-Hit: HIT
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 91.234.194.113:443 · softwaremaroc.com

    2026-01-02 18:39

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 18:39:09 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: 6ae8157447e56555c355f1a361f96679
    Link: <https://softwaremaroc.com/wp-json/>; rel="https://api.w.org/", <https://softwaremaroc.com/wp-json/wp/v2/pages/2>; rel="alternate"; title="JSON"; type="application/json", <https://softwaremaroc.com/>; rel=shortlink
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: 6ae8157447e56555c355f1a361f96679
    Edge-Cache-Engine-Hit: HIT
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 91.234.194.113:80 · politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:08 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: 3f3594503d6acc394079eb3df4a3fef3
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    X-Request-Id: 3f3594503d6acc394079eb3df4a3fef3
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2a00:7ee0:9:3:44:1:0:7b:443 · politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:08 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: e197b24842c70d9a9b1af53b0ef639f4
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: e197b24842c70d9a9b1af53b0ef639f4
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2a00:7ee0:9:3:44:1:0:7b:80 · politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:07 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: e9bf7899776a0a9ca5c600d38eaa00ff
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    X-Request-Id: e9bf7899776a0a9ca5c600d38eaa00ff
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 91.234.194.113:443 · politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:07 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: 443eb7afd5e73946fa823076a63e568d
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: 443eb7afd5e73946fa823076a63e568d
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2a00:7ee0:9:3:44:1:0:7b:443 · www.politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:07 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: 16aa20c97901aedcc8bccf3b4e0ad678
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: 16aa20c97901aedcc8bccf3b4e0ad678
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 91.234.194.113:443 · www.politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:07 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: cfda2e058b3568981551698d8f4385ed
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: cfda2e058b3568981551698d8f4385ed
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 91.234.194.113:80 · www.politique-kanbanbymr.softwaremaroc.com

    2025-12-23 11:55

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 11:55:07 GMT
    Content-Type: text/html
    Content-Length: 12807
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: fe7afc7177bab25250e6f87646731f5c
    Last-Modified: Thu, 23 Oct 2025 10:57:38 GMT
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    X-Request-Id: fe7afc7177bab25250e6f87646731f5c
    Edge-Cache-Engine-Hit: HIT
    
    Page title: Privacy Policy - Kanban By Mr
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Privacy Policy - Kanban By Mr</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                padding: 20px;
                min-height: 100vh;
            }
    
            .language-selector {
                position: fixed;
                top: 20px;
                right: 20px;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                z-index: 1000;
                display: flex;
                gap: 8px;
            }
    
            .language-selector a {
                padding: 8px 16px;
                text-decoration: none;
                color: #667eea;
                font-weight: 600;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-size: 14px;
            }
    
            .language-selector a:hover {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
                transform: translateY(-2px);
            }
    
            .language-selector a.active {
                background: linear-gradient(135deg, #667eea, #764ba2);
                color: white;
            }
    
            .container {
                max-width: 800px;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                margin-top: 60px;
            }
    
            h1 {
                color: #667eea;
                margin-bottom: 10px;
                font-size: 2.5em;
                text-align: center;
            }
    
            .app-name {
                text-align: center;
                color: #764ba2;
                font-size: 1.2em;
                margin-bottom: 20px;
                font-weight: 600;
            }
    
            .last-updated {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
                font-style: italic;
            }
    
            h2 {
                color: #667eea;
                margin-top: 30px;
                margin-bottom: 15px;
                font-size: 1.8em;
                border-bottom: 2px solid #667eea;
                padding-bottom: 10px;
            }
    
            h3 {
                color: #764ba2;
                margin-top: 20px;
                margin-bottom: 10px;
                font-size: 1.3em;
            }
    
            p {
                margin-bottom: 15px;
                text-align: justify;
            }
    
            ul {
                margin-left: 30px;
                margin-bottom: 15px;
            }
    
            li {
                margin-bottom: 8px;
            }
    
            .highlight {
                background: linear-gradient(135deg, #667eea20, #764ba220);
                padding: 20px;
                border-radius: 10px;
                margin: 20px 0;
                border-left: 4px solid #667eea;
            }
    
            .contact {
                background: #f8f9fa;
                padding: 20px;
                border-radius: 10px;
                margin-top: 30px;
                text-align: center;
            }
    
            .contact a {
                color: #667eea;
                text-decoration: none;
                font-weight: 600;
            }
    
            .contact a:hover {
                text-decoration: underline;
            }
    
            @media (max-width: 600px) {
                .container {
                    padding: 20px;
                    margin-top: 80px;
                }
    
                h1 {
                    font-size: 2em;
                }
    
                h2 {
                    font-size: 1.5em;
                }
    
                .language-selector {
                    top: 10px;
                    right: 10px;
                    left: 10px;
                    justify-content: ce
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2a00:7ee0:9:3:44:1:0:7b:443 · softwaremaroc.com

    2025-12-20 08:29

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 08:29:42 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    server: fastestcache
    Edge-Cache-Engine: varnish
    Edge-Request-Id: 6c1d9283873631717bca8c91d1e540b3
    Link: <https://softwaremaroc.com/wp-json/>; rel="https://api.w.org/", <https://softwaremaroc.com/wp-json/wp/v2/pages/2>; rel="alternate"; title="JSON"; type="application/json", <https://softwaremaroc.com/>; rel=shortlink
    Vary: Accept-Encoding
    Edge-Cache-Engine-Mode: ACTIVE
    Age: 0
    Accept-Ranges: bytes
    Alt-Svc: h3=":443";ma=86400
    X-Request-Id: 6c1d9283873631717bca8c91d1e540b3
    Edge-Cache-Engine-Hit: HIT
    
    Found 2025-12-20 by HttpPlugin
    Create report
*.softwaremaroc.comsoftwaremaroc.com
CN:
softwaremaroc.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-13 19:54
Not after:
2026-03-13 19:54
politique-kanbanbymr.softwaremaroc.comwww.politique-kanbanbymr.softwaremaroc.com
CN:
politique-kanbanbymr.softwaremaroc.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-12-23 10:55
Not after:
2026-03-23 10:55