mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Make 'field' parameter in limitQuery() method to be option
This commit is contained in:
parent
5c20462155
commit
067cc07fb9
|
@ -453,7 +453,7 @@ class Agent:
|
|||
|
||||
return inbandQuery
|
||||
|
||||
def limitQuery(self, num, query, field):
|
||||
def limitQuery(self, num, query, field=None):
|
||||
"""
|
||||
Take in input a query string and return its limited query string.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user