- ID de l'analyse :
- 04650599-44cd-4766-a069-f259fab2ce6aTerminée
- URL soumise :
- https://robiulislam2001.github.io/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/Pikachu%20Tools%202.0.apk | Download APK |
https://pikachu-tools.my.id | Visit Website |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
warning | other |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>