Host 62.169.18.201
France
Contabo GmbH
Software information

LiteSpeed LiteSpeed

tcp/443 tcp/80

  • SSH is potenitally vulnerable
    IP: 62.169.18.201
    Port: 22
    First seen 2025-12-07 17:55
    Last seen 2026-02-15 17:22
    Open for 69 days
  • Open service 62.169.18.201:80 · cuptup.com

    2026-02-01 20:20

    HTTP/1.1 200 OK
    content-type: text/html; charset=UTF-8
    cache-control: no-cache, private
    set-cookie: XSRF-TOKEN=eyJpdiI6IlFadDF1R0J1Y251dm8zN3grZ0owYXc9PSIsInZhbHVlIjoieUlib2xhNkRYdU4vRlpkbXNQZUdoTXl0WStoUEJsd1hObWVVNEFDd3RnVkhLMTlIajNkWjdvblMyR0ZSTWFNZlZIZFJKcWZNL2RCS1BLcVVaTkg2MitDWS9XUmIzeFpwcERXSVk5NmsrbmxGTW80ek54ZVZOeWd2NkQ4ZW1jTDYiLCJtYWMiOiJjN2EzYzUzZjAzNmViMmM3NzkxZWIyYzk3OWI1MGFjNDBiNDIxZWM0ZGYxMTBmNGEwNTkxODc4NTkyYzgzMjJhIiwidGFnIjoiIn0%3D; expires=Sun, 01 Feb 2026 22:20:49 GMT; Max-Age=7200; path=/; samesite=lax
    set-cookie: cup_tup_session=eyJpdiI6InBESVNrWGh0WExwZDJqUFNCVUp6eFE9PSIsInZhbHVlIjoiR3lUcStCT0xrVmZueUVlSXN5TitCL1N1YmVLOG5VMmkvQloySVE0d0M2dkc2c2NrTzJCQlVXODJLbGpYYkxOb3JqMWVxd3I0TFQ3Smg2ZTJwaDQxclpXSGZjaW5mVlM5VUFnK3lMK0JwU2UwR0JkU1UzU2QzRitJaEErbFE4QVgiLCJtYWMiOiI5ODQyNzAwMTRjZGIyYjExNzJlYTZiZjU5M2U5M2JkN2U2YTAzZjZlMWE5N2RlNzg1MWJmNDI2MzczYjlhYjhjIiwidGFnIjoiIn0%3D; expires=Sun, 01 Feb 2026 22:20:49 GMT; Max-Age=7200; path=/; httponly; samesite=lax
    content-length: 129375
    date: Sun, 01 Feb 2026 20:20:49 GMT
    server: LiteSpeed
    connection: close
    
    Page title: CupTup - Premium Tea, Coffee & Snacks
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>CupTup - Premium Tea, Coffee & Snacks</title>
        
        <!-- Bootstrap CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
        <!-- Bootstrap Icons -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
        <!-- Google Fonts -->
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        
        <!-- Styles -->
        <link rel="preload" as="style" href="http://cuptup.com/build/assets/app-B9zokzje.css" /><link rel="modulepreload" href="http://cuptup.com/build/assets/app-DNxiirP_.js" /><link rel="stylesheet" href="http://cuptup.com/build/assets/app-B9zokzje.css" /><script type="module" src="http://cuptup.com/build/assets/app-DNxiirP_.js"></script>    
        <style>
            :root {
                --primary-gradient: linear-gradient(135deg, #8B4513 0%, #DAA520 50%, #FFD700 100%);
                --secondary-gradient: linear-gradient(135deg, #D2B48C 0%, #FFD700 50%, #F0E68C 100%);
                --coffee-gradient: linear-gradient(135deg, #6F4E37 0%, #8B4513 50%, #DAA520 100%);
                --tea-gradient: linear-gradient(135deg, #228B22 0%, #32CD32 50%, #DAA520 100%);
                --snack-gradient: linear-gradient(135deg, #FFD700 0%, #DAA520 50%, #CD853F 100%);
                --hero-gradient: linear-gradient(135deg, #6F4E37 0%, #8B4513 25%, #DAA520 50%, #FFD700 75%, #F0E68C 100%);
                --glass-bg: rgba(255, 255, 255, 0.1);
                --glass-border: rgba(255, 255, 255, 0.2);
            }
            
            body {
                font-family: 'Inter', sans-serif;
                overflow-x: hidden;
            }
            
            .font-serif {
                font-family: 'Playfair Display', serif;
            }
            
            /* Artistic Background Patterns */
            .hero-section {
                background: var(--hero-gradient);
                box-shadow: 0 0 50px rgba(218, 165, 32, 0.3);
                min-height: 100vh;
                position: relative;
                overflow: hidden;
            }
            
            .hero-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: 
                    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 50%),
                    radial-gradient(circle at 40% 40%, rgba(255,255,255,0.05) 0%, transparent 50%);
                pointer-events: none;
            }
            
            .hero-section::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="artistic-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/><path d="M0,10 Q5,5 10,10 T20,10" stroke="white" stroke-width="0.5" fill="none" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23artistic-pattern)"/></svg>');
                pointer-events: none;
                animation: pattern-move 20s linear infinite;
            }
            
            @keyframes pattern-move {
                0% { transform: translateX(0) translateY(0); }
                100% { transform: translateX(20px) translateY(20px); }
            }
            
            /* Glass Morphism Effects */
            .glass-card {
                background: var(--glass-bg);
                backdrop-filter: blur(20px);
                border: 1px solid var(--glass-border);
                box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    
    Found 2026-02-01 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · www.arongdhong.com

    2026-01-26 06:58

    HTTP/1.1 200 OK
    etag: "2c2a-67ca3a56-1800ee;;;"
    last-modified: Fri, 07 Mar 2025 00:14:14 GMT
    content-type: text/html
    content-length: 11306
    accept-ranges: bytes
    date: Mon, 26 Jan 2026 06:58:41 GMT
    server: LiteSpeed
    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"
    connection: close
    
    Page title: SoftkIT Premium Domains
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>SoftkIT Premium Domains</title>
      <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
      <style>
        :root {
          --primary: #00ff00;
          --secondary: #32CD32;
          --accent: #7CFC00;
          --dark: #001a00;
        }
    
        html {
          scroll-behavior: smooth;
        }
    
        body {
          background: var(--dark);
          font-family: 'Poppins', sans-serif;
          color: #fff;
        }
    
        .navbar {
          background: rgba(0, 26, 0, 0.95);
          backdrop-filter: blur(10px);
          border-bottom: 1px solid var(--primary);
        }
    
        .domain-hero {
          position: relative;
          padding: 150px 0;
          background: linear-gradient(135deg, var(--dark) 0%, #003300 100%);
          overflow: hidden;
        }
    
        .domain-hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
          opacity: 0.1;
          pointer-events: none;
        }
    
        .hero-content {
          position: relative;
          z-index: 1;
        }
    
        .domain-details {
          background: rgba(255, 255, 255, 0.05);
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
          margin-top: -100px;
        }
    
        .contact-card {
          background: rgba(255, 255, 255, 0.05) !important;
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2) !important;
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
        }
    
        .feature-card {
          background: linear-gradient(145deg, rgba(0, 50, 0, 0.5), rgba(0, 30, 0, 0.8));
          border-radius: 15px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          border: 1px solid rgba(0, 255, 0, 0.1);
        }
    
        .feature-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0, 255, 0, 0.2);
        }
    
        .pricing-card {
          background: rgba(0, 30, 0, 0.8);
          border: 2px solid var(--primary);
          border-radius: 20px;
          transition: all 0.4s ease;
        }
    
        .pricing-card:hover {
          background: rgba(0, 50, 0, 0.8);
          transform: scale(1.05);
        }
    
        section#details {
          margin-top: -50px;
          padding-top: 50px;
        }
    
        .contact-section {
          position: relative;
          background: linear-gradient(45deg, var(--dark), #002200);
          overflow: hidden;
        }
    
        .particles {
          position: absolute;
          width: 100%;
          height: 100%;
          pointer-events: none;
        }
    
        .particle {
          position: absolute;
          background: var(--primary);
          border-radius: 50%;
          animation: float 3s infinite;
        }
    
        @keyframes float {
    
          0%,
          100% {
            transform: translateY(0);
          }
    
          50% {
            transform: translateY(-20px);
          }
        }
    
        .btn-glow {
          animation: pulse 2s infinite;
          position: relative;
          overflow: hidden;
        }
    
        .btn-glow::before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(45deg, transparent, var(--primary), transparent);
          animation: rotate 4s linear infinite;
          opacity: .5;
        }
    
        @keyframes pulse {
          0% {
            box-shadow: 0 0 10px var(--primary);
          }
    
          50% {
            box-shadow: 0 0 30px var(--primary);
          }
    
          100% {
            box-shadow: 0 0 10px var(--primary);
          }
        }
    
        @keyframes rotate {
          0% {
            transform: rotate(0deg);
          }
    
          100% {
            transform: rotate(360deg);
          }
        }
    
        .nav-link {
          text-decoration: none;
          transition: all 0.3s ease;
        }
    
        .nav-link:hover {
          color: lime !important;
          text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px l
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · www.arongdhong.com

    2026-01-26 06:58

    HTTP/1.1 200 OK
    etag: "2c2a-67ca3a56-1800ee;;;"
    last-modified: Fri, 07 Mar 2025 00:14:14 GMT
    content-type: text/html
    content-length: 11306
    accept-ranges: bytes
    date: Mon, 26 Jan 2026 06:59:10 GMT
    server: LiteSpeed
    connection: close
    
    Page title: SoftkIT Premium Domains
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>SoftkIT Premium Domains</title>
      <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
      <style>
        :root {
          --primary: #00ff00;
          --secondary: #32CD32;
          --accent: #7CFC00;
          --dark: #001a00;
        }
    
        html {
          scroll-behavior: smooth;
        }
    
        body {
          background: var(--dark);
          font-family: 'Poppins', sans-serif;
          color: #fff;
        }
    
        .navbar {
          background: rgba(0, 26, 0, 0.95);
          backdrop-filter: blur(10px);
          border-bottom: 1px solid var(--primary);
        }
    
        .domain-hero {
          position: relative;
          padding: 150px 0;
          background: linear-gradient(135deg, var(--dark) 0%, #003300 100%);
          overflow: hidden;
        }
    
        .domain-hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
          opacity: 0.1;
          pointer-events: none;
        }
    
        .hero-content {
          position: relative;
          z-index: 1;
        }
    
        .domain-details {
          background: rgba(255, 255, 255, 0.05);
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
          margin-top: -100px;
        }
    
        .contact-card {
          background: rgba(255, 255, 255, 0.05) !important;
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2) !important;
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
        }
    
        .feature-card {
          background: linear-gradient(145deg, rgba(0, 50, 0, 0.5), rgba(0, 30, 0, 0.8));
          border-radius: 15px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          border: 1px solid rgba(0, 255, 0, 0.1);
        }
    
        .feature-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0, 255, 0, 0.2);
        }
    
        .pricing-card {
          background: rgba(0, 30, 0, 0.8);
          border: 2px solid var(--primary);
          border-radius: 20px;
          transition: all 0.4s ease;
        }
    
        .pricing-card:hover {
          background: rgba(0, 50, 0, 0.8);
          transform: scale(1.05);
        }
    
        section#details {
          margin-top: -50px;
          padding-top: 50px;
        }
    
        .contact-section {
          position: relative;
          background: linear-gradient(45deg, var(--dark), #002200);
          overflow: hidden;
        }
    
        .particles {
          position: absolute;
          width: 100%;
          height: 100%;
          pointer-events: none;
        }
    
        .particle {
          position: absolute;
          background: var(--primary);
          border-radius: 50%;
          animation: float 3s infinite;
        }
    
        @keyframes float {
    
          0%,
          100% {
            transform: translateY(0);
          }
    
          50% {
            transform: translateY(-20px);
          }
        }
    
        .btn-glow {
          animation: pulse 2s infinite;
          position: relative;
          overflow: hidden;
        }
    
        .btn-glow::before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(45deg, transparent, var(--primary), transparent);
          animation: rotate 4s linear infinite;
          opacity: .5;
        }
    
        @keyframes pulse {
          0% {
            box-shadow: 0 0 10px var(--primary);
          }
    
          50% {
            box-shadow: 0 0 30px var(--primary);
          }
    
          100% {
            box-shadow: 0 0 10px var(--primary);
          }
        }
    
        @keyframes rotate {
          0% {
            transform: rotate(0deg);
          }
    
          100% {
            transform: rotate(360deg);
          }
        }
    
        .nav-link {
          text-decoration: none;
          transition: all 0.3s ease;
        }
    
        .nav-link:hover {
          color: lime !important;
          text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px l
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · arongdhong.com

    2026-01-26 06:58

    HTTP/1.1 200 OK
    etag: "2c2a-67ca3a56-1800ee;;;"
    last-modified: Fri, 07 Mar 2025 00:14:14 GMT
    content-type: text/html
    content-length: 11306
    accept-ranges: bytes
    date: Mon, 26 Jan 2026 06:59:10 GMT
    server: LiteSpeed
    connection: close
    
    Page title: SoftkIT Premium Domains
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>SoftkIT Premium Domains</title>
      <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
      <style>
        :root {
          --primary: #00ff00;
          --secondary: #32CD32;
          --accent: #7CFC00;
          --dark: #001a00;
        }
    
        html {
          scroll-behavior: smooth;
        }
    
        body {
          background: var(--dark);
          font-family: 'Poppins', sans-serif;
          color: #fff;
        }
    
        .navbar {
          background: rgba(0, 26, 0, 0.95);
          backdrop-filter: blur(10px);
          border-bottom: 1px solid var(--primary);
        }
    
        .domain-hero {
          position: relative;
          padding: 150px 0;
          background: linear-gradient(135deg, var(--dark) 0%, #003300 100%);
          overflow: hidden;
        }
    
        .domain-hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
          opacity: 0.1;
          pointer-events: none;
        }
    
        .hero-content {
          position: relative;
          z-index: 1;
        }
    
        .domain-details {
          background: rgba(255, 255, 255, 0.05);
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
          margin-top: -100px;
        }
    
        .contact-card {
          background: rgba(255, 255, 255, 0.05) !important;
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2) !important;
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
        }
    
        .feature-card {
          background: linear-gradient(145deg, rgba(0, 50, 0, 0.5), rgba(0, 30, 0, 0.8));
          border-radius: 15px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          border: 1px solid rgba(0, 255, 0, 0.1);
        }
    
        .feature-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0, 255, 0, 0.2);
        }
    
        .pricing-card {
          background: rgba(0, 30, 0, 0.8);
          border: 2px solid var(--primary);
          border-radius: 20px;
          transition: all 0.4s ease;
        }
    
        .pricing-card:hover {
          background: rgba(0, 50, 0, 0.8);
          transform: scale(1.05);
        }
    
        section#details {
          margin-top: -50px;
          padding-top: 50px;
        }
    
        .contact-section {
          position: relative;
          background: linear-gradient(45deg, var(--dark), #002200);
          overflow: hidden;
        }
    
        .particles {
          position: absolute;
          width: 100%;
          height: 100%;
          pointer-events: none;
        }
    
        .particle {
          position: absolute;
          background: var(--primary);
          border-radius: 50%;
          animation: float 3s infinite;
        }
    
        @keyframes float {
    
          0%,
          100% {
            transform: translateY(0);
          }
    
          50% {
            transform: translateY(-20px);
          }
        }
    
        .btn-glow {
          animation: pulse 2s infinite;
          position: relative;
          overflow: hidden;
        }
    
        .btn-glow::before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(45deg, transparent, var(--primary), transparent);
          animation: rotate 4s linear infinite;
          opacity: .5;
        }
    
        @keyframes pulse {
          0% {
            box-shadow: 0 0 10px var(--primary);
          }
    
          50% {
            box-shadow: 0 0 30px var(--primary);
          }
    
          100% {
            box-shadow: 0 0 10px var(--primary);
          }
        }
    
        @keyframes rotate {
          0% {
            transform: rotate(0deg);
          }
    
          100% {
            transform: rotate(360deg);
          }
        }
    
        .nav-link {
          text-decoration: none;
          transition: all 0.3s ease;
        }
    
        .nav-link:hover {
          color: lime !important;
          text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px l
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · arongdhong.com

    2026-01-26 06:58

    HTTP/1.1 200 OK
    etag: "2c2a-67ca3a56-1800ee;;;"
    last-modified: Fri, 07 Mar 2025 00:14:14 GMT
    content-type: text/html
    content-length: 11306
    accept-ranges: bytes
    date: Mon, 26 Jan 2026 06:58:41 GMT
    server: LiteSpeed
    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"
    connection: close
    
    Page title: SoftkIT Premium Domains
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>SoftkIT Premium Domains</title>
      <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
      <style>
        :root {
          --primary: #00ff00;
          --secondary: #32CD32;
          --accent: #7CFC00;
          --dark: #001a00;
        }
    
        html {
          scroll-behavior: smooth;
        }
    
        body {
          background: var(--dark);
          font-family: 'Poppins', sans-serif;
          color: #fff;
        }
    
        .navbar {
          background: rgba(0, 26, 0, 0.95);
          backdrop-filter: blur(10px);
          border-bottom: 1px solid var(--primary);
        }
    
        .domain-hero {
          position: relative;
          padding: 150px 0;
          background: linear-gradient(135deg, var(--dark) 0%, #003300 100%);
          overflow: hidden;
        }
    
        .domain-hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
          opacity: 0.1;
          pointer-events: none;
        }
    
        .hero-content {
          position: relative;
          z-index: 1;
        }
    
        .domain-details {
          background: rgba(255, 255, 255, 0.05);
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
          margin-top: -100px;
        }
    
        .contact-card {
          background: rgba(255, 255, 255, 0.05) !important;
          backdrop-filter: blur(15px);
          border-radius: 20px;
          border: 1px solid rgba(0, 255, 0, 0.2) !important;
          box-shadow: 0 0 50px rgba(0, 255, 0, 0.1);
        }
    
        .feature-card {
          background: linear-gradient(145deg, rgba(0, 50, 0, 0.5), rgba(0, 30, 0, 0.8));
          border-radius: 15px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          border: 1px solid rgba(0, 255, 0, 0.1);
        }
    
        .feature-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0, 255, 0, 0.2);
        }
    
        .pricing-card {
          background: rgba(0, 30, 0, 0.8);
          border: 2px solid var(--primary);
          border-radius: 20px;
          transition: all 0.4s ease;
        }
    
        .pricing-card:hover {
          background: rgba(0, 50, 0, 0.8);
          transform: scale(1.05);
        }
    
        section#details {
          margin-top: -50px;
          padding-top: 50px;
        }
    
        .contact-section {
          position: relative;
          background: linear-gradient(45deg, var(--dark), #002200);
          overflow: hidden;
        }
    
        .particles {
          position: absolute;
          width: 100%;
          height: 100%;
          pointer-events: none;
        }
    
        .particle {
          position: absolute;
          background: var(--primary);
          border-radius: 50%;
          animation: float 3s infinite;
        }
    
        @keyframes float {
    
          0%,
          100% {
            transform: translateY(0);
          }
    
          50% {
            transform: translateY(-20px);
          }
        }
    
        .btn-glow {
          animation: pulse 2s infinite;
          position: relative;
          overflow: hidden;
        }
    
        .btn-glow::before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(45deg, transparent, var(--primary), transparent);
          animation: rotate 4s linear infinite;
          opacity: .5;
        }
    
        @keyframes pulse {
          0% {
            box-shadow: 0 0 10px var(--primary);
          }
    
          50% {
            box-shadow: 0 0 30px var(--primary);
          }
    
          100% {
            box-shadow: 0 0 10px var(--primary);
          }
        }
    
        @keyframes rotate {
          0% {
            transform: rotate(0deg);
          }
    
          100% {
            transform: rotate(360deg);
          }
        }
    
        .nav-link {
          text-decoration: none;
          transition: all 0.3s ease;
        }
    
        .nav-link:hover {
          color: lime !important;
          text-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px l
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · mail.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b81-18013d;;;"
    last-modified: Sat, 24 Jan 2026 00:00:01 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:01:00 GMT
    server: LiteSpeed
    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"
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · www.mail.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b81-18013d;;;"
    last-modified: Sat, 24 Jan 2026 00:00:01 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:01:28 GMT
    server: LiteSpeed
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · www.mail.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b81-18013d;;;"
    last-modified: Sat, 24 Jan 2026 00:00:01 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:00:59 GMT
    server: LiteSpeed
    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"
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · mail.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b81-18013d;;;"
    last-modified: Sat, 24 Jan 2026 00:00:01 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:01:28 GMT
    server: LiteSpeed
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · www.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b5c-1800b0;;;"
    last-modified: Fri, 23 Jan 2026 23:59:24 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:00:34 GMT
    server: LiteSpeed
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · www.cuptup.com

    2026-01-24 00:00

    HTTP/1.1 200 OK
    etag: "2f0-69740b5c-1800b0;;;"
    last-modified: Fri, 23 Jan 2026 23:59:24 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Sat, 24 Jan 2026 00:00:04 GMT
    server: LiteSpeed
    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"
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · www.legacy.nextdevbootcamp.com

    2026-01-23 21:06

    HTTP/1.1 200 OK
    etag: "7081-694bcd04-143001;;;"
    last-modified: Wed, 24 Dec 2025 11:22:44 GMT
    content-type: text/html
    content-length: 28801
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 21:06:03 GMT
    server: LiteSpeed
    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"
    connection: close
    
    Page title: NextDevBootcamp – Project-Driven Developer Factory
    
    <!DOCTYPE html>
    <html lang="en">
    
      <head>
    
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. No theory overload, no hand-holding — you build, break, and rebuild until you’re job-ready.">
        <meta name="author" content="SoftkIT">
        <link rel="canonical" href="https://nextdevbootcamp.com/">
        <meta property="og:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta property="og:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://nextdevbootcamp.com/">
        <meta property="og:site_name" content="NextDevBootcamp">
        <meta property="og:locale" content="en_US">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta name="twitter:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta name="twitter:creator" content="@nextdevbootcamp">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
        <title>NextDevBootcamp – Project-Driven Developer Factory</title>
    
        <!-- Bootstrap core CSS -->
        <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    
    
        <!-- Additional CSS Files -->
        <link rel="stylesheet" href="assets/css/fontawesome.css">
        <link rel="stylesheet" href="assets/css/templatemo-scholar.css">
        <link rel="stylesheet" href="assets/css/owl.css">
        <link rel="stylesheet" href="assets/css/animate.css">
        <link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
      </head>
    
    <body>
    
      <!-- ***** Preloader Start ***** -->
      <div id="js-preloader" class="js-preloader">
        <div class="preloader-inner">
          <span class="dot"></span>
          <div class="dots">
            <span></span>
            <span></span>
            <span></span>
          </div>
        </div>
      </div>
      <!-- ***** Preloader End ***** -->
    
      <!-- ***** Header Area Start ***** -->
      <header class="header-area header-sticky">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <nav class="main-nav">
                        <!-- ***** Logo Start ***** -->
                        <a href="index.html" class="logo">
                            <h1>NextDevBootcamp</h1>
                        </a>
                        <!-- ***** Logo End ***** -->
                        <!-- ***** Serach Start ***** -->
                        <div class="search-input">
                          <form id="search" action="#">
                            <input type="text" placeholder="Type Something" id='searchText' name="searchKeyword" onkeypress="handle" />
                            <i class="fa fa-search"></i>
                          </form>
                        </div>
                        <!-- ***** Serach Start ***** -->
                        <!-- ***** Menu Start ***** -->
                        <ul class="nav">
                          <li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
                          <li class="scroll-to-section"><a href="#services">Services</a></li>
                          <li class="scroll-to-section"><a href="#courses">Courses</a></li>
                          <li class="scroll-to-section"><a href="#team">Team</a></li>
                          <li class="scroll-to-section"><a href="#events">Events</a></li>
                          <li class="scroll-to-section"><a href="#contact">Register Now!</a></li>
                     
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · www.legacy.nextdevbootcamp.com

    2026-01-23 21:06

    HTTP/1.1 200 OK
    etag: "7081-694bcd04-143001;;;"
    last-modified: Wed, 24 Dec 2025 11:22:44 GMT
    content-type: text/html
    content-length: 28801
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 21:06:33 GMT
    server: LiteSpeed
    connection: close
    
    Page title: NextDevBootcamp – Project-Driven Developer Factory
    
    <!DOCTYPE html>
    <html lang="en">
    
      <head>
    
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. No theory overload, no hand-holding — you build, break, and rebuild until you’re job-ready.">
        <meta name="author" content="SoftkIT">
        <link rel="canonical" href="https://nextdevbootcamp.com/">
        <meta property="og:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta property="og:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://nextdevbootcamp.com/">
        <meta property="og:site_name" content="NextDevBootcamp">
        <meta property="og:locale" content="en_US">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta name="twitter:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta name="twitter:creator" content="@nextdevbootcamp">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
        <title>NextDevBootcamp – Project-Driven Developer Factory</title>
    
        <!-- Bootstrap core CSS -->
        <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    
    
        <!-- Additional CSS Files -->
        <link rel="stylesheet" href="assets/css/fontawesome.css">
        <link rel="stylesheet" href="assets/css/templatemo-scholar.css">
        <link rel="stylesheet" href="assets/css/owl.css">
        <link rel="stylesheet" href="assets/css/animate.css">
        <link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
      </head>
    
    <body>
    
      <!-- ***** Preloader Start ***** -->
      <div id="js-preloader" class="js-preloader">
        <div class="preloader-inner">
          <span class="dot"></span>
          <div class="dots">
            <span></span>
            <span></span>
            <span></span>
          </div>
        </div>
      </div>
      <!-- ***** Preloader End ***** -->
    
      <!-- ***** Header Area Start ***** -->
      <header class="header-area header-sticky">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <nav class="main-nav">
                        <!-- ***** Logo Start ***** -->
                        <a href="index.html" class="logo">
                            <h1>NextDevBootcamp</h1>
                        </a>
                        <!-- ***** Logo End ***** -->
                        <!-- ***** Serach Start ***** -->
                        <div class="search-input">
                          <form id="search" action="#">
                            <input type="text" placeholder="Type Something" id='searchText' name="searchKeyword" onkeypress="handle" />
                            <i class="fa fa-search"></i>
                          </form>
                        </div>
                        <!-- ***** Serach Start ***** -->
                        <!-- ***** Menu Start ***** -->
                        <ul class="nav">
                          <li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
                          <li class="scroll-to-section"><a href="#services">Services</a></li>
                          <li class="scroll-to-section"><a href="#courses">Courses</a></li>
                          <li class="scroll-to-section"><a href="#team">Team</a></li>
                          <li class="scroll-to-section"><a href="#events">Events</a></li>
                          <li class="scroll-to-section"><a href="#contact">Register Now!</a></li>
                     
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · legacy.nextdevbootcamp.com

    2026-01-23 17:22

    HTTP/1.1 200 OK
    etag: "7081-694bcd04-143001;;;"
    last-modified: Wed, 24 Dec 2025 11:22:44 GMT
    content-type: text/html
    content-length: 28801
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 17:22:55 GMT
    server: LiteSpeed
    connection: close
    
    Page title: NextDevBootcamp – Project-Driven Developer Factory
    
    <!DOCTYPE html>
    <html lang="en">
    
      <head>
    
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. No theory overload, no hand-holding — you build, break, and rebuild until you’re job-ready.">
        <meta name="author" content="SoftkIT">
        <link rel="canonical" href="https://nextdevbootcamp.com/">
        <meta property="og:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta property="og:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://nextdevbootcamp.com/">
        <meta property="og:site_name" content="NextDevBootcamp">
        <meta property="og:locale" content="en_US">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta name="twitter:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta name="twitter:creator" content="@nextdevbootcamp">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
        <title>NextDevBootcamp – Project-Driven Developer Factory</title>
    
        <!-- Bootstrap core CSS -->
        <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    
    
        <!-- Additional CSS Files -->
        <link rel="stylesheet" href="assets/css/fontawesome.css">
        <link rel="stylesheet" href="assets/css/templatemo-scholar.css">
        <link rel="stylesheet" href="assets/css/owl.css">
        <link rel="stylesheet" href="assets/css/animate.css">
        <link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
      </head>
    
    <body>
    
      <!-- ***** Preloader Start ***** -->
      <div id="js-preloader" class="js-preloader">
        <div class="preloader-inner">
          <span class="dot"></span>
          <div class="dots">
            <span></span>
            <span></span>
            <span></span>
          </div>
        </div>
      </div>
      <!-- ***** Preloader End ***** -->
    
      <!-- ***** Header Area Start ***** -->
      <header class="header-area header-sticky">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <nav class="main-nav">
                        <!-- ***** Logo Start ***** -->
                        <a href="index.html" class="logo">
                            <h1>NextDevBootcamp</h1>
                        </a>
                        <!-- ***** Logo End ***** -->
                        <!-- ***** Serach Start ***** -->
                        <div class="search-input">
                          <form id="search" action="#">
                            <input type="text" placeholder="Type Something" id='searchText' name="searchKeyword" onkeypress="handle" />
                            <i class="fa fa-search"></i>
                          </form>
                        </div>
                        <!-- ***** Serach Start ***** -->
                        <!-- ***** Menu Start ***** -->
                        <ul class="nav">
                          <li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
                          <li class="scroll-to-section"><a href="#services">Services</a></li>
                          <li class="scroll-to-section"><a href="#courses">Courses</a></li>
                          <li class="scroll-to-section"><a href="#team">Team</a></li>
                          <li class="scroll-to-section"><a href="#events">Events</a></li>
                          <li class="scroll-to-section"><a href="#contact">Register Now!</a></li>
                     
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · legacy.nextdevbootcamp.com

    2026-01-23 17:22

    HTTP/1.1 200 OK
    etag: "7081-694bcd04-143001;;;"
    last-modified: Wed, 24 Dec 2025 11:22:44 GMT
    content-type: text/html
    content-length: 28801
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 17:22:27 GMT
    server: LiteSpeed
    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"
    connection: close
    
    Page title: NextDevBootcamp – Project-Driven Developer Factory
    
    <!DOCTYPE html>
    <html lang="en">
    
      <head>
    
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. No theory overload, no hand-holding — you build, break, and rebuild until you’re job-ready.">
        <meta name="author" content="SoftkIT">
        <link rel="canonical" href="https://nextdevbootcamp.com/">
        <meta property="og:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta property="og:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://nextdevbootcamp.com/">
        <meta property="og:site_name" content="NextDevBootcamp">
        <meta property="og:locale" content="en_US">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="NextDevBootcamp – Project-Driven Developer Factory">
        <meta name="twitter:description" content="NextDevBootcamp is a project-driven developer factory powered by SoftkIT. Build real-world projects, break them, and rebuild until you’re job-ready.">
        <meta name="twitter:creator" content="@nextdevbootcamp">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
        <title>NextDevBootcamp – Project-Driven Developer Factory</title>
    
        <!-- Bootstrap core CSS -->
        <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    
    
        <!-- Additional CSS Files -->
        <link rel="stylesheet" href="assets/css/fontawesome.css">
        <link rel="stylesheet" href="assets/css/templatemo-scholar.css">
        <link rel="stylesheet" href="assets/css/owl.css">
        <link rel="stylesheet" href="assets/css/animate.css">
        <link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
      </head>
    
    <body>
    
      <!-- ***** Preloader Start ***** -->
      <div id="js-preloader" class="js-preloader">
        <div class="preloader-inner">
          <span class="dot"></span>
          <div class="dots">
            <span></span>
            <span></span>
            <span></span>
          </div>
        </div>
      </div>
      <!-- ***** Preloader End ***** -->
    
      <!-- ***** Header Area Start ***** -->
      <header class="header-area header-sticky">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <nav class="main-nav">
                        <!-- ***** Logo Start ***** -->
                        <a href="index.html" class="logo">
                            <h1>NextDevBootcamp</h1>
                        </a>
                        <!-- ***** Logo End ***** -->
                        <!-- ***** Serach Start ***** -->
                        <div class="search-input">
                          <form id="search" action="#">
                            <input type="text" placeholder="Type Something" id='searchText' name="searchKeyword" onkeypress="handle" />
                            <i class="fa fa-search"></i>
                          </form>
                        </div>
                        <!-- ***** Serach Start ***** -->
                        <!-- ***** Menu Start ***** -->
                        <ul class="nav">
                          <li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
                          <li class="scroll-to-section"><a href="#services">Services</a></li>
                          <li class="scroll-to-section"><a href="#courses">Courses</a></li>
                          <li class="scroll-to-section"><a href="#team">Team</a></li>
                          <li class="scroll-to-section"><a href="#events">Events</a></li>
                          <li class="scroll-to-section"><a href="#contact">Register Now!</a></li>
                     
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · www.nextdevbootcamp.com

    2026-01-23 11:49

    HTTP/1.1 200 OK
    etag: "2f0-69575b1b-13e8a4;;;"
    last-modified: Fri, 02 Jan 2026 05:43:55 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 11:49:45 GMT
    server: LiteSpeed
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · www.nextdevbootcamp.com

    2026-01-23 11:49

    HTTP/1.1 200 OK
    etag: "2f0-69575b1b-13e8a4;;;"
    last-modified: Fri, 02 Jan 2026 05:43:55 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 11:49:16 GMT
    server: LiteSpeed
    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"
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:443 · nextdevbootcamp.com

    2026-01-23 11:49

    HTTP/1.1 200 OK
    etag: "2f0-69575b1b-13e8a4;;;"
    last-modified: Fri, 02 Jan 2026 05:43:55 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 11:49:16 GMT
    server: LiteSpeed
    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"
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:80 · nextdevbootcamp.com

    2026-01-23 11:49

    HTTP/1.1 200 OK
    etag: "2f0-69575b1b-13e8a4;;;"
    last-modified: Fri, 02 Jan 2026 05:43:55 GMT
    content-type: text/html
    content-length: 752
    accept-ranges: bytes
    date: Fri, 23 Jan 2026 11:49:45 GMT
    server: LiteSpeed
    connection: close
    
    
    <div style="margin-top: 11%;" class="server-message">
                    <h1 style="font-size: 85px;margin: 0;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;">CyberPanel Installed</h1>
                    <h2 style="margin-top: 2%;margin-bottom: 2%;font-weight: 300;    line-height: 1.1;color: #a56565;;text-align: center;">You have successfully installed CyberPanel, please remove this page and upload your website. :)</h2>
                    <p style="font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center;"><a href="http://cyberpanel.net">Hosting Control Panel</a>  <a href="https://community.cyberpanel.net/">Forums</a> <a href="https://community.cyberpanel.net/docs">Documentation</a></p>
    </div>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 62.169.18.201:22

    2026-01-22 13:41

    
                                
    Found 2026-01-22 by SSHOpenPlugin
    Create report
CN:
arongdhong.com
Key:
RSA-2048
Issuer:
Not before:
2026-01-25 22:09
Not after:
2036-01-23 22:09
mail.cuptup.comwww.mail.cuptup.com
CN:
mail.cuptup.com
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-23 23:01
Not after:
2026-04-23 23:01
cuptup.comwww.cuptup.com
CN:
cuptup.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-23 23:00
Not after:
2026-04-23 23:00
legacy.nextdevbootcamp.comwww.legacy.nextdevbootcamp.com
CN:
legacy.nextdevbootcamp.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-23 20:07
Not after:
2026-04-23 20:07
CN:
legacy.nextdevbootcamp.com
Key:
RSA-2048
Issuer:
Not before:
2026-01-23 16:36
Not after:
2036-01-21 16:36
CN:
nextdevbootcamp.com
Key:
RSA-2048
Issuer:
Not before:
2026-01-21 23:02
Not after:
2036-01-19 23:02