mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor log adjustments
This commit is contained in:
@@ -105,7 +105,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
||||
scheme = None
|
||||
|
||||
if conf.scope:
|
||||
logger.info("using regex: '%s' for filtering targets" % conf.scope)
|
||||
logger.info("using regular expression '%s' for filtering targets" % conf.scope)
|
||||
|
||||
for request in reqResList:
|
||||
if scheme is None:
|
||||
|
||||
Reference in New Issue
Block a user