- ID de l'analyse :
- 558129a8-bb00-44c7-9941-c21dbdb10d76Terminée
- URL soumise :
- https://getsolara.cc/
- Fin du rapport :
Liens : 4 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://discord.gg/yQ56VcN2xB | |
https://github.com/furionixx/Solara-executor/releases/download/release/Solara.Executor.zip | |
https://discord.gg/qZ8deF293t | |
https://t.me/the_solara |
Variables JavaScript : 4 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 |
__cfBeacon | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="SOLARA EXECUTOR - ROBLOX EXTERNAL SCRIPT EXECUTOR">
<meta property="og:description" content="The first & best external ROBLOX script utility after byfron. Solara Executor is the best introductory script executor for assisting developers in security pentesting, only on Windows.">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/1310335970695974953/1310344616687439953/iconfull.png?ex=6744e105&is=67438f85&hm=88a856b08a63ec551c4c9e7a9359c369efd718c7e11778ed0d9de873f2594e77&">
<meta property="og:url" content="http://getsolara.cc/">
<meta property="og:type" content="website">
<title>SOLARA | EXTERNAL EXECUTOR</title>
<link rel="icon" href="icon.ico" type="https://cdn.discordapp.com/attachments/1310335970695974953/1310358957046497402/icon.ico?ex=6744ee60&is=67439ce0&hm=b9da407f368fac798bb2fd1eb9762cea4ccadd1602820890bd61be76f3d8cce0&">
<link rel="stylesheet" href="userChrome.css">
<link rel="stylesheet" href="userContent.css">
</head><body>
<style>
@font-face {
font-family: 'San Francisco Pro';
src: url('SanFranciscoPro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: "San Francisco Pro", sans-serif;
}
</style>
<style>
@font-face {
font-family: 'San Francisco Pro';
src: url('fonts/SanFranciscoPro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: "San Francisco Pro", sans-serif;
}
html {
display: block;
-webkit-locale: "en";
}
:root {
--purple: rgba(38, 0, 90, 0.5);
--dark-purple: rgba(23, 0, 47, 0.5);
--outline-color: #9400D3;
}
body::before {
content: "";
position: absolute;
inset: 0px;
z-index: 0;
background: radial-gradient(circle at 20% 20%, var(--purple), transparent 60%), radial-gradient(circle at 80% 20%, var(--dark-purple), transparent 60%), radial-gradient(circle at 20% 80%, var(--purple), transparent 60%), radial-gradient(circle at 80% 80%, var(--dark-purple), transparent 60%);
opacity: 0.35;
pointer-events: none;
}
body {
font-family: "San Francisco Pro", sans-serif;
margin: 0px;
padding: 0px;
overflow: hidden;
background: black;
color: white;
display: flex
;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
position: relative;
opacity: 0;
animation: 2s ease 0s 1 normal forwards running fadeIn;
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
@keyframes scaleUp {
to {
transform: scale(1);
}
}
header {
position: absolute;
top: 10px;
left: 10px;
}
script {
display: none;
}
.logo {
width: 150px;
height: auto;
}
.container {
text-align: center;
position: relative;
z-index: 1;
}
element.style {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
}
div {
display: block;
unicode-bidi: isolate;
}
footer {
position: absolute;
bottom: 10px;
text-align: center;
width: 100%;
color: white;
}
footer {
display: block;
unicode-bidi: isolate;
}
.title {
font-size: 4em;
font-weight: bold;
text-transform: uppercase;
color: white;
margin-bottom: 0.2em;
transform: scale(0.9);
animation: 1s ease-in-out 0s 1 normal forwards running scaleUp;
}
.subtitle {
font-size: 2em;
font-weight: bold;
color: white;
transform: scale(0.9);
animation: 1s ease-in-out 0s 1 normal forwards running scaleUp;
}
.byfron {
font-size: 1.5em;
color: rgb(192, 134, 216);
}
.image-wrapper {
perspective: 1000px;
display: inline-block;
position: relative;
}
.image-wrapper img {
width: auto;
max-width: 60%;
height: auto;
border-radius: 15px;
border: 2px solid var(--outline-color);
transform: scale(0.9);
transition: transform 0.3s, box-shadow 0.3s;
position: relative;
}
img {
overflow-clip-margin: content-box;
overflow: clip;
}
.image-wrapper img::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 15px;
background: linear-gradient(115deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
z-index: 2;
}
.buttons {
margin-top: 1em;
}
.buttons a::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(75, 0, 130, 0.3) 10%, transparent 80%);
opacity: 0;
pointer-events: none;
transition: opacity 0.2s, transform 0.5s;
}
.buttons a {
text-decoration: none;
color: white;
padding: 0.7em;
margin: 0.5em;
border-radius: 0.3em;
border: 2px solid rgb(148, 0, 211);
display: inline-block;
transform: scale(0.9);
animation: 1s ease-in-out 0s 1 normal forwards running scaleUp;
transition: transform 0.2s, box-shadow 0.2s;
position: relative;
overflow: hidden;
background: none;
width: 30px;
height: 30px;
}
.buttons img {
width: 100%;
height: 100%;
object-fit: contain;
}
.contact-button {
text-decoration: none;
color: white;
padding: 0.7em 1.5em;
margin-top: 1em;
border-radius: 0.3em;
border: 2px solid rgb(148, 0, 211);
display: inline-block;
transform: scale(0.9);
animation: 1s ease-in-out 0s 1 normal forwards running scaleUp;
transition: transform 0.2s, box-shadow 0.2s;
position: relative;
overflow: hidden;
background: none;
}
footer p {
margin: 0px;
}
</style>
<style>
.buttons a::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient( circle, rgba(75, 0, 130, 0.3) 10%, transparent 80% );
opacity: 0;
pointer-events: none;
transition: opacity 0.2s, transform 0.5s;
}
</style>
<a href="https://discord.gg/yQ56VcN2xB" target="_blank" style="position: fixed; bottom: 20px; right: 20px; z-index: 1000;">
<img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336082843271289/element.png?ex=6744d913&is=67438793&hm=c74019e941a0460f67fa025c0afb362c9366753d20a724ea2a9db18ba497347a&" alt="Element" style="width: 200px; height: auto; cursor: pointer; transition: transform 0.3s ease;">
</a>
<header>
<img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336083531141261/logo.png?ex=6744d913&is=67438793&hm=9d990168a8f940458c9b7e884574e37aa4f2d55a1a09e9af0f7d6224c88f4e1c&" alt="Logo" class="logo">
</header>
<div class="container">
<div class="title">SOLARA</div>
<div class="subtitle">The first & best external script utility after <span class="byfron">byfron</span></div>
<div class="image-wrapper">
<img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336083246186638/image.png?ex=6744d913&is=67438793&hm=5f7a8021dd2109297a5a2c171e0336280e20b62c82a41d4747d79bbaa2b73fc4&" alt="Script Utility" class="scale-up hover-rotate" style="transform: scale(0.9) rotateX(0deg) rotateY(0deg);">
</div>
<div class="buttons scale-up">
<a href="https://github.com/furionixx/Solara-executor/releases/download/release/Solara.Executor.zip" download="" class="button download"><img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336082319114260/download.png?ex=6744d912&is=67438792&hm=cbcae402cecf6a9f33b1e26fb7e97e03de374940b9dd8486f3e2d3b47aa138f6&" alt="Download"></a>
<a href="https://discord.gg/qZ8deF293t" class="button discord"><img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336082562519070/discord.png?ex=6744d912&is=67438792&hm=cb4222813a2bf6f0c685fc804baace695572a8ff64a120cf973eb58c5c4db749&" alt="Discord"></a>
<a href="https://t.me/the_solara" class="button telegram"><img src="https://cdn.discordapp.com/attachments/1310335970695974953/1310336083854229616/telegram.png?ex=6744d913&is=67438793&hm=603d51e46da5a466421828cb1c2a31ca15830ee417922e842889f86c6f838141&" alt="Telegram"></a>
</div>
</div>
<footer>
<a href="mailto:[email protected]" class="contact-button">Contact</a>
<p>© 2024 Solara Executor by CMD Softworks</p>
</footer>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"8e7cdf083982383f","version":"2024.10.5","r":1,"serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}},"token":"81f8ecfddf4f49b9abc66e3ccd9c5519","b":1}" crossorigin="anonymous"></script>
</body></html>