File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.5.59 "
22+ VERSION = "1.0.5.60 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change 1919from lib .core .common import isNoneValue
2020from lib .core .common import isNumPosStrValue
2121from lib .core .common import isTechniqueAvailable
22- from lib .core .common import popValue
2322from lib .core .common import prioritySortColumns
24- from lib .core .common import pushValue
2523from lib .core .common import readInput
2624from lib .core .common import safeSQLIdentificatorNaming
2725from lib .core .common import unArrayizeValue
You can’t perform that action at this time.
0 commit comments