mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor cosmetics
This commit is contained in:
parent
9aae447553
commit
76d1f09b0a
|
@ -167,7 +167,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
||||||
getPostReq = True
|
getPostReq = True
|
||||||
|
|
||||||
if not method or not url:
|
if not method or not url:
|
||||||
logger.debug("Invalid log data")
|
logger.debug("not a valid WebScarab log data")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if method.upper() == "POST":
|
if method.upper() == "POST":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user