mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	Cleaning something something
This commit is contained in:
		
							parent
							
								
									1023da405a
								
							
						
					
					
						commit
						dc6e7321e9
					
				|  | @ -119,7 +119,7 @@ def vulnTest(): | |||
|         status = '%d/%d (%d%%) ' % (count, len(TESTS), round(100.0 * count / len(TESTS))) | ||||
|         dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status)) | ||||
| 
 | ||||
|         cmd = "%s %s %s --batch --answer='unhandled=n'" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options.replace("<url>", url).replace("<direct>", direct).replace("<request>", request).replace("<log>", log).replace("<config>", config)) | ||||
|         cmd = "%s %s %s --batch --non-interactive" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options.replace("<url>", url).replace("<direct>", direct).replace("<request>", request).replace("<log>", log).replace("<config>", config)) | ||||
|         output = shellExec(cmd) | ||||
| 
 | ||||
|         if not all((check in output if not check.startswith('~') else check[1:] not in output) for check in checks): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user