Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

PinkNoize/MatrixBot

Repository files navigation

MatrixBot

Execute user-defined functions remotely over the Matrix network

Basically C2 over Matrix

Use setup.py to set up bot config (homeserver in form https://matrix.org)

Adding Custom Commands

Either add commands to builtins or define them in bot.py and add it to 'commands' in init()

Ex.

def foo(args,env):
	#do stuff
commands.append(command.command("keyword","Help Message\n",foo))

No longer maintained/developed, may someday be rewritten in Rust

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages