Jump to content

Lead

Administrators
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lead's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • Conversation Starter

Recent Badges

0

Reputation

  1. Welcome to SecHub. This is a forum where you can learn about everything.
  2. The SQL query would become: SELECT * FROM users WHERE username = 'john' AND password = '' OR '1'='1'; Because '1'='1' is always true, the query effectively bypasses the password check, allowing the attacker to log in as any user!
×
×
  • Create New...