mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-28 20:16:28 +00:00
Added preventive check for stacked queries support when executing DDL,
DML & co. statements in SQL query and SQL shell. Minor improvements on this new feature. Increased default connection timeout to 30 seconds (needed for vmware machine not correctly synched).
This commit is contained in:
parent
ad228e6947
commit
7e8ac16245
5 changed files with 39 additions and 18 deletions
|
|
@ -79,8 +79,8 @@ delay = 0
|
|||
|
||||
# Seconds to wait before timeout connection.
|
||||
# Valid: float
|
||||
# Default: 10
|
||||
timeout = 10
|
||||
# Default: 30
|
||||
timeout = 30
|
||||
|
||||
|
||||
[Injection]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue