https://devsolara.com/

Eingereichte URL:
https://devsolara.com/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://discord.gg/yQ56VcN2xB
https://discord.gg/F4f9pgBC
https://t.me/the_solara

JavaScript-Variablen · 3 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://devsolara.com/fonts/SanFranciscoPro.ttf
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

Der HTML-Rohtext der Seite

<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="/images/iconfull.png">
    <meta property="og:url" content="http://get-solara.pro/">
    <meta property="og:type" content="website">

    <title>SOLARA | EXTERNAL EXECUTOR</title>
    <link rel="icon" href="icon.ico" type="/images/icon.ico">
    <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="/images/element.png" alt="Element" style="width: 200px; height: auto; cursor: pointer; transition: transform 0.3s ease;">
    </a>
    <header>
        <img src="/images/logo.png" 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="/images/image.png" 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="download/Solara.zip" download="" class="button download"><img src="/images/download.png" alt="Download"></a>
            <a href="https://discord.gg/F4f9pgBC" class="button discord"><img src="/images/discord.png" alt="Discord"></a>
            <a href="https://t.me/the_solara" class="button telegram"><img src="/images/telegram.png" 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>
   </body></html>