SRA International interview question

You have gained access to a Web server with a SQL backend. What SQL command could be used to gain access to the SQL database's underlying Operating System?

Interview Answers

Anonymous

Feb 8, 2013

EXEC xp_cmdshell 'dir *.exe';

1

Anonymous

Sep 24, 2009

Unknown

1