Minor log adjustments

This commit is contained in:
Bernardo Damele 2010-03-05 14:59:33 +00:00
parent d618964ab6
commit 7136c17f19
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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:

View File

@ -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