Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.100.65
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
theme /
edumy /
javascript /
[ HOME SHELL ]
Name
Size
Permission
Action
ace-responsive-menu.js
4.58
KB
-rwxr-xr-x
bootstrap-select.min.js
44.14
KB
-rwxr-xr-x
bootstrap.min.js
54.47
KB
-rwxr-xr-x
chart-custome.js
1.54
KB
-rwxr-xr-x
chart.min.js
156.3
KB
-rwxr-xr-x
cocoon.dashboard.preprocess.js
4.49
KB
-rwxr-xr-x
cocoon.editor.theme.js
467.56
KB
-rwxr-xr-x
cocoon.init.lcvb.frontend.prep...
4.64
KB
-rwxr-xr-x
cocoon.init.preprocess.js
1.7
KB
-rwxr-xr-x
cocoon.lcvb.preprocess.min.js
100.04
KB
-rwxr-xr-x
cocoon.preprocess.js
23.24
KB
-rwxr-xr-x
cocoon.script.isotope.js
36.23
KB
-rwxr-xr-x
cocoon.script.parallax-scene.j...
14.08
KB
-rwxr-xr-x
dashboard-script.js
596
B
-rwxr-xr-x
googlemaps1.js
2.85
KB
-rwxr-xr-x
jquery-3.3.1.js
332.61
KB
-rwxr-xr-x
jquery-migrate-3.0.0.min.js
8.32
KB
-rwxr-xr-x
jquery-scrolltofixed-min.js
28.63
KB
-rwxr-xr-x
jquery-ui.min.js
247.72
KB
-rwxr-xr-x
jquery.counterup.js
8.95
KB
-rwxr-xr-x
jquery.fancybox.min.js
66.65
KB
-rwxr-xr-x
jquery.mmenu.all.js
68.72
KB
-rwxr-xr-x
jquery.smartuploader.js
118.87
KB
-rwxr-xr-x
jquery.youtubebackground.js
9.02
KB
-rwxr-xr-x
lozad.min.js
3.48
KB
-rwxr-xr-x
magnific-popup.js
19.77
KB
-rwxr-xr-x
nouislider.min.js
24.17
KB
-rwxr-xr-x
parallax.js
33.1
KB
-rwxr-xr-x
popper.min.js
18.76
KB
-rwxr-xr-x
progressbar.js
4.99
KB
-rwxr-xr-x
script.js
38.59
KB
-rwxr-xr-x
scrollto.js
3.86
KB
-rwxr-xr-x
simplebar.js
41.76
KB
-rwxr-xr-x
single-counter.js
803
B
-rwxr-xr-x
slider.js
116.59
KB
-rwxr-xr-x
smartuploader2.js
749
B
-rwxr-xr-x
snackbar.min.js
3.31
KB
-rwxr-xr-x
spectrum.js
77.95
KB
-rwxr-xr-x
tagsinput.js
21.96
KB
-rwxr-xr-x
timepicker.js
61.73
KB
-rwxr-xr-x
utils.js
3.24
KB
-rwxr-xr-x
wow.min.js
8.22
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cocoon.dashboard.preprocess.js
(function($) { $(document).ready(function() { // Custom Select Search w/ Icons $("div[id$='ccn_icon_class'], div[id^='ccn_icon_class'], .ccn_icon_class").each(function() { $(this).find(".custom-select").each(function() { $(this).wrap("<div class='ui_kit_select_search'></div>"); $(this).find("option").each(function() { var $ccnIcon = $(this).attr("value"); $(this).attr("data-tokens", $ccnIcon).attr("data-icon", $ccnIcon).attr("data-subtext", $ccnIcon); }); $(this).addClass("selectpicker").attr("data-live-search", "true").attr("data-width", "100%").removeClass("custom-select"); }); }); if (window.location.search.indexOf('cocoon_live_customizer=1') == -1) { // Spectrum.js $("div[id$='ccn_spectrum_class'], div[id^='ccn_spectrum_class'], .ccn_spectrum_class").each(function() { $(this).find("input").spectrum({ color: $(this).attr("value"), preferredFormat: 'rgb', showInput: true, showAlpha: true }); }); } if ($(".ccn_context_dashboard .dashboard_sidebar.ccn_dashboard_scroll_drawer").length) { var $docHeight = Number($(document).height()) + Number(150); $(".ccn_context_dashboard .dashboard_sidebar.ccn_dashboard_scroll_drawer").css('min-height', $docHeight); } if ($(".ccn_receipt_handler").length) { $(".ccn_receipt_handler").click(function(event) { event.preventDefault(); var receiptID = $(this).attr("data-ccn-receipt-id"); var w = window.open("", "popupWindow", "width=650, height=450, scrollbars=yes"); var $w = $(w.document.body); $w.html($('#' + receiptID).html()); }); } if ($(".path-admin-report-overviewstats").length) { $(".chartslist").each(function() { $(this).addClass("row"); $(this).find(">li").each(function() { var href = $(this).find("a").attr('href'); $(this).find("a").contents().unwrap(); $(this).addClass("col-sm-6 col-md-6 col-lg-6 col-xl-3"); $(this).wrapInner("<a href='" + href + "' class='ff_one'><div class='detais'></div></a>"); }); $(this).find(">li:nth-child(1) .ff_one").append("<div class='ff_icon'><span class='flaticon-user'></span></div>"); $(this).find(">li:nth-child(2) .ff_one").addClass("style2").append("<div class='ff_icon'><span class='flaticon-global'></span></div>"); $(this).find(">li:nth-child(3) .ff_one").addClass("style3").append("<div class='ff_icon'><span class='flaticon-consulting-message'></span></div>"); $(this).find(">li:nth-child(4) .ff_one").addClass("style4").append("<div class='ff_icon'><span class='flaticon-elearning-1'></span></div>"); }); $(".chart").each(function() { $(this).addClass("application_statics mb40"); $(this).find("h1, h2").each(function() { $(this).replaceWith("<h4>" + $(this).text() + "</h4>"); }); $(this).find("h3").each(function() { $(this).replaceWith("<h5>" + $(this).text() + "</h5>"); }); }); } if ($(".path-admin-report-coursestats").length) { $(".chart-area").each(function() { $(this).wrap("<div class='application_statics mb20'></div>"); }); $("table").each(function() { $(this).addClass("application_statics"); }); if ($("p:contains('Export to CSV')").length > 0) { $("p:contains('Export to CSV') a").addClass("btn btn-secondary"); } } }); $(window).load(function() { // if ($(".path-admin-report-overviewstats").length) { // $(".yui3-circle.yui3-svgCircle.yui3-seriesmarker").each(function(){ // $(this).attr("stroke", "#ff1053").attr("fill", "#ff1053"); // }); // $(".yui3-shape.yui3-svgShape.yui3-rect.yui3-svgRect.yui3-seriesmarker").each(function(){ // $(this).attr("fill", "#ff1053"); // }); // $(".yui3-shape.yui3-svgShape.yui3-path.yui3-svgPath").each(function(){ // $(this).attr("stroke", "#ff1053"); // }); // $(".yui3-widget.yui3-graph").each(function(){ // $(this).find(".yui3-path.yui3-svgPath").each(function(){ // $(this).attr("stroke", "#eee"); // }); // }); // $(".yui3-widget.yui3-axis.yui3-numericaxis, .yui3-widget.yui3-axis.yui3-categoryaxis").each(function(){ // $(this).find(".yui3-shape.yui3-svgShape.yui3-path.yui3-svgPath").each(function(){ // $(this).attr("stroke", "#eee"); // }); // }); // } }); }(jQuery));
Close