services.banner
|
HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: <REDACTED>\r\nContent-Type: text/html; charset=utf-8\r\nContent-Length: 10786\r\nConnection: keep-alive\r\nAccess-Control-Allow-Origin: *\r\n |
|
services.banner_hashes
|
sha256:b22a87fa1cd57e32786ea752931cbdf6a08ea1199368a871edd409dff1ab318c |
|
services.banner_hex
|
485454502f312e3120323030204f4b0d0a5365727665723a206e67696e780d0a446174653a20203c52454441435445443e0d0a436f6e74656e742d547970653a20746578742f68746d6c3b20636861727365743d7574662d380d0a436f6e74656e742d4c656e6774683a2031303738360d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a4163636573732d436f6e74726f6c2d416c6c6f772d4f726967696e3a202a0d0a |
|
services.discovery_method
|
IPV4_WALK_FULL_PRIORITY_1 |
|
services.extended_service_name
|
HTTP |
|
services.http.request.method
|
GET |
|
services.http.request.uri
|
http://54.85.252.51/ |
|
services.http.request.headers.User_Agent
|
Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/) |
|
services.http.request.headers.Accept
|
*/* |
|
services.http.response.protocol
|
HTTP/1.1 |
|
services.http.response.status_code
|
200 |
|
services.http.response.status_reason
|
OK |
|
services.http.response.headers.Connection
|
keep-alive |
|
services.http.response.headers.Date
|
<REDACTED> |
|
services.http.response.headers.Server
|
nginx |
|
services.http.response.headers.Content_Length
|
10786 |
|
services.http.response.headers.Content_Type
|
text/html; charset=utf-8 |
|
services.http.response.headers.Access_Control_Allow_Origin
|
* |
|
services.http.response.html_tags
|
<title>Explainable ML Sales Prediction Tool</title> |
|
services.http.response.html_tags
|
<meta charset="utf-8" /> |
|
services.http.response.html_tags
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
|
services.http.response.html_tags
|
<meta name="description" content="Explainable Machine Learning Sales Prediction Tool Documentation" /> |
|
services.http.response.html_tags
|
<meta name="author" content="Your Name" /> |
|
services.http.response.body_size
|
10786 |
|
services.http.response.body
|
<!-- index.html-->\n\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="utf-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />\n <meta name="description" content="Explainable Machine Learning Sales Prediction Tool Documentation" />\n <meta name="author" content="Your Name" />\n <title>Explainable ML Sales Prediction Tool</title>\n <!-- Favicon-->\n <link rel="icon" type="image/x-icon" href="static/assets/favicon.ico" />\n <!-- Bootstrap icons-->\n <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" type="text/css" />\n <!-- Google fonts-->\n <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />\n <!-- Core theme CSS (includes Bootstrap)-->\n <link href="static/css/styles.css" rel="stylesheet" />\n <!-- jQuery -->\n <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>\n</head>\n<body>\n<!-- Navigation-->\n<nav class="navbar navbar-light bg-light static-top">\n <div class="container">\n <a class="navbar-brand" href="#">SALESTIMATE</a>\n <div class="ml-auto">\n <button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#signupModal">Sign Up</button>\n <button class="btn btn-success" data-bs-toggle="modal" data-bs-target="#signinModal">Sign In</button>\n </div>\n </div>\n</nav>\n<!-- Sign Up Modal -->\n<div class="modal fade" id="signupModal" tabindex="-1" aria-labelledby="signupModalLabel" aria-hidden="true">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-header">\n <h5 class="modal-title" id="signupModalLabel">Sign Up</h5>\n <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>\n </div>\n <div class="modal-body">\n <form id="signupForm">\n <div class="mb-3">\n <label for="signupUsername" class="form-label">Username</label>\n <input type="text" class="form-control" id="signupUsername" required>\n </div>\n <div class="mb-3">\n <label for="signupEmail" class="form-label">Email address</label>\n <input type="email" class="form-control" id="signupEmail" required>\n </div>\n <div class="mb-3">\n <label for="signupPassword" class="form-label">Password</label>\n <input type="password" class="form-control" id="signupPassword" required>\n </div>\n <button type="submit" class="btn btn-primary">Sign Up</button>\n </form>\n </div>\n </div>\n </div>\n</div>\n\n<!-- Sign In Modal -->\n<div class="modal fade" id="signinModal" tabindex="-1" aria-labelledby="signinModalLabel" aria-hidden="true">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-header">\n <h5 class="modal-title" id="signinModalLabel">Sign In</h5>\n <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>\n </div>\n <div class="modal-body">\n <form id="signinForm">\n <div class="mb-3">\n <label for="signinEmail" class="form-label">Email address</label>\n <input type="email" class="form-control" id="signinEmail" required>\n </div>\n <div class="mb-3">\n <label for="signinPassword" class="form-label">Password</label>\n <input type="password" class="form-control" id="signinPassword" required>\n </div>\n <button type="submit" class="btn btn-success">Sign In</button>\n </form>\n </div>\n </div>\n </div>\n</div>\n\n\n<!-- Masthead-->\n<header class="masthead">\n <div class="container position-relative">\n <div class="row justify-content-center">\n <div class="col-xl-6">\n <div class="text-center text-white">\n <!-- Page heading-->\n <h1 class="mb-5">Explainable Machine Learning Sales Prediction Tool</h1>\n <p class="lead">Welcome to the Explainable Machine Learning Sales Prediction Tool documentation. This tool is designed to help businesses predict their sales using machine learning models while providing explanations for the predictions.</p>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<!-- Features and Information Section -->\n<section class="features-icons bg-light text-center">\n <div class="container">\n <div class="row">\n <div class="col-lg-4">\n <div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">\n <div class="features-icons-icon d-flex"><i class="bi-window m-auto text-primary"></i></div>\n <h3>Fully Responsive</h3>\n <p class="lead mb-0">Our tool is fully responsive and can be accessed from any device, ensuring convenience and accessibility for users.</p>\n </div>\n </div>\n <div class="col-lg-4">\n <div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">\n <div class="features-icons-icon d-flex"><i class="bi-layers m-auto text-primary"></i></div>\n <h3>Machine Learning Powered</h3>\n <p class="lead mb-0">We use state-of-the-art machine learning algorithms to provide accurate sales predictions based on your data.</p>\n </div>\n </div>\n <div class="col-lg-4">\n <div class="features-icons-item mx-auto mb-0 mb-lg-3">\n <div class="features-icons-icon d-flex"><i class="bi-terminal m-auto text-primary"></i></div>\n <h3>Explainable Predictions</h3>\n <p class="lead mb-0">Our tool not only predicts sales but also provides explanations for those predictions, helping you understand the underlying factors.</p>\n </div>\n </div>\n </div>\n </div>\n</section>\n\n<!-- Image Showcases-->\n<section class="showcase">\n <div class="container-fluid p-0">\n <div class="row g-0">\n <div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('static/assets/img/forecast.jpeg')"></div>\n <div class="col-lg-6 order-lg-1 my-auto showcase-text">\n <h2>Accurate Sales Predictions</h2>\n <p class="lead mb-0">Our machine learning models provide accurate sales predictions based on historical data and market trends.</p>\n </div>\n </div>\n\n <!-- Second Image Showcase -->\n <div class="row g-0">\n <div class="col-lg-6 text-white showcase-img" style="background-image: url('static/assets/img/visualiztion.jpeg')"></div>\n <div class="col-lg-6 my-auto showcase-text">\n <h2>Data Visualization</h2>\n <p class="lead mb-0">Our tool includes interactive data visualizations, making it easy to explore your sales data.</p>\n </div>\n </div>\n\n <!-- Third Image Showcase -->\n <div class="row g-0">\n <div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('static/assets/img/bg-showcase-3.jpg')"></div>\n <div class="col-lg-6 order-lg-1 my-auto showcase-text">\n <h2>User-Friendly Interface</h2>\n <p class="lead mb-0">Our user-friendly interface allows you to effortlessly navigate and use our sales prediction tool.</p>\n </div>\n </div>\n </div>\n</section>\n\n\n<!-- Footer-->\n<footer class="footer bg-light">\n <div class="container">\n <div class="row">\n <div class="col-lg-6 h-100 text-center text-lg-start my-auto">\n <ul class="list-inline mb-2">\n <li class="list-inline-item"><a href="#!">About</a></li>\n <li class="list-inline-item">⋅</li>\n <li class="list-inline-item"><a href="#!">Contact</a></li>\n <li class="list-inline-item">⋅</li>\n <li class="list-inline-item"><a href="#!">Terms of Use</a></li>\n <li class="list-inline-item">⋅</li>\n <li class="list-inline-item"><a href="#!">Privacy Policy</a></li>\n </ul>\n <p class="text-muted small mb-4 mb-lg-0">© Your Company Name 2024. All Rights Reserved.</p>\n </div>\n </div>\n </div>\n</footer>\n\n<!-- Bootstrap core JS-->\n<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>\n<!-- Core theme JS-->\n<script src="static/js/scripts.js"></script>\n<!-- SB Forms JS -->\n<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>\n<!-- JavaScript Kodları -->\n<script>\ndocument.getElementById('signinForm').addEventListener('submit', function(e) {\n e.preventDefault();\n\n var email = document.getElementById('signinEmail').value;\n var password = document.getElementById('signinPassword').value;\n\n fetch('/signin', {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n email: email,\n password: password\n })\n })\n .then(response => response.json())\n .then(data => {\n if(data.redirect_url) {\n // Sunucudan gelen yönlendirme URL'ine yönlendir\n window.location.href = data.redirect_url;\n } else {\n // Hata mesajını göster\n alert(data.message);\n }\n })\n .catch((error) => {\n console.error('Error:', error);\n });\n});\n\ndocument.getElementById('signupForm').addEventListener('submit', function(e) {\n e.preventDefault();\n\n var username = document.getElementById('signupUsername').value;\n var email = document.getElementById('signupEmail').value;\n var password = document.getElementById('signupPassword').value;\n\n fetch('/signup', {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n username: username,\n email: email,\n password: password\n })\n })\n .then(response => response.json())\n .then(data => {\n if(data.redirect_url) {\n // Sunucudan gelen yönlendirme URL'ine yönlendir\n // show alert message and redirect\n alert(data.message);\n window.location.href = data.redirect_url;\n } else {\n // Hata mesajını göster\n alert(data.message);\n }\n })\n .catch((error) => {\n console.error('Error:', error);\n });\n});\n\n\n</script>\n</body>\n</html> |
|
services.http.response.favicons.size
|
23462 |
|
services.http.response.favicons.name
|
http://54.85.252.51/static/assets/favicon.ico |
|
services.http.response.favicons.md5_hash
|
556f31acd686989b1afcf382c05846aa |
|
services.http.response.favicons.hashes
|
md5:556f31acd686989b1afcf382c05846aa |
|
services.http.response.favicons.hashes
|
sha256:8b1060f193768c55bc48dede8ba8da9be6c93f8e6dcae946e36f1a8956b7269b |
|
services.http.response.favicons.shodan_hash
|
-1907519728 |
|
|
services.http.response.body_hashes
|
sha256:cca1dfbb8cc1a70310382baa1d5913828ee7e30b53d497471bf6bc968d7e58c8 |
|
services.http.response.body_hashes
|
sha1:b2a9cbf64134da87ee35dafcf2f96c5332e4caa8 |
|
services.http.response.body_hash
|
sha1:b2a9cbf64134da87ee35dafcf2f96c5332e4caa8 |
|
services.http.response.html_title
|
Explainable ML Sales Prediction Tool |
|
services.http.supports_http2 |
false |
|
services.labels
|
bootstrap |
|
services.labels
|
jquery |
|
services.labels
|
login-page |
|
services.observed_at
|
2024-10-05T11:27:09.217268609Z |
|
services.pending_removal_since
|
2024-10-07T05:54:00.830587313Z |
|
services.perspective_id
|
PERSPECTIVE_PCCW |
|
services.port
|
80 |
|
services.service_name
|
HTTP |
|
services.software.uniform_resource_identifier
|
cpe:2.3:a:f5:nginx:*:*:*:*:*:*:*:* |
|
services.software.part
|
a |
|
services.software.vendor
|
nginx |
|
services.software.product
|
nginx |
|
services.software.other.family
|
nginx |
|
services.software.source
|
OSI_APPLICATION_LAYER |
|
|
services.source_ip
|
199.45.154.158 |
|
services.transport_protocol
|
TCP |
|
services.truncated |
false |
|