Mile2_Security
MK0-201 · Question #42
Which of the following SQL scripts will discover the usernames and hashed passwords from a MSSQL server?
The correct answer is C. SELECT name, password FROM master..sysxlogins. See the full explanation below for the reasoning.
Question
Which of the following SQL scripts will discover the usernames and hashed passwords from a MSSQL server?
Options
- ASELECT * FROM *
- BSELECT name, password FROM master..login UNION ALL SELECT * FROM database.log
- CSELECT name, password FROM master..sysxlogins
- DSELECT uname AND passwd FROM master
How the community answered
(29 responses)- A7% (2)
- B3% (1)
- C86% (25)
- D3% (1)
Community Discussion
No community discussion yet for this question.