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.71.254.93
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 : snackbar.min.js
/*! * Snackbar v0.1.14 * http://polonel.com/Snackbar * * Copyright 2018 Chris Brame and other contributors * Released under the MIT license * https://github.com/polonel/Snackbar/blob/master/LICENSE */ !function(a,b){"use strict";"function"==typeof define&&define.amd?define([],function(){return a.Snackbar=b()}):"object"==typeof module&&module.exports?module.exports=a.Snackbar=b():a.Snackbar=b()}(this,function(){var a={};a.current=null;var b={text:"Default Text",textColor:"#FFFFFF",width:"auto",showAction:!0,actionText:"Dismiss",actionTextAria:"Dismiss, Description for Screen Readers",actionTextColor:"#4CAF50",showSecondButton:!1,secondButtonText:"",secondButtonAria:"Description for Screen Readers",secondButtonTextColor:"#4CAF50",backgroundColor:"#323232",pos:"bottom-left",duration:5e3,customClass:"",onActionClick:function(a){a.style.opacity=0},onSecondButtonClick:function(a){},onClose:function(a){}};a.show=function(d){var e=c(!0,b,d);a.current&&(a.current.style.opacity=0,setTimeout(function(){var a=this.parentElement;a&& // possible null if too many/fast Snackbars a.removeChild(this)}.bind(a.current),500)),a.snackbar=document.createElement("div"),a.snackbar.className="snackbar-container "+e.customClass,a.snackbar.style.width=e.width;var f=document.createElement("p");if(f.style.margin=0,f.style.padding=0,f.style.color=e.textColor,f.style.fontSize="14px",f.style.fontWeight=300,f.style.lineHeight="1em",f.innerHTML=e.text,a.snackbar.appendChild(f),a.snackbar.style.background=e.backgroundColor,e.showSecondButton){var g=document.createElement("button");g.className="action",g.innerHTML=e.secondButtonText,g.setAttribute("aria-label",e.secondButtonAria),g.style.color=e.secondButtonTextColor,g.addEventListener("click",function(){e.onSecondButtonClick(a.snackbar)}),a.snackbar.appendChild(g)}if(e.showAction){var h=document.createElement("button");h.className="action",h.innerHTML=e.actionText,h.setAttribute("aria-label",e.actionTextAria),h.style.color=e.actionTextColor,h.addEventListener("click",function(){e.onActionClick(a.snackbar)}),a.snackbar.appendChild(h)}e.duration&&setTimeout(function(){a.current===this&&(a.current.style.opacity=0, // When natural remove event occurs let's move the snackbar to its origins a.current.style.top="-100px",a.current.style.bottom="-100px")}.bind(a.snackbar),e.duration),a.snackbar.addEventListener("transitionend",function(b,c){"opacity"===b.propertyName&&"0"===this.style.opacity&&("function"==typeof e.onClose&&e.onClose(this),this.parentElement.removeChild(this),a.current===this&&(a.current=null))}.bind(a.snackbar)),a.current=a.snackbar,document.body.appendChild(a.snackbar);getComputedStyle(a.snackbar).bottom,getComputedStyle(a.snackbar).top;a.snackbar.style.opacity=1,a.snackbar.className="snackbar-container "+e.customClass+" snackbar-pos "+e.pos},a.close=function(){a.current&&(a.current.style.opacity=0)}; // Pure JS Extend // http://gomakethings.com/vanilla-javascript-version-of-jquery-extend/ var c=function(){var a={},b=!1,d=0,e=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(b=arguments[0],d++);for(var f=function(d){for(var e in d)Object.prototype.hasOwnProperty.call(d,e)&&(b&&"[object Object]"===Object.prototype.toString.call(d[e])?a[e]=c(!0,a[e],d[e]):a[e]=d[e])};d<e;d++){var g=arguments[d];f(g)}return a};return a}); //# sourceMappingURL=snackbar.min.js.map
Close