Help
RSS
API
Feed
Maltego
Contact
Domain > rrrx.top
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-09-01
3.0.154.93
(
ClassC
)
2026-01-18
39.99.239.87
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginx/1.20.1Date: Sun, 18 Jan 2026 04:27:26 GMTContent-Type: text/htmlContent-Length: 11422Last-Modified: Mon, 27 Jan 2025 11:50:46 GMTConnection: keep-aliveETag: 67977316-2c9eAccess-Control-Allow-Origin: *Accept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> title>!DOCTYPE html> html langzh-CN> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>我的小窝/title> style> /* 全局样式 */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: linear-gradient(135deg, #1e1e1e, #3d3d3d, #1e1e1e); color: #ffffff; min-height: 100vh; overflow-x: hidden; } /* 大标题样式 */ .main-title { font-size: 3rem; margin: 0; padding: 1rem; color: #61dafb; text-shadow: 0 0 10px #61dafb, 0 0 20px #61dafb; text-align: center; background-color: rgba(45, 45, 45, 0.9); position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } /* 副标题样式 */ .sub-title { font-size: 1.5rem; margin-top: 6rem; /* 为大标题留出空间 */ margin-bottom: 2rem; color: #cccccc; text-align: center; } /* 容器样式 */ .container { text-align: center; width: 100%; max-width: 1600px; padding: 2rem; margin: 0 auto; margin-top: 8rem; /* 为大标题和副标题留出空间 */ } /* 栏目容器 */ .columns { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-bottom: 4rem; /* 为页脚留出空间 */ } /* 单个栏目样式 */ .column { background-color: rgba(45, 45, 45, 0.8); padding: 2rem; border-radius: 15px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); width: 30%; /* 每行 3 个栏目 */ min-width: 250px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .column:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } /* 栏目标题 */ .column h2 { font-size: 1.8rem; margin-bottom: 1.5rem; color: #61dafb; } /* 导航链接容器 */ .nav-links { display: flex; flex-direction: column; gap: 1rem; } /* 导航链接样式 */ .nav-link { text-decoration: none; color: #ffffff; font-size: 1.1rem; padding: 0.8rem; background-color: #3d3d3d; border-radius: 8px; transition: background-color 0.3s ease, transform 0.3s ease; display: flex; align-items: center; justify-content: center; } .nav-link:hover { background-color: #61dafb; color: #1e1e1e; transform: scale(1.05); } .nav-link:active { background-color: #4fa3c7; } /* 页脚样式 */ footer { text-align: center; padding: 1rem; background-color: rgba(45, 45, 45, 0.8); color: #cccccc; position: relative; bottom: 0; width: 100%; } footer a { color: #61dafb; text-decoration: none; } footer a:hover { text-decoration: underline; } /* 二维码容器 */ .qrcode { position: fixed; right: 2rem; bottom: 2rem; background-color: rgba(45, 45, 45, 0.8); padding: 1rem; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; } .qrcode img { width: 150px; height: 150px; margin-bottom: 0.5rem; } .qrcode p { margin: 0; font-size: 1rem; color: #61dafb; } /* 自定义弹窗样式 */ .custom-alert { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(45, 45, 45, 0.95); padding: 2rem; border-radius: 15px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); z-index: 1001; text-align: center; } .custom-alert p { font-size: 1.2rem; margin-bottom: 1.5rem; } .custom-alert button { padding: 0.8rem 1.5rem; background-color: #61dafb; color: #1e1e1e; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease; } .custom-alert button:hover { background-color: #4fa3c7; } /* 背景动画 */ @keyframes moveBackground { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } body { background: linear-gradient(135deg, #1e1e1e, #3d3d3d, #1e1e1e); background-size: 200% 200%; animation: moveBackground 10s ease infinite; } /style> !-- 引入 jQuery --> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script>/head>body>!-- 大标题 -->div classmain-title>程序员文档导航/div>!-- 副标题 -->div classsub-title>一站式技术文档资源/div>!-- 内容容器 -->div classcontainer> div classcolumns> !-- 前端栏目 --> div classcolumn> h2>前端技术/h2> div classnav-links> a hrefhttps://developer.mozilla.org/zh-CN/docs/Web/HTML classnav-link>HTML/CSS 文档/a> a hrefhttps://developer.mozilla.org/zh-CN/docs/Web/JavaScript classnav-link>JavaScript 文档/a> a hrefhttps://reactjs.org/docs/getting-started.html classnav-link>React 文档/a> a hrefhttps://vuejs.org/v2/guide/ classnav-link>Vue.js 文档/a> a hrefhttps://webpack.js.org/concepts/ classnav-link>Webpack 文档/a> /div> /div> !-- 后端栏目 --> div classcolumn> h2>后端技术/h2> div classnav-links> a hrefhttps://nodejs.org/zh-cn/docs/ classnav-link>Node.js 文档/a> a hrefhttps://docs.python.org/zh-cn/3/ classnav-link>Python 文档/a> a hrefhttps://docs.djangoproject.com/zh-hans/3.2/ classnav-link>Django 文档/a> a hrefhttps://flask.palletsprojects.com/en/2.0.x/ classnav-link>Flask 文档/a> a hrefhttps://docs.oracle.com/en/java/ classnav-link>Java 文档/a> /div> /div> !-- 数据库栏目 --> div classcolumn> h2>数据库/h2> div classnav-links> a hrefhttps://dev.mysql.com/doc/ classnav-link>MySQL 文档/a> a hrefhttps://www.postgresql.org/docs/ classnav-link>PostgreSQL 文档/a> a hrefhttps://docs.mongodb.com/ classnav-link>MongoDB 文档/a> a hrefhttps://redis.io/documentation classnav-link>Redis 文档/a> a hrefhttps://www.sqlite.org/docs.html classnav-link>SQLite 文档/a> /div> /div> !-- Web3栏目 --> div classcolumn> h2>Web3/h2> div classnav-links> a hrefhttps://docs.soliditylang.org/ classnav-link>Solidity 文档/a> a hrefhttps://ethereum.org/en/developers/docs/ classnav-link>Ethereum 文档/a> a hrefhttps://docs.ipfs.io/ classnav-link>IPFS 文档/a> a hrefhttps://web3js.readthedocs.io/ classnav-link>Web3.js 文档/a> a hrefhttps://hardhat.org/docs classnav-link>Hardhat 文档/a> /div> /div> !-- 开发工具栏目 --> div classcolumn> h2>开发工具/h2> div classnav-links> a hrefhttps://git-scm.com/doc classnav-link>Git 文档/a> a hrefhttps://docs.docker.com/ classnav-link>Docker 文档/a> a hrefhttps://kubernetes.io/docs/home/ classnav-link>Kubernetes 文档/a> a hrefhttps://code.visualstudio.com/docs classnav-link>VS Code 文档/a> a hrefhttps://learning.postman.com/docs/ classnav-link>Postman 文档/a> /div> /div> !-- 云计算栏目 --> div classcolumn> h2>云计算/h2> div classnav-links> a hrefhttps://docs.aws.amazon.com/ classnav-link>AWS 文档/a> a hrefhttps://docs.microsoft.com/en-us/azure/ classnav-link>Azure 文档/a> a hrefhttps://cloud.google.com/docs classnav-link>Google Cloud 文档/a> a hrefhttps://devcenter.heroku.com/ classnav-link>Heroku 文档/a> a hrefhttps://docs.digitalocean.com/ classnav-link>DigitalOcean 文档/a> /div> /div> /div>/div>!-- 页脚 -->footer> div> p>a hrefhttp://beian.miit.gov.cn/>工业和信息化部备案管理系统网站 京ICP备2024091484号-1/a>/p> /div> © 2023 我的小窝 | 版权所有/footer>!-- 右侧二维码 -->div classqrcode> img srchttps://via.placeholder.com/150 alt微信公众号二维码> p>扫码关注公众号/p>/div>!-- 自定义弹窗 -->div classcustom-alert idcustomAlert> p>即将跳转到文档页面,是否继续?/p> button idconfirmButton>确认/button> button idcancelButton>取消/button>/div>!-- jQuery 脚本 -->script> $(document).ready(function () { let targetUrl ; // 为所有导航链接添加点击事件 $(.nav-link).click(function (e) { e.preventDefault(); // 阻止默认跳转 targetUrl $(this).attr(href); // 获取目标链接 $(#customAlert).fadeIn(); // 显示自定义弹窗 }); // 确认按钮点击事件 $(#confirmButton).click(function () { $(#customAlert).fadeOut(); // 隐藏弹窗 window.open(targetUrl, _blank); // 在新页面打开链接 }); // 取消按钮点击事件 $(#cancelButton).click(function () { $(#customAlert).fadeOut(); // 隐藏弹窗 }); });/script>/body>/html>/title>/head>body>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.20.1Date: Sun, 18 Jan 2026 04:27:27 GMTContent-Type: text/htmlContent-Length: 11422Last-Modified: Mon, 27 Jan 2025 11:50:46 GMTConnection: keep-aliveETag: 67977316-2c9eAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> title>!DOCTYPE html> html langzh-CN> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>我的小窝/title> style> /* 全局样式 */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: linear-gradient(135deg, #1e1e1e, #3d3d3d, #1e1e1e); color: #ffffff; min-height: 100vh; overflow-x: hidden; } /* 大标题样式 */ .main-title { font-size: 3rem; margin: 0; padding: 1rem; color: #61dafb; text-shadow: 0 0 10px #61dafb, 0 0 20px #61dafb; text-align: center; background-color: rgba(45, 45, 45, 0.9); position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } /* 副标题样式 */ .sub-title { font-size: 1.5rem; margin-top: 6rem; /* 为大标题留出空间 */ margin-bottom: 2rem; color: #cccccc; text-align: center; } /* 容器样式 */ .container { text-align: center; width: 100%; max-width: 1600px; padding: 2rem; margin: 0 auto; margin-top: 8rem; /* 为大标题和副标题留出空间 */ } /* 栏目容器 */ .columns { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-bottom: 4rem; /* 为页脚留出空间 */ } /* 单个栏目样式 */ .column { background-color: rgba(45, 45, 45, 0.8); padding: 2rem; border-radius: 15px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); width: 30%; /* 每行 3 个栏目 */ min-width: 250px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .column:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } /* 栏目标题 */ .column h2 { font-size: 1.8rem; margin-bottom: 1.5rem; color: #61dafb; } /* 导航链接容器 */ .nav-links { display: flex; flex-direction: column; gap: 1rem; } /* 导航链接样式 */ .nav-link { text-decoration: none; color: #ffffff; font-size: 1.1rem; padding: 0.8rem; background-color: #3d3d3d; border-radius: 8px; transition: background-color 0.3s ease, transform 0.3s ease; display: flex; align-items: center; justify-content: center; } .nav-link:hover { background-color: #61dafb; color: #1e1e1e; transform: scale(1.05); } .nav-link:active { background-color: #4fa3c7; } /* 页脚样式 */ footer { text-align: center; padding: 1rem; background-color: rgba(45, 45, 45, 0.8); color: #cccccc; position: relative; bottom: 0; width: 100%; } footer a { color: #61dafb; text-decoration: none; } footer a:hover { text-decoration: underline; } /* 二维码容器 */ .qrcode { position: fixed; right: 2rem; bottom: 2rem; background-color: rgba(45, 45, 45, 0.8); padding: 1rem; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; } .qrcode img { width: 150px; height: 150px; margin-bottom: 0.5rem; } .qrcode p { margin: 0; font-size: 1rem; color: #61dafb; } /* 自定义弹窗样式 */ .custom-alert { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(45, 45, 45, 0.95); padding: 2rem; border-radius: 15px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); z-index: 1001; text-align: center; } .custom-alert p { font-size: 1.2rem; margin-bottom: 1.5rem; } .custom-alert button { padding: 0.8rem 1.5rem; background-color: #61dafb; color: #1e1e1e; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease; } .custom-alert button:hover { background-color: #4fa3c7; } /* 背景动画 */ @keyframes moveBackground { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } body { background: linear-gradient(135deg, #1e1e1e, #3d3d3d, #1e1e1e); background-size: 200% 200%; animation: moveBackground 10s ease infinite; } /style> !-- 引入 jQuery --> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script>/head>body>!-- 大标题 -->div classmain-title>程序员文档导航/div>!-- 副标题 -->div classsub-title>一站式技术文档资源/div>!-- 内容容器 -->div classcontainer> div classcolumns> !-- 前端栏目 --> div classcolumn> h2>前端技术/h2> div classnav-links> a hrefhttps://developer.mozilla.org/zh-CN/docs/Web/HTML classnav-link>HTML/CSS 文档/a> a hrefhttps://developer.mozilla.org/zh-CN/docs/Web/JavaScript classnav-link>JavaScript 文档/a> a hrefhttps://reactjs.org/docs/getting-started.html classnav-link>React 文档/a> a hrefhttps://vuejs.org/v2/guide/ classnav-link>Vue.js 文档/a> a hrefhttps://webpack.js.org/concepts/ classnav-link>Webpack 文档/a> /div> /div> !-- 后端栏目 --> div classcolumn> h2>后端技术/h2> div classnav-links> a hrefhttps://nodejs.org/zh-cn/docs/ classnav-link>Node.js 文档/a> a hrefhttps://docs.python.org/zh-cn/3/ classnav-link>Python 文档/a> a hrefhttps://docs.djangoproject.com/zh-hans/3.2/ classnav-link>Django 文档/a> a hrefhttps://flask.palletsprojects.com/en/2.0.x/ classnav-link>Flask 文档/a> a hrefhttps://docs.oracle.com/en/java/ classnav-link>Java 文档/a> /div> /div> !-- 数据库栏目 --> div classcolumn> h2>数据库/h2> div classnav-links> a hrefhttps://dev.mysql.com/doc/ classnav-link>MySQL 文档/a> a hrefhttps://www.postgresql.org/docs/ classnav-link>PostgreSQL 文档/a> a hrefhttps://docs.mongodb.com/ classnav-link>MongoDB 文档/a> a hrefhttps://redis.io/documentation classnav-link>Redis 文档/a> a hrefhttps://www.sqlite.org/docs.html classnav-link>SQLite 文档/a> /div> /div> !-- Web3栏目 --> div classcolumn> h2>Web3/h2> div classnav-links> a hrefhttps://docs.soliditylang.org/ classnav-link>Solidity 文档/a> a hrefhttps://ethereum.org/en/developers/docs/ classnav-link>Ethereum 文档/a> a hrefhttps://docs.ipfs.io/ classnav-link>IPFS 文档/a> a hrefhttps://web3js.readthedocs.io/ classnav-link>Web3.js 文档/a> a hrefhttps://hardhat.org/docs classnav-link>Hardhat 文档/a> /div> /div> !-- 开发工具栏目 --> div classcolumn> h2>开发工具/h2> div classnav-links> a hrefhttps://git-scm.com/doc classnav-link>Git 文档/a> a hrefhttps://docs.docker.com/ classnav-link>Docker 文档/a> a hrefhttps://kubernetes.io/docs/home/ classnav-link>Kubernetes 文档/a> a hrefhttps://code.visualstudio.com/docs classnav-link>VS Code 文档/a> a hrefhttps://learning.postman.com/docs/ classnav-link>Postman 文档/a> /div> /div> !-- 云计算栏目 --> div classcolumn> h2>云计算/h2> div classnav-links> a hrefhttps://docs.aws.amazon.com/ classnav-link>AWS 文档/a> a hrefhttps://docs.microsoft.com/en-us/azure/ classnav-link>Azure 文档/a> a hrefhttps://cloud.google.com/docs classnav-link>Google Cloud 文档/a> a hrefhttps://devcenter.heroku.com/ classnav-link>Heroku 文档/a> a hrefhttps://docs.digitalocean.com/ classnav-link>DigitalOcean 文档/a> /div> /div> /div>/div>!-- 页脚 -->footer> div> p>a hrefhttp://beian.miit.gov.cn/>工业和信息化部备案管理系统网站 京ICP备2024091484号-1/a>/p> /div> © 2023 我的小窝 | 版权所有/footer>!-- 右侧二维码 -->div classqrcode> img srchttps://via.placeholder.com/150 alt微信公众号二维码> p>扫码关注公众号/p>/div>!-- 自定义弹窗 -->div classcustom-alert idcustomAlert> p>即将跳转到文档页面,是否继续?/p> button idconfirmButton>确认/button> button idcancelButton>取消/button>/div>!-- jQuery 脚本 -->script> $(document).ready(function () { let targetUrl ; // 为所有导航链接添加点击事件 $(.nav-link).click(function (e) { e.preventDefault(); // 阻止默认跳转 targetUrl $(this).attr(href); // 获取目标链接 $(#customAlert).fadeIn(); // 显示自定义弹窗 }); // 确认按钮点击事件 $(#confirmButton).click(function () { $(#customAlert).fadeOut(); // 隐藏弹窗 window.open(targetUrl, _blank); // 在新页面打开链接 }); // 取消按钮点击事件 $(#cancelButton).click(function () { $(#customAlert).fadeOut(); // 隐藏弹窗 }); });/script>/body>/html>/title>/head>body>/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
]