-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Configurable captcha solve time also in seconds #112
Comments
Hi, Totally agree, Bots wave attacks where hundreds or thousands of Bots joins in few minutes are really annoying causing a lot of messages "noise" in the group, this is an issue that has been always in my mind but it is difficult to find a suitable solution... This is why:
Let's keep the issue open while I think about it, if you have any ideas don't hesitate to send it here to check if can be helpful. Regards. |
I totally agree with you, I have it set to 2 min to solve it.
**- For this, I want the messages like you solved the captcha/you provided wrong answers that to be visible for 3 seconds only.
Good, didn't know that I'll search also online what is a good solution because that will help a lot! :)
|
Regarding the dm process: I really support the idea of sending captchas via dms even if we need a button in the group to start the conversation with the bot |
During a bot wave attack we still like to have the possibility to change the join time to 15/30 seconds. when it's over we can then turn it back to 2 minutes. |
Current Bot code is oriented to handle users captcha process inside groups, and move that logic to be done through DM requires a lot of work. Also, not all users want the DM thing, so both modes must be handled, increasing complexity in code maintenability without seeing any profit on it. So only if it is really useful or necessary for some reason I will dig into it.
That can be done for next version update without problem. And maybe implement some mechanism that can help for wave attacks, like a command to block any group entrance for some time (i.e. some kind of /lock command that makes the Bot to automatically kick any user join attempts without waiting time)... |
Implemented configurable captcha time for seconds and minutes. Now it will allow to configure for any value in range 10 sec to 10 min: For developers: To make this change, I need to change the captcha time value stored in groups config file to be seconds instead minutes. There is no problem for new Bot deployments, however, note that deployments of previous Bot versions that want to update for new version should remove all groups configs data files or patch/fix each current group config file to change minutes to seconds. This can be done without problem by executing the next fix script that automate that change: Some checks and tests need to be done before I update current Bot instances (@join_captcha_bot, @pro_join_captcha_bot)... Stay tune... :) |
Ok, @join_captcha_bot, @pro_join_captcha_bot updated to last version supporting configure captcha solve time in seconds. Regards. |
Let's split both requests of this issue to keep a better traceability... Due allow captcha solve time config in seconds request was done, I'm going to use current issue for that, and I'm going to close this issue. For DM request, I have created a new issue for it, please use the new issue regarding that topic: Regards. |
For now, we are under a big bot wave attack.
The chat is spammed with Captcha images. We set the time already to 1 minute! So what we would like to have as options:
Like Rose, it is possible to send the challenge to the person's DM instead of the chat he likes to join:
This will help THE BIG SPAM attack of bots. We can't read anything in the main chat because of 30 captchas within few minutes.(of course they get deleted, but they come in waves) would be amazing to have this :)
The text was updated successfully, but these errors were encountered: