Neptune
Filter
This Use Case Identifies when a user account has been added to a privileged built-in domain local gr...
Ensure input fields sanitize inputs to prevent Cross-Site Scripting (XSS) attacks.
Test if SQL injection attempts are blocked in login fields, preventing unauthorized access.
Verify that unauthorized users cannot access restricted resources, even by URL manipulation.
Confirm that users with different roles can only view data they're authorized to access.
Ensure users are logged out after a period of inactivity, requiring them to re-authenticate.
Check that users are prevented from logging in with incorrect credentials and receive an error messa...
Verify that users can successfully log in with correct credentials and access their dashboard.
Check that sensitive information, like tokens or personal details, does not appear in URLs.