mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Make 'field' parameter in limitQuery() method to be option
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user