how to prevent brut force attack on couchdb?
Asked Answered
J

0

6

I have a couchdb server open to all IP sources. Each client make a request this way :

http://username:password@couchdb/database

How can I prevent a brut force attack ? Is there a way to ban a source if there is an auth problem after X trials ?

Joule answered 20/9, 2016 at 14:53 Comment(2)
Maybe with a service like fail2ban ?Politick
fail2ban is only for ssh?Mylander

© 2022 - 2024 — McMap. All rights reserved.