https://getsolara.cc/

ID da verificação
558129a8-bb00-44c7-9941-c21dbdb10d76Concluído
URL enviado:
https://getsolara.cc/
Relatório concluído:

Os links de saída identificados na página

LinkTexto
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

Variáveis JavaScript · 4 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
__cfBeaconobject

Mensagens de registro do console · 1 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://getsolara.cc/fonts/SanFranciscoPro.ttf
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML bruto da página

<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 &amp; 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&amp;is=67438f85&amp;hm=88a856b08a63ec551c4c9e7a9359c369efd718c7e11778ed0d9de873f2594e77&amp;">
    <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&amp;is=67439ce0&amp;hm=b9da407f368fac798bb2fd1eb9762cea4ccadd1602820890bd61be76f3d8cce0&amp;">
    <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&amp;is=67438793&amp;hm=c74019e941a0460f67fa025c0afb362c9366753d20a724ea2a9db18ba497347a&amp;" 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&amp;is=67438793&amp;hm=9d990168a8f940458c9b7e884574e37aa4f2d55a1a09e9af0f7d6224c88f4e1c&amp;" alt="Logo" class="logo">
    </header>
    <div class="container">
        <div class="title">SOLARA</div>
        <div class="subtitle">The first &amp; 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&amp;is=67438793&amp;hm=5f7a8021dd2109297a5a2c171e0336280e20b62c82a41d4747d79bbaa2b73fc4&amp;" 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&amp;is=67438792&amp;hm=cbcae402cecf6a9f33b1e26fb7e97e03de374940b9dd8486f3e2d3b47aa138f6&amp;" 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&amp;is=67438792&amp;hm=cb4222813a2bf6f0c685fc804baace695572a8ff64a120cf973eb58c5c4db749&amp;" 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&amp;is=67438793&amp;hm=603d51e46da5a466421828cb1c2a31ca15830ee417922e842889f86c6f838141&amp;" 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="{&quot;rayId&quot;:&quot;8e7cdf083982383f&quot;,&quot;version&quot;:&quot;2024.10.5&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;81f8ecfddf4f49b9abc66e3ccd9c5519&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>
</body></html>