!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ai.picotech.app/public_html/resources/views/auth/   drwxr-xr-x
Free 29.37 GB of 117.98 GB (24.9%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     password_confirm_form.blade.php (2.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.auth_customer')

@section('title','Forget password')

@section('content')
    <div class="row w-100">
        <div class="col-md-8 col-sm-6 col-6 img-section">
            <div class="ai-img">
                <img class="w-100" src="{{asset('images/login.jpg')}}" alt="">
            </div>
        </div>
        <div class="col-md-4 col-sm-12 col-12 form-section">
            <div class="card-body login-card-body p-0">
                <p class="login-box-msg">@lang('passwords.title')</p>

                <form action="{{route('password.reset.confirm')}}" method="post">
                    @csrf
                    <input type="hidden" name="customer" value="{{$id}}">
                    <input type="hidden" name="type" value="{{$type}}">
                    <input type="hidden" name="token" value="{{$token}}">
                    <div class="input-group mb-3">
                        <input name="password" type="password" class="form-control"
                               placeholder="@lang('passwords.new_password')">
                        <div class="input-group-append">
                            <div class="input-group-text">
                                <span class="fas fa-key"></span>
                            </div>
                        </div>
                    </div>
                    <div class="input-group mb-3">
                        <input name="password_confirmation" type="password" class="form-control"
                               placeholder="@lang('passwords.confirm_new_password')">
                        <div class="input-group-append">
                            <div class="input-group-text">
                                <span class="fas fa-key"></span>
                            </div>
                        </div>
                    </div>

                    <div class="row justify-content-end">
                        <!-- /.col -->
                        <div class="col-4">
                            <button type="submit"
                                    class="btn btn-primary btn-block">@lang('auth.form.button.submit')</button>
                        </div>
                        <!-- /.col -->
                    </div>
                </form>
            </div>
        </div>

@endsection

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]--