mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor log adjustments
This commit is contained in:
parent
d618964ab6
commit
7136c17f19
3 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue