mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Massive renaming (proper naming is inband = union & error techniques! - query naming stays as they are/in code things like forgeInbandQuery are renamed to forgeUnionQuery)
This commit is contained in:
@@ -1150,7 +1150,7 @@ def getLimitRange(count, dump=False, plusOne=False):
|
||||
|
||||
def parseUnionPage(page):
|
||||
"""
|
||||
Returns resulting items from inband query inside provided page content
|
||||
Returns resulting items from union query inside provided page content
|
||||
"""
|
||||
|
||||
if page is None:
|
||||
|
||||
Reference in New Issue
Block a user