Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 495 Bytes

SQL Injection

HOW TO USE

docker compose up -d
  • DB connection Test (See compose.yaml for the password).
mysql -h 127.0.0.1 -P 3307 -u root -p

TRY SQL Injection

  1. verify that the login success screen appears if the ID/password is correct with the correct credentials USER_ID/PASSWORD = john/johnpassword
  2. try SQL Injection; USER_ID/PASSWORD = john/' OR '1'='1

start sqli result