32 lines
488 B
Plaintext
32 lines
488 B
Plaintext
from logging import root
|
|
from requests import NullHandler
|
|
|
|
|
|
[PATH]
|
|
|
|
motpath = /your/path/to/words_list.txt
|
|
logpath = /your/path/to/loginandpass.csv
|
|
|
|
[SETTINGS]
|
|
|
|
FidelityLink = Null
|
|
embeds = False
|
|
Headless = True
|
|
|
|
[DISCORD]
|
|
|
|
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
|
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
|
|
|
[PROXY]
|
|
|
|
enabled = False
|
|
url = Null
|
|
port = 0
|
|
|
|
[DATABASE]
|
|
enabled = False
|
|
url = Null
|
|
port = 0
|
|
user = root
|
|
password = password |