Domain morage3.com
United States
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

gunicorn

tcp/443

  • Open service 13.89.172.4:443 · morage3.com

    2026-01-08 03:54

    HTTP/1.1 200 OK
    Content-Length: 4718
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 08 Jan 2026 03:55:06 GMT
    Server: gunicorn
    Set-Cookie: ARRAffinity=448e4e323f602cb98e3644f740492afc4c1165c09fa6bace99badbaff2863b46;Path=/;HttpOnly;Secure;Domain=morage3.com
    Set-Cookie: ARRAffinitySameSite=448e4e323f602cb98e3644f740492afc4c1165c09fa6bace99badbaff2863b46;Path=/;HttpOnly;SameSite=None;Secure;Domain=morage3.com
    
    Page title: مصحح ومعالج المستندات
    
    <!doctype html>
    <html lang="ar" dir="rtl">
    
    <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    
      <!-- Bootstrap CSS -->
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
        integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
    
      <title>مصحح ومعالج المستندات</title>
      <link rel="shortcut icon" href="/static/favicon.ico">
    </head>
    
    <body>
      <main>
        <div class="px-4 py-3 my-2 text-center">
          <h1 class="display-6 fw-bold text-primary">مصحح ومعالج المستندات</h1>
          <p>يهدف هذا الموقع الى معالجة الوثائق النصية الصادرة من التطبيقات الخاصة بتحويل الـ PDF الى وورد لتحسين الدقة وجعل
            عملية التحويل الى اللغة البرايل أسهل.</p>
          <p>هدفنا هو التصحيح الآلي للأخطاء الشائعة التي تنتجها هذه التطبيقات في التحويل.</p>
          <p><a href="/features" class="text-primary">للإطلاع على مزايا الموقع اضغط هنا</a></p>
        </div>
        <form id="upload-form" method="post" action="/process" enctype="multipart/form-data">
          <div class="col-md-6 mx-auto text-center">
            <label for="document" class="form-label fw-bold fs-5">ملف الوورد</label>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
              <input type="file" class="form-control" id="document" name="document" style="max-width: 256px;" required>
            </div>
            <label for="corrections" class="form-label fw-bold fs-5">ملف التصحيحات (اختياري)</label>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
              <input type="file" class="form-control" id="corrections" name="corrections" style="max-width: 256px;">
            </div>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center my-2">
              <button type="submit" id="submit-btn" class="btn btn-primary btn-lg px-4 gap-3" disabled>معالجة</button>
            </div>
        </form>
        <div id="message" class="alert"></div>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
        <script>
          $(document).ready(function () {
            $('input[type=file]').on('input', function () {
              documentChange();
              clearMessage();
            });
            $("#message").text("");
            documentChange();
            document.querySelector("#upload-form").addEventListener("submit", function (event) {
              $("#message").attr("class", "");
              let file = document.getElementById("document").files[0];
              event.preventDefault();
              let form = document.getElementById("upload-form");
              var formData = new FormData(form);
              var progressBar = document.querySelector("#progress-bar");
              $("#message").text("يتم معالجة الملف");
              fetch("/process", {
                method: "POST",
                body: formData
              }).then(response => {
                if (!response.ok) {
                  return response.text().then(message => {
                    throw new Error(message);
                  });
                }
                return response.blob();
              }).then(blob => {
                const url = URL.createObjectURL(blob);
                const a = document.createElement("a");
                a.href = url;
                a.download = file.name;
                document.body.appendChild(a);
                a.click();
                setTimeout(() => {
                  document.body.removeChild(a);
                  window.URL.revokeObjectURL(url);
                  resetForm();
                  $("#message").text("تمت المعالجة بنجاح").addClass("alert-success");
                }, 100);
              })
              .catch(error => {
                  $("#message").text(error.message).addClass("alert-danger");
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 13.89.172.4:80 · morage3.com

    2026-01-08 03:54

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 08 Jan 2026 03:55:05 GMT
    Location: https://morage3.com/
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 13.89.172.4:443 · morage3.com

    2026-01-01 09:35

    HTTP/1.1 200 OK
    Content-Length: 4718
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 09:35:02 GMT
    Server: gunicorn
    Set-Cookie: ARRAffinity=fcfd6c307c3c0cbadc4831ee1be1a88a5a4f58c7aab38c63e7a0d57ac028cc6f;Path=/;HttpOnly;Secure;Domain=morage3.com
    Set-Cookie: ARRAffinitySameSite=fcfd6c307c3c0cbadc4831ee1be1a88a5a4f58c7aab38c63e7a0d57ac028cc6f;Path=/;HttpOnly;SameSite=None;Secure;Domain=morage3.com
    
    Page title: مصحح ومعالج المستندات
    
    <!doctype html>
    <html lang="ar" dir="rtl">
    
    <head>
      <!-- Required meta tags -->
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
    
      <!-- Bootstrap CSS -->
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
        integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
    
      <title>مصحح ومعالج المستندات</title>
      <link rel="shortcut icon" href="/static/favicon.ico">
    </head>
    
    <body>
      <main>
        <div class="px-4 py-3 my-2 text-center">
          <h1 class="display-6 fw-bold text-primary">مصحح ومعالج المستندات</h1>
          <p>يهدف هذا الموقع الى معالجة الوثائق النصية الصادرة من التطبيقات الخاصة بتحويل الـ PDF الى وورد لتحسين الدقة وجعل
            عملية التحويل الى اللغة البرايل أسهل.</p>
          <p>هدفنا هو التصحيح الآلي للأخطاء الشائعة التي تنتجها هذه التطبيقات في التحويل.</p>
          <p><a href="/features" class="text-primary">للإطلاع على مزايا الموقع اضغط هنا</a></p>
        </div>
        <form id="upload-form" method="post" action="/process" enctype="multipart/form-data">
          <div class="col-md-6 mx-auto text-center">
            <label for="document" class="form-label fw-bold fs-5">ملف الوورد</label>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
              <input type="file" class="form-control" id="document" name="document" style="max-width: 256px;" required>
            </div>
            <label for="corrections" class="form-label fw-bold fs-5">ملف التصحيحات (اختياري)</label>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
              <input type="file" class="form-control" id="corrections" name="corrections" style="max-width: 256px;">
            </div>
            <div class="d-grid gap-2 d-sm-flex justify-content-sm-center my-2">
              <button type="submit" id="submit-btn" class="btn btn-primary btn-lg px-4 gap-3" disabled>معالجة</button>
            </div>
        </form>
        <div id="message" class="alert"></div>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
        <script>
          $(document).ready(function () {
            $('input[type=file]').on('input', function () {
              documentChange();
              clearMessage();
            });
            $("#message").text("");
            documentChange();
            document.querySelector("#upload-form").addEventListener("submit", function (event) {
              $("#message").attr("class", "");
              let file = document.getElementById("document").files[0];
              event.preventDefault();
              let form = document.getElementById("upload-form");
              var formData = new FormData(form);
              var progressBar = document.querySelector("#progress-bar");
              $("#message").text("يتم معالجة الملف");
              fetch("/process", {
                method: "POST",
                body: formData
              }).then(response => {
                if (!response.ok) {
                  return response.text().then(message => {
                    throw new Error(message);
                  });
                }
                return response.blob();
              }).then(blob => {
                const url = URL.createObjectURL(blob);
                const a = document.createElement("a");
                a.href = url;
                a.download = file.name;
                document.body.appendChild(a);
                a.click();
                setTimeout(() => {
                  document.body.removeChild(a);
                  window.URL.revokeObjectURL(url);
                  resetForm();
                  $("#message").text("تمت المعالجة بنجاح").addClass("alert-success");
                }, 100);
              })
              .catch(error => {
                  $("#message").text(error.message).addClass("alert-danger");
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 13.89.172.4:80 · morage3.com

    2026-01-01 09:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 09:35:01 GMT
    Location: https://morage3.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
morage3.com
CN:
morage3.com
Not before:
2026-01-01 00:00
Not after:
2026-04-14 23:59
morage3.com
CN:
morage3.com
Not before:
2025-09-01 00:00
Not after:
2026-02-14 23:59
Domain summary
IP summary