Neptune

All Use Cases

All cases

searchIcon
filterImage Filter
User Added To Critical AD Groups

This Use Case Identifies when a user account has been added to a privileged built-in domain local gr...

XSS Prevention in Input Fields

Ensure input fields sanitize inputs to prevent Cross-Site Scripting (XSS) attacks.

SQL Injection in Login Fields

Test if SQL injection attempts are blocked in login fields, preventing unauthorized access.

Restricted Access for Unauthorized Users

Verify that unauthorized users cannot access restricted resources, even by URL manipulation.

Role-Based Data Access

Confirm that users with different roles can only view data they're authorized to access.

Session Expiration on Inactivity

Ensure users are logged out after a period of inactivity, requiring them to re-authenticate.

Login with Invalid Credentials

Check that users are prevented from logging in with incorrect credentials and receive an error messa...

Login with Valid Credentials

Verify that users can successfully log in with correct credentials and access their dashboard.

Data Privacy & Sensitive Data Exposure

Check that sensitive information, like tokens or personal details, does not appear in URLs.