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 /
a9 /
c4 /
[ HOME SHELL ]
Name
Size
Permission
Action
a9c456d25f68ab7d910df4377e0e47...
709
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : a9c456d25f68ab7d910df4377e0e472b8eb00087
(function (FindTheWords) { /** * Keeps track of the number of times the game is submitted. * @class H5P.FindTheWords.Counter * @param {H5P.jQuery} $container */ FindTheWords.Counter = function ($container) { /** @alias H5P.FindTheWords.Counter# */ var self = this; var current = 0; /** * @private */ var update = function () { $container[0].innerText = current; }; /** * Increment the counter. */ self.increment = function () { current++; update(); }; /** * Revert counter back to its natural state */ self.reset = function () { current = 0; update(); }; }; })(H5P.FindTheWords);
Close