Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Security: brute force attack #103

Open
kylechine opened this issue Sep 15, 2018 · 5 comments
Open

Security: brute force attack #103

kylechine opened this issue Sep 15, 2018 · 5 comments
Labels

Comments

@kylechine
Copy link

Auth log needed for defending brute force attack.

I've read the code at:

No login-attempts log action was found. If I am wrong, please forgive me, this could be a problem for brute force attack.

Ideally, the system should provide a login-attempts failure counter to prevent some IP, which attempted too many times. Or at least provide an auth log system for other software like fail2ban to do so.

Thanks for your beautiful work!

@claviska
Copy link
Member

Your observation is correct. I omitted that from the software layer because rate limiting is easy enough to configure on one's server. However, it would still be helpful to log failed attempts, so I'll leave this open for comments.

@ovidiucp
Copy link

ovidiucp commented Dec 7, 2019

This project appears to be dead, big bummer!

In any case, it would probably make sense to delegate the authentication to a third-party system like Google, Facebook etc., and have something like oauth2_proxy handle the user authentication.

@claviska
Copy link
Member

claviska commented Dec 9, 2019

In any case, it would probably make sense to delegate the authentication to a third-party system like Google, Facebook etc., and have something like oauth2_proxy handle the user authentication.

That would defeat the purpose of Postleaf being a decentralized publishing platform.

This project appears to be dead, big bummer!

Dev is paused for awhile due to lack of interest and other obligations. I will revisit it when the time is right.

@kylechine
Copy link
Author

@claviska I love this project. Don't give it up!

@M8inC
Copy link
Contributor

M8inC commented Dec 10, 2019

@claviska I agree with @kylechine!

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

No branches or pull requests

4 participants