mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
modifying redirection code for only two choices
This commit is contained in:
parent
c03d0e24fb
commit
0fc4288a7c
5 changed files with 14 additions and 18 deletions
|
|
@ -29,6 +29,7 @@ from lib.core.settings import UPPER_RATIO_BOUND
|
|||
from lib.core.threads import getCurrentThreadData
|
||||
|
||||
def comparison(page, headers, code=None, getRatioValue=False, pageLength=None):
|
||||
print "AA: ", page[:100]
|
||||
if page is None and pageLength is None:
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue