mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 07:57:47 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			163 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			163 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| EXEC master..sp_configure 'show advanced options',1;
 | |
| RECONFIGURE WITH OVERRIDE;
 | |
| EXEC master..sp_configure 'ole automation procedures',1;
 | |
| RECONFIGURE WITH OVERRIDE
 |