mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -164,8 +164,9 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if method.upper() == "POST":
|
if method.upper() == "POST":
|
||||||
warnMsg = "POST requests from WebScarab logs are not supported "
|
warnMsg = "POST requests from WebScarab logs aren't supported "
|
||||||
warnMsg += "as data content is stored in separate files"
|
warnMsg += "as their body content is stored in separate files. "
|
||||||
|
warnMsg += "Nevertheless you can use -r to load them individually."
|
||||||
logger.warning(warnMsg)
|
logger.warning(warnMsg)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user