Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7136c17

Browse files
committed
Minor log adjustments
1 parent d618964 commit 7136c17

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/README.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,6 +1588,7 @@ Example usage:
15881588

15891589
<tscreen><verb>
15901590
$ python sqlmap.py -l /tmp/webscarab.log/conversations/ --scope="(www)?\.target\.(com|net|org)"
1591+
</verb></tscreen>
15911592

15921593

15931594
<sect1>Injection

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
105105
scheme = None
106106

107107
if conf.scope:
108-
logger.info("using regex: '%s' for filtering targets" % conf.scope)
108+
logger.info("using regular expression '%s' for filtering targets" % conf.scope)
109109

110110
for request in reqResList:
111111
if scheme is None:

lib/utils/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def search(self, googleDork):
9393
"""
9494

9595
gpage = conf.googlePage if conf.googlePage > 1 else 1
96-
logger.info("using search result page #%d" % gpage)
96+
logger.info("using Google result page #%d" % gpage)
9797

9898
if not googleDork:
9999
return None

0 commit comments

Comments
 (0)