matrix_nuker/README.md

1.3 KiB

matrix_nuker

Simple Python script to flood Matrix rooms using the matrix-client SDK. Useful to stress test moderation bots. The author is not liable for misuse, use at your own risk.

Usage

git clone https://git.willys.zone/Willy/matrix_nuker.git
cd matrix_nuker
pip install -r requirements.txt
python .\matrix_nuker.py --help

Add your tokens and messages to a txt file; every token and message should be separated by a comma. An example is included in messages.txt and tokens.txt.

Examples

For a normal attack without countermeasures:

python matrix_nuker.py -hs https://matrix.org -id !XXXXXXX:matrix.org -tf tokens.txt -mf messages.txt

A flood attack alongside a mass ping attack with wordlist countermeasures:

python matrix_nuker.py -hs https://matrix.org -id !XXXXXXX:matrix.org -tf /home/user/tokens.txt -mf /home/user/messages.txt --ping-attack --counter-wordlists

Features

  • Custom speed for attacks to avoid API rate limits.
  • Mass ping attack with unicode character countermeasures to evade spam protection.
  • Countermeasure against wordlists used by moderation bots. Changes all texts to use unicode lettering randomly to evade wordlists and spam detection.