mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor fixes
This commit is contained in:
parent
20df2bbd10
commit
430fd5cd63
2 changed files with 3 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ class Web:
|
|||
|
||||
elif "<%" in uplPage or "<?" in uplPage:
|
||||
warnMsg = "file stager uploaded "
|
||||
warnMsg += "on '%s' but not dynamically interpreted" % uriPage
|
||||
warnMsg += "on '%s' but not dynamically interpreted" % localPath
|
||||
logger.warn(warnMsg)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue