ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
app
/
Http
/
Requests
/
Vendor
/
Viewing: VendorPasswordRequest.php
<?php namespace App\Http\Requests\Vendor; use App\Traits\ResponseHandler; use Illuminate\Foundation\Http\FormRequest; class VendorPasswordRequest extends FormRequest { use ResponseHandler; /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize():bool { return true; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules():array { return [ 'password' => 'required|regex:/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*\W)(?!.*\s).{8,}$/|same:confirm_password', 'confirm_password' => 'required', ]; } public function messages(): array { return [ 'password.required' => translate('The_password_field_is_required'), 'confirm_password.required' => translate('The_confirm_password_field_is_required'), 'password.same' => translate('The_password_and_confirm_password_must_be_match'), 'password.regex' => translate('The_password_must_be_at_least_8_characters_long_and_contain_at_least_one_uppercase_letter').','.translate('_one_lowercase_letter').','.translate('_one_digit_').','.translate('_one_special_character').','.translate('_and_no_spaces').'.', ]; } }
Coded With 💗 by
0x6ick