Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.12.102.192
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
rspamd /
www /
rspamd /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
main.js
2.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
/* global d3:true, require:false, requirejs:false */ // eslint-disable-line no-unused-vars requirejs.config({ baseUrl: "/rspamd/js/lib", paths: { app: "../app", jquery: "jquery-3.5.1.min", visibility: "visibility.min", bootstrap: "bootstrap.bundle.min", codejar: "codejar.min", d3: "d3.min", d3evolution: "d3evolution.min", d3pie: "d3pie.min", fontawesome: "fontawesome.min", fontawesome_solid: "solid.min", footable: "footable.min", linenumbers: "linenumbers.min", nprogress: "nprogress.min", prism: "prism", stickytabs: "jquery.stickytabs.min" }, shim: { codejar: {exports: "CodeJar", deps:["linenumbers"]}, bootstrap: {exports:"bootstrap", deps:["jquery"]}, d3evolution: {exports:"D3Evolution", deps:["d3", "jquery"]}, d3pie: {exports:"d3pie", deps:["d3.global", "jquery"]}, fontawesome: {exports: "FontAwesome", deps:["fontawesome_solid"]}, footable: {deps:["bootstrap", "jquery"]}, linenumbers: {exports: "withLineNumbers", deps:["prism"]}, prism: {exports: "Prism"}, stickytabs: {deps:["jquery"]} }, waitSeconds: 30, }); document.title = window.location.hostname + (window.location.port ? ":" + window.location.port : "") + (window.location.pathname !== "/" ? window.location.pathname : "") + " - Rspamd Web Interface"; // Ugly hack to get d3pie work with requirejs define("d3.global", ["d3"], function (d3global) { // eslint-disable-line strict d3 = d3global; }); // Notify user on module loading failure requirejs.onError = function (e) { "use strict"; document.getElementById("loading").classList.add("d-none"); document.getElementsByClassName("notification-area")[0].innerHTML = "<div class=\"alert alert-error\">" + "<strong>Module loading error: " + e.requireType + ", module: " + e.requireModules + "</strong>" + "<button type=\"button\" class=\"btn btn-info btn-xs float-right\" " + "onClick=\"window.location.reload(); this.parentNode.parentNode.removeChild(this.parentNode);\" " + "title=\"Reload current page\">" + "<i class=\"glyphicon glyphicon-repeat\"></i> Reload" + "</button>" + "</div>"; throw e; }; // Load main UI require(["app/rspamd", "fontawesome"], function (rspamd) { "use strict"; rspamd.setup(); rspamd.connect(); } );
Close