-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Crawler causing SYN floods #15
Comments
Also experiencing this issue. We've had to block this project. |
We experienced a sudden flood of requests as well. We have currently blocked this project ( |
Hi guys, I apologize for this unintended behavior. DomainsProject crawler (https://github.com/tb0hdan/idun) doesn't have any kind of port scanning functionality and uses plain "net/http" library for connections. I am already working on additional limits (on top of existing robots.txt handling):
Thank you very much for reporting this. Issue will remain open for historical purposes after the fix. |
Thank you so much for the quick response!
… On Jun 30, 2022, at 05:36, Bohdan Turkynewych ***@***.***> wrote:
Hi guys,
I apologize for this unintended behavior. DomainsProject crawler (https://github.com/tb0hdan/idun) doesn't have any kind of port scanning functionality and uses plain "net/http" library for connections. I am already working on additional limits (on top of existing robots.txt handling):
delay/sleep between requests
decreased number of connections to single site
HTTP 429 code handling
Thank you very much for reporting this. Issue will remain open for historical purposes after the fix.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Thanks for the response. We will not blacklist your crawler for now. |
|
Yesterday at 18:17 CEST we noted a SYN flood caused by the project crawler. Please implement request limits.
The text was updated successfully, but these errors were encountered: