File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ def _setMetasploit():
522522 errMsg = "sqlmap requires third-party module 'pywin32' "
523523 errMsg += "in order to use Metasploit functionalities on "
524524 errMsg += "Windows. You can download it from "
525- errMsg += "'https://sourceforge.net/projects /pywin32/files/pywin32/ '"
525+ errMsg += "'https://github.com/mhammond /pywin32'"
526526 raise SqlmapMissingDependence (errMsg )
527527
528528 if not conf .msfPath :
Original file line number Diff line number Diff line change 1818from thirdparty .six import unichr as _unichr
1919
2020# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21- VERSION = "1.3.7.12 "
21+ VERSION = "1.3.7.13 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments