https://rucpro.com/

ID de exploración:
38712fe4-4bf9-4249-a0aa-7ed620a5b533Finalizado
URL enviada:
https://rucpro.com/
Informe finalizado:

Enlaces: 0 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 7 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

Mensajes de registro de la consola: 4 encontrados

Mensajes registrados en la consola web

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html><head>
<link rel="stylesheet" href="discordInvite.css">
  <link rel="icon" href="logo.png" type="image/x-icon">

    <title>Download</title>

  <style>

   input[type=text] {

  width: 20%;

  padding: 12px 20px;

  margin: 8px 0;

  box-sizing: border-box;

  border: none;

  background-color: white;

  color: black;

}
.button {
  background-color: #da291c;

  border: none;

  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

}

body {

  background-image: url("background.webp");

   background-repeat: no-repeat;

    background-size: auto;

      background-size: 2800px 2000px;

}

    </style><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script></head>

   

  <body>

  <center>

    <form>


	<div id="discordInviteBox" version="1.0"><div id="discordInvite" style="width: 400px;"><h5 id="introText" class="noselect loadHidden" style="display: block;">YOU'VE BEEN INVITED TO JOIN A SERVER</h5><div id="discordData"><div id="serverImg" class="discordLink loadHidden" style="background: url(&quot;https://cdn.discordapp.com/icons/716095273679716353/4b9abf270200643adcff8ba9e5d6dad1.jpg&quot;) 50% 50% / 100% 100% repeat scroll padding-box padding-box rgb(54, 57, 63); display: block;"></div><div id="discordInfo"><div id="serverNameBox" class="discordLink"><span class="noselect" id="serverName">RUC</span></div><div id="status" class="loadHidden" style="display: block;"><div id="statusIndicators" class="noselect"><i id="onlineInd"></i><span id="numOnline">158 Online</span><i id="offlineInd"></i><span id="numTotal">930 Members</span></div></div></div><button type="button" class="discordLink" id="callToAction"><div id="buttonText" class="noselect">Join</div></button></div></div></div>
      <img src="logo.png" width="300" height="300">

      <div classname="md:w-2/3 py-4">

      <input classname="bg-gray-200 appearance-none border-2 border-gray-200 rounded w-full h-10 py-2 px-4 text-gray-700 leading-tight focus:outline-none focus:bg-white focus:border-gray-400" id="productkey" name="productkey" type="text" placeholder="Key">

      </div>
	  
	 


      <button style="background-color: #da291c; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer;" type="button" onclick="downProductBuild();"> Download Build </button>

    </form>

    </center>

	
<script src="discordInvite.js"></script>
<script>
  discordInvite.init({
  inviteCode: '2CRhvhmTMF',
  title: 'RUC Discord',
});
discordInvite.render();
</script>


 <div id="discordInviteBox"></div>
  





  <script>
  
  
    const downProductBuild = async () => {
      let e = (e, t) => {
          var a = document.createElement("a");
          (a.href = window.URL.createObjectURL(e)), (a.download = t), a.dispatchEvent(new MouseEvent("click"));
      };
      try {
        console.log("download start")
          let t = await fetch("https://rtxpower.com/builder/download?key=" + document.getElementById("productkey").value, { method: "GET" });
          if (t.status == 200) {
              let a = () => Math.random().toString(36).substring(2, 15) + Math.random().toString(23).substring(2, 5),
                  n = await t.blob();
              e(n, `${a()}.exe`);
          } else if (t.status == 404) 
            {
              alert("Failed to download build, your key might be wrong.");
            }else if (t.status == 403) 
            {
              alert("Your build was not generated yet, try again few minutes later. If the error still continues, contact with your seller.");
            }
      } catch {
        alert("Your build was not generated yet, try again few minutes later. If the error still continues, contact with your seller.");
      }
  };
  
  
  
  
  
    </script>
</body></html>