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 .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.2.11.1 "
22+ VERSION = "1.2.11.2 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def main():
141141
142142 conf .showTime = True
143143 dataToStdout ("[!] legal disclaimer: %s\n \n " % LEGAL_DISCLAIMER , forceOutput = True )
144- dataToStdout ("[*] starting at %s\n \n " % time .strftime ("%X" ), forceOutput = True )
144+ dataToStdout ("[*] starting @ %s\n \n " % time .strftime ("%X /%Y-%m-%d/ " ), forceOutput = True )
145145
146146 init ()
147147
@@ -357,7 +357,7 @@ def main():
357357 kb .threadContinue = False
358358
359359 if conf .get ("showTime" ):
360- dataToStdout ("\n [*] shutting down at %s\n \n " % time .strftime ("%X" ), forceOutput = True )
360+ dataToStdout ("\n [*] ending @ %s\n \n " % time .strftime ("%X /%Y-%m-%d/ " ), forceOutput = True )
361361
362362 kb .threadException = True
363363
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 3458bf3578ed237c8bb70684288e5cbe lib/core/settings.py
52+ 7665ca2a2c406933422d52553d40eded lib/core/settings.py
5353a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555721198b5be72c8015a02acb116532a1f lib/core/target.py
@@ -234,7 +234,7 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_
2342340c48ddb1feb7e38a951ef05a0d48e032 shell/stagers/stager.jsp_
2352352f9e459a4cf6a58680978cdce5ff7971 shell/stagers/stager.php_
236236cd90da0474d7b1a67d7b40d208493375 sqlmapapi.py
237- ad5f9980c9bdca753578292720a5afe0 sqlmap.py
237+ fa713ca1dc1983f3cb3d90e76a05819a sqlmap.py
238238523dab9e1093eb59264c6beb366b255a tamper/0x2char.py
2392393a1697585ae4e7bf315e9dda97d6f321 tamper/apostrophemask.py
240240d7a119a74be9b385ee3884fb5e6af041 tamper/apostrophenullencode.py
You can’t perform that action at this time.
0 commit comments