Rust Command and Control Server
set log level with env var ACTRAX_LOG_LEVEL
(Trace, Debug, Info, Warn, Error)
for more info check out:
https://docs-rs-web-prod.infra.rust-lang.org/env_logger/latest/env_logger/index.html#enabling-logging
and
ACTRAX_LOG_STYLE
for logging read more:
- [] multiple endpoints (grpc, and others...)
use cargo:
cargo run --release
or simply run it with podman:
podman build -t actrax_server .
podman run --network actrax --name actrax_server -e "ACTRAX_SERVER_LOG=trace" -p 4444:4444 --replace actrax_server
I tested it with podman you can use docker as well. (maybe)
read more about modules in the wiki (soon)
Caution
This software is provided for educational purposes only. It is intended to be used in accordance with all applicable laws and regulations. The authors and contributors are not responsible for any misuse, illegal activities, or damage caused by the use of this software. Users are solely responsible for ensuring that their use of this software complies with all local, state, and federal laws.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.txt.