Byte-nginx
tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09cccdd54a0ccdd54a0024e1c56cada4d6ba92bec171b3a1d41
Found 13 files trough .DS_Store spidering: /a183 /charting_library_v1.13 /charting_library_v1.14 /charting_library_v1.15 /charting_library_v28.1 /css /fontFamily /image /js /m /png /svg /webp
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09cccdd54a0ccdd54a0024e1c56cada4d6ba92bec171b3a1d41
Found 13 files trough .DS_Store spidering: /a183 /charting_library_v1.13 /charting_library_v1.14 /charting_library_v1.15 /charting_library_v28.1 /css /fontFamily /image /js /m /png /svg /webp
Open service 163.53.19.13:80 · bitcoin.tm
2026-01-22 21:45
HTTP/1.1 200 OK
Server: Byte-nginx
Content-Type: text/html
Content-Length: 18179
Connection: close
Accept-Ranges: bytes
Cache-Control: no-cache
Date: Thu, 22 Jan 2026 21:45:54 GMT
Etag: "694ce4e4-4703"
Expires: 0
Last-Modified: Thu, 25 Dec 2025 07:16:52 GMT
Pragma: no-cache
Via: cache03.oversea-NL-AMS6,cache09.oversea-GM-FRA6
X-Bdcdn-Cache-Status: TCP_MISS,TCP_MISS
X-Request-Id: cca14705081e742e5d695381d071f87b
X-Request-Ip: 142.93.129.190
X-Response-Cache: miss
X-Response-Cinfo: 142.93.129.190
X-Tt-Trace-Tag: id=5
Page title: Bitcoin.TM – New brand updating
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Bitcoin.TM – New brand updating</title>
<meta name="description" content="Vasdaq品牌更新 - 新Logo发布" />
<!-- Favicon -->
<link rel="icon" href="images/bitcoin.tm2.png" type="image/png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/plugins/bootstrap.min.css">
<!-- Font Icons -->
<link rel="stylesheet" href="css/icons/font-awesome.css">
<link rel="stylesheet" href="css/icons/linea.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- 居中样式 -->
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0a0a0a 100%);
display: flex;
justify-content: center;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
position: relative;
overflow-x: hidden;
}
/* 金色动态背景效果 */
body:before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.12) 0%, transparent 40%),
radial-gradient(circle at 90% 80%, rgba(255, 193, 7, 0.1) 0%, transparent 40%),
radial-gradient(circle at 50% 50%, rgba(255, 235, 59, 0.08) 0%, transparent 60%);
z-index: 0;
animation: bgPulse 15s infinite alternate;
}
@keyframes bgPulse {
0% {
opacity: 0.4;
transform: scale(1);
}
100% {
opacity: 0.8;
transform: scale(1.02);
}
}
/* 页面容器 */
.page-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo更新容器 - 无框设计 */
.logo-update-container {
text-align: center;
padding: 80px 20px;
position: relative;
overflow: hidden;
}
/* 标题样式 */
.logo-title {
font-size: 48px;
margin-bottom: 80px;
color: #fff;
font-weight: 300;
letter-spacing: 2px;
position: relative;
display: inline-block;
text-transform: uppercase;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 1s ease forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.logo-title strong {
color: #FFD700;
/* 金色 */
font-weight: 600;
text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
position: relative;
display: inline-block;
}
/* 标题下划线动画 */
.logo-title strong:after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, transparent, #FFD700, #FFC107, transparent);
transform: scaleX(0);
animation: underlineExpand 1.5s ease-out 0.5s forwards;
}
@keyframes underlineExpand {
to {
transform: scaleX(1);
}
}
/* Logo对比区域 */
.logo-comparison {
display: flex;
justify-content: center;
align-items: center;
gap: 100px;
/* margin: 60px 0 60px; */
flex-wrap: wrap;
position: relative;
}
.logo-item {
text-align: center;
flex: 0 0 auto;
position: relative;
opacity: 0;
transform: translateY(40px);
animation: slideUp 0.8s ease forwards;
}
.logo-item:nth-child(1) {
animation-delay: 0.3s;
}
.logo-item:nth-child(3) {
animation-delay: 0.6s;
}
@keyframes slideUp {
to {
opacity: 1;
transform: translateY(0);
}
}
/* Logo容器 */
.logo-display {
margin: 0 a