Skip to content
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

trick bots #13

Open
menklab opened this issue Jan 29, 2016 · 0 comments
Open

trick bots #13

menklab opened this issue Jan 29, 2016 · 0 comments

Comments

@menklab
Copy link
Collaborator

menklab commented Jan 29, 2016

Obvious solutions: rate limiting, false responses
Rate limit: only allow X requests per IP per minute/hour
False response: If someone requests an ID that doesn't exist, instead of throwing an error which allows the bot to quickly move on, you deliver a page that looks like any other request, except when they request the file its a dummy. The encrypted data are complete gibberish. Furthermore, if you severely rate-limit the transmission of the dummy files then the bot is hung up waiting for download to complete.
Random file name (and length) and content in file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants