File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Translations
5858* [ Dutch] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-nl-NL.md )
5959* [ French] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md )
6060* [ Georgian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ka-GE.md )
61- * [ German] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-GER .md )
61+ * [ German] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-DE .md )
6262* [ Greek] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md )
6363* [ Hindi] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-in-HI.md )
6464* [ Indonesian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md )
@@ -68,7 +68,7 @@ Translations
6868* [ Persian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-IR.md )
6969* [ Polish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md )
7070* [ Portuguese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md )
71- * [ Russian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RUS .md )
71+ * [ Russian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RU .md )
7272* [ Serbian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-rs-RS.md )
7373* [ Slovak] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-sk-SK.md )
7474* [ Spanish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2020from thirdparty .six import unichr as _unichr
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.7.10.2 "
23+ VERSION = "1.7.10.3 "
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2626VERSION_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