mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update
This commit is contained in:
@@ -464,9 +464,8 @@ def main():
|
||||
finally:
|
||||
kb.threadContinue = False
|
||||
|
||||
_ = getDaysFromLastUpdate()
|
||||
if _ > LAST_UPDATE_NAGGING_DAYS:
|
||||
warnMsg = "you haven't updated sqlmap for more than %d days!!!" % _
|
||||
if getDaysFromLastUpdate() > LAST_UPDATE_NAGGING_DAYS:
|
||||
warnMsg = "your sqlmap version is outdated"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if conf.get("showTime"):
|
||||
|
||||
Reference in New Issue
Block a user