 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | If xp_cmdshell has been disabled with sp_dropextendedproc, we can simply inject the following code? | 
| A. | sp_addextendedproc ‘xp_cmdshell’,’xp_log70.dll’ | 
| B. | sp_addproc ‘xp_cmdshell’,’xp_log70.dll’ | 
| C. | sp_addextendedproc ‘xp_cmdshell’,’log70.dll’ | 
| D. | none of the mentioned | 
| Answer» B. sp_addproc ‘xp_cmdshell’,’xp_log70.dll’ | |