mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Removing support for lol FORKZ
This commit is contained in:
parent
bb48dd037f
commit
5bd0f20c84
2 changed files with 6 additions and 2 deletions
|
|
@ -3861,6 +3861,10 @@ def checkIntegrity():
|
|||
logger.error("wrong modification time of '%s'" % filepath)
|
||||
retVal = False
|
||||
|
||||
suffix = extractRegexResult(r"#(?P<result>\w+)", VERSION_STRING)
|
||||
if suffix and suffix not in {"dev", "stable"}:
|
||||
retVal = False
|
||||
|
||||
return retVal
|
||||
|
||||
def getDaysFromLastUpdate():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue