WebAppSec/Secure Coding Guidelines: Difference between revisions

Line 223: Line 223:
==Logging==
==Logging==
See [[Security/Users_and_Logs]]
See [[Security/Users_and_Logs]]
= Admin Login Pages =
The following are blockers for any website using any admin page:
1. Controls to Prevent Brute Force Attacks
Options:
* Account Lockout
* CAPTCHA's after 5 failed logins
* IP restrictions for access to the admin page
2. The Admin page is exclusively accessed over HTTPS
3. The session id uses the SECURE flag
4. The session id uses the HTTPOnly flag


=Further Reading=
=Further Reading=
Confirmed users
491

edits