Authentication and Session Security
Nextwebi's web application security testing covered authentication mechanisms such as:
- Brute-force and credential-stuffing resistance
- Weak and default credential testing
- Username enumeration
- Authentication bypass
- Password-reset token security
- Account lockout controls
- MFA bypass testing where applicable
- CAPTCHA circumvention
- Persistent login and remember-me functionality
Session management testing included token randomness, session fixation, session hijacking, concurrent sessions, logout invalidation, idle-session timeout and secure cookie configuration.
Cookie security was evaluated through checks for Secure and HttpOnly attributes, cookie scope and domain restrictions and possible cross-window or cross-tab session leakage.


