Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.133.157.231
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
python38 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
chardetect
977
B
-rwxr-xr-x
distro
966
B
-rwxr-xr-x
pbr
164
B
-rwxr-xr-x
pw_migrate
422
B
-rwxr-xr-x
pwiz
6.8
KB
-rwxr-xr-x
pydoc3
91
B
-rwxr-xr-x
pydoc3.8
91
B
-rwxr-xr-x
python3
6.97
KB
-rwxr-xr-x
python3.8
6.97
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chardetect
#!/opt/alt/python38/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'chardet==3.0.4','console_scripts','chardetect' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'chardet==3.0.4' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('chardet==3.0.4', 'console_scripts', 'chardetect')())
Close