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.9.2 "
22+ VERSION = "1.0.9.3 "
2323REVISION = getRevisionNumber ()
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def main():
195195
196196 try :
197197 if not checkIntegrity ():
198- errMsg = "code integrity check failed. "
198+ errMsg = "code integrity check failed (turning off automatic issue creation) . "
199199 errMsg += "You should retrieve the latest development version from official GitHub "
200200 errMsg += "repository at '%s'" % GIT_PAGE
201201 logger .critical (errMsg )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45455ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
464699a2b496b9d5b546b335653ca801153f lib/core/revision.py
47477c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48- 80746b60fa630e1ecdecd34b97bf40c3 lib/core/settings.py
48+ 2939d36e508d1af1d68c036c62e67edf lib/core/settings.py
49497af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
505023657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51510bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
@@ -218,7 +218,7 @@ c3cc8b7727161e64ab59f312c33b541a shell/stager.aspx_
2182181f7f125f30e0e800beb21e2ebbab18e1 shell/stager.jsp_
21921901e3505e796edf19aad6a996101c81c9 shell/stager.php_
22022056702e95555adee718b6a11ee7098fd4 sqlmapapi.py
221- 832010d5d68ce3357e7066ac1eaa169e sqlmap.py
221+ f60363f91e6901493a2a85afcd2eaf09 sqlmap.py
2222221316deb997418507e76221c84ec99946 tamper/apostrophemask.py
223223a6efe8f914c769c52afec703bd73609f tamper/apostrophenullencode.py
224224b1c56983919b69f4f6f0e7929c881e7a tamper/appendnullbyte.py
You can’t perform that action at this time.
0 commit comments