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.137.169.35
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 /
gug /
PHP /
Sample_PhP_Code /
[ HOME SHELL ]
Name
Size
Permission
Action
AesForJava.php
4.82
KB
-rwxr-xr-x
EasyPay.php
2.53
KB
-rwxr-xr-x
sampleEasyPay.php
768
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sampleEasyPay.php
<?php /* Its sample request please change below hard coded values and call sendEasyPayRequest function */ $cid = '2988'; $rid = rand(9999, 999999); $crn = '1'; $amt = '01.00'; $ver = '1.0'; $typ = 'Test'; $cny = 'INR'; $rtu = 'https://uat-etendering.axisbank.co.in/easypay2.0/frontend/api/output?urldecode=1'; $ppi = '1|1|1|1|1|1'; $re1 = 'MN'; $re2 = ''; $re3 = ''; $re4 = ''; $re5 = ''; define('POST_URL', "https://uat-etendering.axisbank.co.in/easypay2.0/frontend/index.php/api/payment"); define('CHECKSUM_KEY', 'axis'); define('ENCRYPTION_KEY', 'axisbank12345678'); include_once 'EasyPay.php'; $ep = new EasyPay(POST_URL,CHECKSUM_KEY,ENCRYPTION_KEY); $ep->sendEasyPayRequest($cid, $rid, $crn, $amt, $ver, $typ, $cny, $rtu, $ppi, $re1, $re2, $re3, $re4, $re5);
Close