套件:ejabberd-mod-shcommands(0.2023.01.25~dfsg0-1)
ejabberd-mod-shcommands 的相關連結
Debian 的資源:
下載原始碼套件 ejabberd-contrib:
- [ejabberd-contrib_0.2023.01.25~dfsg0-1.dsc]
- [ejabberd-contrib_0.2023.01.25~dfsg0.orig.tar.gz]
- [ejabberd-contrib_0.2023.01.25~dfsg0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
ejabberd module to execute shell commands via XMPP (dangerous!)
WARNING: USE THIS MODULE AT YOUR OWN RISK !!! This module allows ejabberd administrators to remotely execute shell commands which could compromise both the ejabberd server and the whole machine.
This module provides the ejabberd server administrator a method to remotely execute shell commands through the ejabberd server.
It provides a page in the ejabberd Web Admin which only the administrators of the whole server can access.
Three types of commands are possible:
* ejabberd_ctl: makes a call to ejabberd_ctl; * erlang shell: executes an erlang command; * system shell: executes a command on the system shell.The result of the execution will be shown.
In the system shell, only non-interactive commands will work correctly, for example this will work:
ps -allDon't use commands that start an interactive mode: DON'T TRY THIS: top DON'T TRY THIS: vim readme.txt
This module does not check if the commands are dangerous or problematic, so this module is only recommended for experienced ejabberd and Erlang/OTP administrators. USE THIS MODULE AT YOUR OWN RISK !!!
其他與 ejabberd-mod-shcommands 有關的套件
|
|
|
|
-
- dep: ejabberd (= 23.01-1)
- extensible realtime platform (XMPP server + MQTT broker + SIP service)
-
- dep: erlang-abi (= 17.0)
- 套件暫時不可用
-
- dep: erlang-base (>= 1:25.2.2+dfsg)
- Erlang/OTP virtual machine and base applications