mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
293ce18fed
commit
a4a63f5b1e
2 changed files with 3 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
socket.setdefaulttimeout(120)
|
||||
|
||||
# Perform the test's request
|
||||
_ = Request.queryPage(reqPayload, place, noteResponseTime = False)
|
||||
_ = Request.queryPage(reqPayload, place, content=True, noteResponseTime=False)
|
||||
|
||||
# 99.9999999997440% of all non time-based sql injection
|
||||
# affected durations should be inside +-7*stdev(durations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue