mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
added --beep (tested on Windows and Linux; for now turned off) switch
This commit is contained in:
@@ -81,7 +81,7 @@ def checkSqlInjection(place, parameter, value, parenthesis):
|
||||
|
||||
if not falseResult:
|
||||
infoMsg = "%s parameter '%s' is %s (%s) injectable " % (place, parameter, case.desc, logic)
|
||||
infoMsg += "with %d parenthesis" % parenthesis
|
||||
infoMsg += "with %d parenthesis%s" % (parenthesis, "\a" if conf.beep else "")
|
||||
logger.info(infoMsg)
|
||||
return case.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user