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 /
pyasn1 /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
pyasn1
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.bandit.yml
174
B
-rw-r--r--
.gitignore
265
B
-rw-r--r--
.readthedocs.yaml
374
B
-rw-r--r--
CHANGES.rst
37.04
KB
-rw-r--r--
LICENSE.rst
1.3
KB
-rw-r--r--
MANIFEST.in
146
B
-rw-r--r--
README.md
6.43
KB
-rw-r--r--
THANKS.txt
165
B
-rw-r--r--
TODO.rst
1.92
KB
-rw-r--r--
devel-requirements.txt
67
B
-rw-r--r--
pyproject.toml
87
B
-rw-r--r--
requirements.txt
0
B
-rw-r--r--
setup.cfg
1.85
KB
-rw-r--r--
setup.py
230
B
-rw-r--r--
tox.ini
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tox.ini
[tox] minversion = 3.18.0 envlist = py38, py39, py310, py311, py312, py313, pypy38, pypy39, pypy310 cover, docs, bandit, build isolated_build = true skip_missing_interpreters = true [testenv] commands = {envpython} -Werror -m unittest discover -s tests [testenv:cover] basepython = python3 deps = coverage commands = coverage erase coverage run --source pyasn1 -m unittest discover {posargs} coverage report --fail-under 80 [testenv:bandit] skip_install = true deps = bandit commands = bandit -r pyasn1 -c .bandit.yml [testenv:docs] allowlist_externals = make deps = sphinx commands = make -C docs html SPHINXOPTS="-W --keep-going" [testenv:build] skip_install = true deps = build twine commands = {envpython} -m build {envpython} -m twine check --strict dist/pyasn1*.whl {envpython} -m twine check --strict dist/pyasn1*.tar.gz [gh-actions] python = 3.8: py38 3.9: py39, docs 3.10: py310, cover, build, bandit 3.11: py311 3.12: py312 3.13: py313 pypy-3.8: pypy38 pypy-3.9: pypy39 pypy-3.10: pypy310
Close