Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.8 /
site-packages /
pip /
_vendor /
pytoml /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-09-09 10:19
__init__.py
127
B
-rw-r--r--
2023-10-18 05:30
core.py
509
B
-rw-r--r--
2023-10-18 05:30
parser.py
10.07
KB
-rw-r--r--
2023-10-18 05:30
test.py
1021
B
-rw-r--r--
2023-10-18 05:30
utils.py
1.63
KB
-rw-r--r--
2023-10-18 05:30
writer.py
3.29
KB
-rw-r--r--
2023-10-18 05:30
Save
Rename
class TomlError(RuntimeError): def __init__(self, message, line, col, filename): RuntimeError.__init__(self, message, line, col, filename) self.message = message self.line = line self.col = col self.filename = filename def __str__(self): return '{}({}, {}): {}'.format(self.filename, self.line, self.col, self.message) def __repr__(self): return 'TomlError({!r}, {!r}, {!r}, {!r})'.format(self.message, self.line, self.col, self.filename)