mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
fix for that float() report from Shaohua Pan
This commit is contained in:
@@ -141,8 +141,7 @@ def __setOutputResume():
|
|||||||
if url[0] == "[":
|
if url[0] == "[":
|
||||||
url = url[1:]
|
url = url[1:]
|
||||||
|
|
||||||
if value[-1] == "\n":
|
value = value.rstrip('\r\n') #strips both chars independently
|
||||||
value = value[:-1]
|
|
||||||
|
|
||||||
if url not in ( conf.url, conf.hostname ):
|
if url not in ( conf.url, conf.hostname ):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user