Help
RSS
API
Feed
Maltego
Contact
Domain > clinicpro.org
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-12-01
18.223.36.45
(
ClassC
)
2026-01-04
92.113.19.166
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Sun, 04 Jan 2026 03:22:21 GMTServer: LiteSpeedLocation: https://clinicpro.org/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100X-Powered-By: PHP/8.2.27set-cookie: PHPSESSID6edj7vh3eahvt46n7a4dksidp9; path/; secureExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedDate: Sun, 04 Jan 2026 03:22:21 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ClinicPro - Modern Medical Practice Management/title> link relicon typeimage/png hrefuploads/logo.png> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;600;700&displayswap relstylesheet> style> :root { --primary: #2563eb; --primary-dark: #1e40af; --secondary: #06b6d4; --accent: #f43f5e; --bg: #f9fafb; --card-bg: #fff; --text: #1e293b; --muted: #64748b; --success: #22c55e; --radius: 18px; --shadow: 0 4px 32px rgba(30,64,175,0.07); --font: Inter, system-ui, sans-serif; } body { font-family: var(--font); background: var(--bg); color: var(--text); min-height: 100vh; margin: 0; padding: 0; } /* --- Navbar --- */ .modern-navbar { background: var(--card-bg); box-shadow: var(--shadow); padding: 0.75rem 0; position: sticky; top: 0; z-index: 100; } .modern-navbar .navbar-brand { font-weight: 700; color: var(--primary); letter-spacing: 1px; font-size: 1.5rem; display: flex; align-items: center; gap: 0.5rem; } .modern-navbar .navbar-brand i { font-size: 1.4rem; } .modern-navbar .nav-link { color: var(--muted); font-weight: 500; margin: 0 0.75rem; transition: color 0.2s; } .modern-navbar .nav-link:hover { color: var(--primary); } /* --- Hero Section --- */ .hero { padding: 4rem 0 3rem 0; /* Adjusted padding */ background: linear-gradient(120deg, #e0e7ff 0%, #f0fdfa 100%); position: relative; overflow: hidden; } /* Style for the right side content */ .hero-text-content { text-align: center; /* Center text on small screens */ margin-top: 2rem; /* Add margin on small screens when stacked */ } .hero-text-content h1 { font-size: 2.5rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 1rem; letter-spacing: -1px; } .hero-text-content p { color: var(--muted); font-size: 1.15rem; margin-bottom: 2rem; } .hero-text-content .btn { /* Style buttons */ padding: 0.75rem 1.5rem; font-weight: 500; border-radius: 10px; } /* Apply centering only on large screens */ @media (min-width: 992px) { .hero-text-content { text-align: left; /* Align left on large screens */ margin-top: 0; } } /* --- Login Card --- */ .login-card { background: var(--card-bg); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.5rem 2rem; /* max-width: 400px; removed fixed max width */ width: 100%; /* Take full width of its column */ transition: box-shadow 0.2s; height: 100%; /* Make card fill column height potentially */ display: flex; flex-direction: column; justify-content: center; } .login-card:hover { box-shadow: 0 8px 40px rgba(30,64,175,0.13); } .login-card .logo { width: 60px; margin-bottom: 1rem; } .login-card h3 { font-weight: 600; color: var(--primary-dark); margin-bottom: 1.5rem; font-size: 1.4rem; } .form-label { font-weight: 500; color: var(--muted); margin-bottom: 0.5rem; } .form-control { border-radius: 12px; border: 1px solid #e5e7eb; padding: 0.85rem 1rem; font-size: 1rem; background: #f3f4f6; transition: border-color 0.2s; } .form-control:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 2px #2563eb22; } .btn-primary.login-btn { /* Specific class for login button */ background: linear-gradient(90deg, var(--primary), var(--secondary)); border: none; border-radius: 12px; padding: 0.85rem 0; font-weight: 600; font-size: 1.1rem; letter-spacing: 0.2px; box-shadow: 0 2px 10px #2563eb22; transition: background 0.2s, transform 0.1s; } .btn-primary.login-btn:hover { background: linear-gradient(90deg, var(--primary-dark), var(--primary)); transform: translateY(-2px) scale(1.01); } .alert { border-radius: 10px; padding: 1rem; margin-bottom: 1.2rem; font-size: 1rem; border: none; box-shadow: 0 2px 8px rgba(244, 63, 94, 0.07); } .alert-danger { background: #fef2f2; color: #b91c1c; border-left: 4px solid var(--accent); } .alert-warning { background: #fef9c3; color: #92400e; border-left: 4px solid #facc15; } /* --- Sections --- */ .features-section, .doctors-section { padding: 3rem 0 2rem 0; } .features-section { background: var(--bg); } .doctors-section { background: linear-gradient(120deg, #f0fdfa 0%, #e0e7ff 100%); } .section-title { /* Shared title style */ font-size: 2rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 2rem; /* Increased margin */ text-align: center; } /* --- Cards --- */ .card-list { /* Container for cards */ display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; } .feature-card, .doctor-card { background: var(--card-bg); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; /* Uniform padding */ flex: 1 1 250px; /* Adjust flex basis */ min-width: 250px; max-width: 300px; /* Adjust max width */ display: flex; flex-direction: column; align-items: center; transition: box-shadow 0.2s, transform 0.2s; text-align: center; } .feature-card:hover, .doctor-card:hover { box-shadow: 0 8px 40px #2563eb22; transform: translateY(-4px) scale(1.02); /* Slightly adjusted hover */ } .feature-icon { font-size: 2.2rem; color: var(--primary); margin-bottom: 1rem; } .feature-title { font-weight: 600; font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--primary-dark); } .feature-desc { color: var(--muted); font-size: 1rem; } .doctor-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: 1rem; border: 3px solid var(--primary); background: #e0e7ff; } .doctor-name { font-weight: 600; color: var(--primary-dark); margin-bottom: 0.3rem; font-size: 1.1rem; } .doctor-specialty { background: linear-gradient(90deg, var(--secondary), var(--primary)); color: #fff; font-size: 0.85rem; padding: 0.3rem 1rem; border-radius: 100px; margin-bottom: 0.5rem; font-weight: 500; display: inline-block; } .verified-badge { color: var(--success); font-size: 0.95rem; display: flex; align-items: center; gap: 0.3rem; margin-top: 0.3rem; font-weight: 500; } /* --- Footer --- */ footer { background: var(--card-bg); padding: 2rem 0; text-align: center; color: var(--muted); font-size: 1rem; border-top: 1px solid #e5e7eb; margin-top: 2rem; } /* --- Responsive Adjustments --- */ @media (max-width: 991.98px) { .hero-text-content h1 { font-size: 2rem; } .section-title { font-size: 1.75rem; margin-bottom: 1.5rem; } .card-list { gap: 1.5rem; } .feature-card, .doctor-card { flex-basis: calc(50% - 1rem); max-width: calc(50% - 1rem); } /* 2 cards per row */ } @media (max-width: 767.98px) { .feature-card, .doctor-card { flex-basis: calc(100% - 1rem); max-width: 90%; } /* 1 card per row */ .hero { padding: 3rem 0 2rem 0; } } @media (max-width: 575.98px) { .login-card { padding: 1.5rem 1rem; } .feature-card, .doctor-card { padding: 1.5rem 1rem; } .hero-text-content h1 { font-size: 1.8rem; } .hero-text-content p { font-size: 1rem; } .section-title { font-size: 1.5rem; } .modern-navbar .navbar-brand { font-size: 1.3rem; } .modern-navbar .nav-link { margin: 0.5rem 0; text-align: center;} } /style>/head>body>nav classnavbar modern-navbar navbar-expand-lg> div classcontainer> a classnavbar-brand href#> i classfas fa-stethoscope>/i> ClinicPro /a> button classnavbar-toggler typebutton data-bs-togglecollapse data-bs-target#navbarNav aria-controlsnavbarNav aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse idnavbarNav> ul classnavbar-nav ms-auto> li classnav-item>a classnav-link href#features>Features/a>/li> li classnav-item>a classnav-link href#doctors>Doctors/a>/li> li classnav-item>a classnav-link href#login>Sign In/a>/li> /ul> /div> /div>/nav>section classhero idlogin> div classcontainer> div classrow align-items-center justify-content-between gy-4> div classcol-lg-5 order-lg-1> div classlogin-card> div classtext-center> img srcuploads/logo.png altClinicPro Logo classlogo> h3>Sign in to your account/h3> /div> form methodPOST actionindex.php autocompleteoff> div classmb-3> label forusername classform-label>Username/label> input typetext classform-control idusername nameusername placeholderEnter username required> /div> div classmb-4> label forpassword classform-label>Password/label> input typepassword classform-control idpassword namepassword placeholderEnter password required> /div> button typesubmit classbtn btn-primary login-btn w-100>Sign In/button> /form> /div> /div> div classcol-lg-7 order-lg-2> div classhero-text-content> h1>Revolutionize Your Clinic with ClinicPro/h1> p> Manage your patients , surgeries and more — all in one powerful, easy-to-use platform tailored for modern healthcare providers. /p> a href#features classbtn btn-primary>Explore Features/a> a hrefcontact.html classbtn btn-outline-secondary ms-2>Contact Us/a> /div> /div> /div> /div>/section>section classfeatures-section idfeatures> div classcontainer> h2 classsection-title>Why Choose ClinicPro?/h2> div classcard-list> div classfeature-card> div classfeature-icon>i classfas fa-clipboard-list>/i>/div> div classfeature-title>Surgery Management/div> div classfeature-desc>Track and manage upcoming surgical procedures, including dates, types, and patient details./div> /div> div classfeature-card> div classfeature-icon>i classfas fa-notes-medical>/i>/div> div classfeature-title>Digital Records/div> div classfeature-desc>Advanced EMR system with secure storage and instant access to patient history./div> /div> div classfeature-card> div classfeature-icon>i classfas fa-file-medical-alt>/i>/div> div classfeature-title>Visit & Lab Integration/div> div classfeature-desc>Update visit notes, treatment plans, and attach lab results or reports directly to patient records./div> /div> div classfeature-card> div classfeature-icon>i classfas fa-chart-line>/i>/div> div classfeature-title>Actionable Insights/div> div classfeature-desc>Visualize practice performance with intuitive dashboards and customizable reports./div> /div> /div> /div>/section>section classdoctors-section iddoctors> div classcontainer> h2 classsection-title>Our Doctors/h2> div classcard-list> div classdoctor-card> img srcuploads/profiles/photo_2025-05-12_23-21-46.jpg classdoctor-img altPhoto of Dr Hameed Hisham> div classdoctor-name>Dr Hameed Hisham/div> div classdoctor-specialty>Neurosurgery/div> /div> div classdoctor-card> img srcuploads/profiles/amar.jpg classdoctor-img altPhoto of Dr Ammar Al-arajy> div classdoctor-name>Dr Ammar Al-arajy/div> div classdoctor-specialty>General Surgery/div> /div> div classdoctor-card> img srchttps://ui-avatars.com/api/?nameDoctor+17&background06b6d4&colorfff&size128 classdoctor-img altPhoto of Doctor 17> div classdoctor-name>Doctor 17/div> div classdoctor-specialty>General/div> /div> div classdoctor-card> img srchttps://ui-avatars.com/api/?nameDoctor+11&background06b6d4&colorfff&size128 classdoctor-img altPhoto of Doctor 11> div classdoctor-name>Doctor 11/div> div classdoctor-specialty>General/div> /div> div classdoctor-card> img srcuploads/profiles/smallpicexample.png classdoctor-img altPhoto of Dr Ismail Mahmood> div classdoctor-name>Dr Ismail Mahmood/div> div classdoctor-specialty>Internal Medicine/div> /div> div classdoctor-card> img srcuploads/profiles/331545569_101535956216954_2679095441781378632_n (1).jpg classdoctor-img altPhoto of Dr Ahmed Al-Kinani> div classdoctor-name>Dr Ahmed Al-Kinani/div> div classdoctor-specialty>Pediatric/div> /div> div classdoctor-card> img srchttps://ui-avatars.com/api/?nameDoctor+14&background06b6d4&colorfff&size128 classdoctor-img altPhoto of Doctor 14> div classdoctor-name>Doctor 14/div> div classdoctor-specialty>General/div> /div> /div> /div>/section>footer> © 2026 ClinicPro. All rights reserved./footer>script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]