mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
1a708cf12d
commit
3619fc5127
3 changed files with 2 additions and 12 deletions
|
|
@ -1093,14 +1093,6 @@ def sanitizeAsciiString(subject):
|
|||
else:
|
||||
return None
|
||||
|
||||
def preparePageForLineComparison(page):
|
||||
retVal = page
|
||||
|
||||
if isinstance(page, basestring):
|
||||
return page.replace("><", ">\n<").replace("<br>", "\n").splitlines()
|
||||
|
||||
return retVal
|
||||
|
||||
def getFilteredPageContent(page):
|
||||
retVal = page
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue