Updated Readme for new features

This commit is contained in:
Willy 2023-09-28 01:18:12 -04:00
parent f75fec04d3
commit 3649754f7e
1 changed files with 3 additions and 3 deletions

View File

@ -11,15 +11,15 @@ cd matrix_nuker
pip install -r requirements.txt
python .\matrix_nuker.py --help
```
Add tokens too tokens.txt separated by a comma, then add your messages too messages.text separated by a comma. Messages can be multi-lined.
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```
```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 --ping-attack --counter-wordlists```
```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.