mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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:
parent
a435ba6863
commit
c1b8226329
16 changed files with 92 additions and 94 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue