- 扫描 ID:
- 04650599-44cd-4766-a069-f259fab2ce6a已完成
- 提交的 URL:
- https://robiulislam2001.github.io/
- 报告完成时间:
链接 · 找到 2 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/Pikachu%20Tools%202.0.apk | Download APK |
https://pikachu-tools.my.id | Visit Website |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 2 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
warning | other |
|
error | network |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Call And SMS Bomber In BD</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(135deg, #6a0dad, #32cd32); /* Purple and Green Background */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
max-width: 400px;
width: 100%;
}
.logo {
width: 100px;
margin-bottom: 20px;
}
.title {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.description {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}
.button-group {
display: flex;
flex-direction: column;
gap: 10px;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 18px;
color: #fff;
background-color: #ff4500;
border: none;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease, transform 0.2s ease; /* Added click effect */
}
.button:hover {
background-color: #d43f00;
}
.button:active {
transform: scale(0.95); /* Button click effect */
}
</style>
</head>
<body>
<div class="container">
<img src="https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/logo.png" alt="Pikachu Tools Logo" class="logo">
<div class="title">Pikachu Tools 2.0</div>
<p class="description">বাংলাদেশের সেরা মেসেজ এবং কল বোম্বিং টুলস। নাম্বারে বোম্বিং দেয়া পর্যন্ত ইন্টারনেট লাগে তারপর
আপনার ফোন অফ হয়ে যাক, ব্রাউজার ক্লোজ করে দেন, কিছুই হবেনা। আপনার 1 MB Data ও খরচ হবেনা, সবকিছু সার্ভার সাইড প্রোসেস হবে।</p>
<div class="button-group">
<a href="https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/Pikachu%20Tools%202.0.apk" class="button" download="">
Download APK
</a>
<a href="https://pikachu-tools.my.id" class="button" target="_blank">
Visit Website
</a>
</div>
</div>
</body></html>