mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 01:47:37 +03:00 
			
		
		
		
	minor update
This commit is contained in:
		
							parent
							
								
									52c98afe93
								
							
						
					
					
						commit
						44926757da
					
				| 
						 | 
				
			
			@ -120,7 +120,7 @@ class xp_cmdshell:
 | 
			
		|||
 | 
			
		||||
        self.delRemoteFile(tmpFile)
 | 
			
		||||
 | 
			
		||||
        output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, sort=False, firstChar=first, lastChar=last)
 | 
			
		||||
        output = inject.getValue("SELECT %s FROM %s" % (self.tblField, self.cmdTblName), resumeValue=False, sort=False, firstChar=first, lastChar=last, safeCharEncode=False)
 | 
			
		||||
        inject.goStacked("DELETE FROM %s" % self.cmdTblName)
 | 
			
		||||
 | 
			
		||||
        if output and isinstance(output, (list, tuple)):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user