Bypass Authentication

Default Password

Default Credentials

Re-registration of an existing user

  1. There is an existing user with the name admin

  2. Register a new user " admin" (space in the starting)

  3. Login with " admin"

  4. That user will have the same right as normal admin. That new user will also be able to see all the content presented under the user admin.

X-Forwarded-For

Try with:

X-Forwarded-For: 127.0.0.1

MSSQL Unicode Collation

:~$ curl -i "http://localhost:5055/login" -X POST -d "email=💩&password=foo"
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Tue, 26 Nov 2024 02:56:43 GMT
Server: Kestrel
Transfer-Encoding: chunked

"Logged in user ID 9"

SQL injection

SQL Injection

Interesting Books

Interesting Books

Disclaimer: As an Amazon Associate, I earn from qualifying purchases. This helps support this GitBook project at no extra cost to you.

Last updated