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