mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor log adjustments
This commit is contained in:
parent
d618964ab6
commit
7136c17f19
|
@ -1588,6 +1588,7 @@ Example usage:
|
|||
|
||||
<tscreen><verb>
|
||||
$ python sqlmap.py -l /tmp/webscarab.log/conversations/ --scope="(www)?\.target\.(com|net|org)"
|
||||
</verb></tscreen>
|
||||
|
||||
|
||||
<sect1>Injection
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -93,7 +93,7 @@ class Google:
|
|||
"""
|
||||
|
||||
gpage = conf.googlePage if conf.googlePage > 1 else 1
|
||||
logger.info("using search result page #%d" % gpage)
|
||||
logger.info("using Google result page #%d" % gpage)
|
||||
|
||||
if not googleDork:
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue
Block a user