EC-Council
412-79V8 · Question #113
A pen tester has extracted a database name by using a blind SQL injection. Now he begins to test the table inside the database using the below query and finds the table: sysobjects where…
The correct answer is C. EMP. See the full explanation below for the reasoning.
Question
A pen tester has extracted a database name by using a blind SQL injection. Now he begins to test the table inside the database using the below query and finds the table:
sysobjects where xtype='U')=3) WAITFOR DELAY '00:00:10'-- TOP 1 NAME from sysobjects where xtype=char(85)),1,1)))=101) WAITFOR DELAY '00:00:10'-- TOP 1 NAME from sysobjects where xtype=char(85)),2,1)))=109) WAITFOR DELAY '00:00:10'-- TOP 1 NAME from sysobjects where xtype=char(85)),3,1)))=112) WAITFOR DELAY '00:00:10'-- What is the table name?
Options
- ACTS
- BQRT
- CEMP
- DABC
How the community answered
(61 responses)- A13% (8)
- B5% (3)
- C74% (45)
- D8% (5)
Community Discussion
No community discussion yet for this question.