mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-13 12:49:46 +00:00
minor update
This commit is contained in:
parent
4e5f0da1ae
commit
e8c037de1a
1 changed files with 3 additions and 2 deletions
|
|
@ -164,8 +164,9 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
|||
continue
|
||||
|
||||
if method.upper() == "POST":
|
||||
warnMsg = "POST requests from WebScarab logs are not supported "
|
||||
warnMsg += "as data content is stored in separate files"
|
||||
warnMsg = "POST requests from WebScarab logs aren't supported "
|
||||
warnMsg += "as their body content is stored in separate files. "
|
||||
warnMsg += "Nevertheless you can use -r to load them individually."
|
||||
logger.warning(warnMsg)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue