Domain ayushjain.tech
India
Hostinger International Limited
Software information

LiteSpeed LiteSpeed

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-03-09 06:53
    Last seen 2025-06-30 08:39
    Open for 113 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb0be17f6c

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "upstream"]
      	url = https://github.com/codewithsadee/vcard-personal-portfolio.git
      	fetch = +refs/heads/*:refs/remotes/upstream/*
      [branch "master"]
      	remote = origin
      	vscode-merge-base = origin/master
      	merge = refs/heads/master
      [remote "origin"]
      	url = https://github.com/ayushstack/vcard-personal-portfolio.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      
      Found on 2025-06-30 08:39
      492 Bytes
  • Open service 2a02:4780:11:1937:0:66c:b00b:6:443 · scanon.ayushjain.tech

    2025-12-22 11:38

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html
    Last-Modified: Mon, 22 Dec 2025 11:36:18 GMT
    Etag: "ae5f-69492d32-595622366a7c2b70;;;"
    Accept-Ranges: bytes
    Content-Length: 44639
    Date: Mon, 22 Dec 2025 11:38:13 GMT
    Server: LiteSpeed
    platform: hostinger
    panel: hpanel
    Content-Security-Policy: upgrade-insecure-requests
    alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
    
    Page title: ScanOnAI - Free AI Protection Against Cyber Crimes
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>ScanOnAI - Free AI Protection Against Cyber Crimes</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
        <script>
            tailwind.config = {
                theme: {
                    extend: {
                        colors: {
                            primary: '#00f0ff',
                            secondary: '#0077ff',
                            dark: '#0a0a1a',
                            darker: '#050510',
                            accent: '#ff00aa',
                        },
                        animation: {
                            'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
                            'float': 'float 6s ease-in-out infinite',
                            'glow': 'glow 2s ease-in-out infinite alternate',
                        },
                        keyframes: {
                            float: {
                                '0%, 100%': { transform: 'translateY(0)' },
                                '50%': { transform: 'translateY(-20px)' },
                            },
                            glow: {
                                '0%': { 'text-shadow': '0 0 10px rgba(0, 240, 255, 0.5)' },
                                '100%': { 'text-shadow': '0 0 20px rgba(0, 240, 255, 0.8)' },
                            }
                        }
                    }
                }
            }
        </script>
        <style>
            body {
                background-color: #0a0a1a;
                color: white;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                overflow-x: hidden;
            }
            
            .cyber-border {
                position: relative;
            }
            
            .cyber-border::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: linear-gradient(90deg, transparent, #00f0ff, transparent);
            }
            
            .ai-card {
                background: rgba(10, 10, 26, 0.7);
                backdrop-filter: blur(10px);
                border: 1px solid rgba(0, 240, 255, 0.2);
                transition: all 0.3s ease;
            }
            
            .ai-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 10px 25px rgba(0, 240, 255, 0.2);
                border-color: rgba(0, 240, 255, 0.5);
            }
            
            .scam-indicator {
                background: linear-gradient(90deg, #ff0000, #ff6600);
            }
            
            .safe-indicator {
                background: linear-gradient(90deg, #00ff00, #00ffaa);
            }
            
            .glowing-btn {
                box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
                transition: all 0.3s ease;
            }
            
            .glowing-btn:hover {
                box-shadow: 0 0 25px rgba(0, 240, 255, 0.8);
            }
            
            .neon-text {
                text-shadow: 0 0 10px rgba(0, 240, 255, 0.7);
            }
            
            @keyframes scanline {
                0% { transform: translateY(-100%); }
                100% { transform: translateY(100%); }
            }
            @keyframes blink {
                50%, 100% { opacity: 1; }
                50% { opacity: 0.5; }
            }
            
            .scanlines::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(
                    to bottom,
                    transparent 0%,
                    rgba(0, 240, 255, 0.05) 50%,
                    transparent 100%
                );
            }
    
            /* Responsive adjustments */
            @media (max-width: 768px) {
                .hero-title {
                    font-size: 2.5rem;
                    line-height: 1.2;
                }
                
                .her
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2a02:4780:11:1937:0:66c:b00b:6:80 · scanon.ayushjain.tech

    2025-12-22 11:38

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Type: text/html
    Content-Length: 795
    Date: Mon, 22 Dec 2025 11:38:13 GMT
    Server: LiteSpeed
    Location: https://scanon.ayushjain.tech/
    platform: hostinger
    panel: hpanel
    Content-Security-Policy: upgrade-insecure-requests
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2a02:4780:11:1937:0:66c:b00b:6:80 · meet.ayushjain.tech

    2025-12-19 10:07

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Type: text/html
    Content-Length: 795
    Date: Fri, 19 Dec 2025 10:07:26 GMT
    Server: LiteSpeed
    Location: https://meet.ayushjain.tech/
    platform: hostinger
    panel: hpanel
    Content-Security-Policy: upgrade-insecure-requests
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2a02:4780:11:1937:0:66c:b00b:6:443 · meet.ayushjain.tech

    2025-12-19 10:07

    HTTP/1.1 200 OK
    Connection: close
    X-Powered-By: PHP/8.2.28
    set-cookie: PHPSESSID=j26qocnjn9fdgt3ks8tehv07a9; path=/; secure
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate
    Pragma: no-cache
    Content-Type: text/html; charset=UTF-8
    Content-Length: 9293
    Date: Fri, 19 Dec 2025 10:07:27 GMT
    Server: LiteSpeed
    platform: hostinger
    panel: hpanel
    Content-Security-Policy: upgrade-insecure-requests
    alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
    
    Page title: Book a Meeting — Ayush Jain
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width,initial-scale=1" />
      <title>Book a Meeting — Ayush Jain</title>
      <meta name="description" content="Book a video call with Ayush Jain — choose a date and share details.">
      <link rel="icon" href="/static/favicon.ico" />
      <script src="https://cdn.tailwindcss.com"></script>
      <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
      <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
    
      <style>
        :root{
          --bg-900:#030712;
          --glass-border: rgba(59,130,246,0.08);
          --muted: #9ca3af;
        }
    
        body{
          font-family:'Space Grotesk', system-ui;
          background: linear-gradient(180deg,var(--bg-900), #000815 120%);
          color:#e6eef8;
          margin:0;
        }
    
        .glass{
          background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.015));
          border:1px solid var(--glass-border);
          backdrop-filter:blur(6px);
          border-radius:14px;
          box-shadow:0 8px 30px rgba(2,6,23,0.6);
        }
    
        input, textarea, select{
          background: rgba(255,255,255,0.04) !important;
          color:white !important;
          border:1px solid rgba(255,255,255,0.12) !important;
        }
        ::placeholder{ color:rgba(235,245,255,0.55) !important; }
    
        select option{
          background:#0b1320 !important;
          color:white !important;
        }
    
        /* Flatpickr base tweaks (keep your theme) */
        .flatpickr-calendar{
          background:#0b1320 !important;
          border:1px solid rgba(255,255,255,0.12) !important;
          color:#fff !important;
        }
        .flatpickr-day{ color:#dbeafe !important; }
        .flatpickr-day:hover{
          background:rgba(59,130,246,0.3) !important;
          border-radius:6px;
        }
        .flatpickr-day.selected{
          background:#3b82f6 !important;
          color:white !important;
          border-radius:6px;
        }
        .flatpickr-day.flatpickr-disabled{
          opacity:0.25 !important;
          color:#4b5563 !important;
          cursor:not-allowed !important;
        }
    
        /*
          Fix: Weekday headers and week-number column were rendering dark/black on your dark background.
          These rules force readable light text and ensure consistent appearance with your theme.
        */
        /* Weekday labels (Mon, Tue, ...) */
        .flatpickr-calendar .flatpickr-weekdays,
        .flatpickr-calendar .flatpickr-weekday {
          color: #cbd5e1 !important;       /* light/gray-blue */
          font-weight: 600 !important;
          opacity: 0.95 !important;
        }
    
        /* Month title and nav arrows */
        .flatpickr-calendar .flatpickr-month .flatpickr-current-month {
          color: #e6eef8 !important;
        }
        .flatpickr-calendar .flatpickr-month .flatpickr-prev-month,
        .flatpickr-calendar .flatpickr-month .flatpickr-next-month {
          color: #e6eef8 !important;
          opacity: 0.9;
        }
    
        /* Week numbers column (if week numbers are enabled via plugin) */
        .flatpickr-calendar .flatpickr-weekwrapper,
        .flatpickr-calendar .flatpickr-weeknumber {
          color: #cbd5e1 !important;
          background: transparent !important;
          opacity: 0.9 !important;
        }
    
        /* Ensure the weekday initials inside table header are visible */
        .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday:span,
        .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday > span {
          color: #cbd5e1 !important;
        }
    
        /* Small screens padding */
        @media(max-width:640px){
          .page-pad{padding-left:1rem;padding-right:1rem;}
        }
      </style>
    </head>
    
    <body class="antialiased">
    
    <div class="min-h-screen flex items-center justify-center page-pad py-10 px-6">
      <main class="w-full max-w-3xl">
    
        <header class="mb-8 text-center">
          <div class="inline-flex items-center gap-3 mb-4">
            <div class="h-10 w-10 rou
    Found 2025-12-19 by HttpPlugin
    Create report
scanon.ayushjain.tech
CN:
scanon.ayushjain.tech
Key:
RSA-4096
Issuer:
R12
Not before:
2025-12-22 10:38
Not after:
2026-03-22 10:38
meet.ayushjain.tech
CN:
meet.ayushjain.tech
Key:
RSA-4096
Issuer:
R12
Not before:
2025-12-19 09:07
Not after:
2026-03-19 09:07