mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	minor fix
This commit is contained in:
		
							parent
							
								
									4010df307e
								
							
						
					
					
						commit
						2334e0e929
					
				| 
						 | 
					@ -280,12 +280,13 @@ titles = False
 | 
				
			||||||
[Techniques]
 | 
					[Techniques]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SQL injection techniques to use.
 | 
					# SQL injection techniques to use.
 | 
				
			||||||
# Valid: a string composed by B, E, U, S and T where:
 | 
					# Valid: a string composed by B, E, U, S, T and Q where:
 | 
				
			||||||
# B: Boolean-based blind SQL injection
 | 
					# B: Boolean-based blind SQL injection
 | 
				
			||||||
# E: Error-based SQL injection
 | 
					# E: Error-based SQL injection
 | 
				
			||||||
# U: UNION query SQL injection
 | 
					# U: UNION query SQL injection
 | 
				
			||||||
# S: Stacked queries SQL injection
 | 
					# S: Stacked queries SQL injection
 | 
				
			||||||
# T: Time-based blind SQL injection
 | 
					# T: Time-based blind SQL injection
 | 
				
			||||||
 | 
					# Q: Inline SQL injection
 | 
				
			||||||
# Example: ES (means test for error-based and stacked queries SQL
 | 
					# Example: ES (means test for error-based and stacked queries SQL
 | 
				
			||||||
# injection types only)
 | 
					# injection types only)
 | 
				
			||||||
# Default: BEUSTQ (means test for all SQL injection types - recommended)
 | 
					# Default: BEUSTQ (means test for all SQL injection types - recommended)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user