You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try creating a user. Go to the database using the command "sqlite3 <database-name>" and run "SELECT * FROM <user-table>;" to select all users.
Are the passwords encrypted?
Try to login into the forum and open the inspector(CTRL+SHIFT+i) and go to the storage to see the cookies(this can be different depending on the browser).
Does the session cookie present a UUID(Universal Unique Identifier)?
Does the project present a way to configure the certificates information, either via .env, config files or another method?
Are only the allowed packages being used?
As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks)
General
+Does the project implement its own certificates for the HTTPS protocol?
+Does the database present a password for protection?
Basic
+Does the project run quickly and effectively? (no unnecessary data requests, etc)