File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ Translations
6060* [ French] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md )
6161* [ Greek] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md )
6262* [ Indonesian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md )
63+ * [ Italian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md )
6364* [ Japanese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md )
6465* [ Portuguese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md )
6566* [ Spanish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md )
6667* [ Turkish] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md )
67- * [ Italian] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md )
Original file line number Diff line number Diff line change 5151* Twitter: [ @sqlmap ] ( https://twitter.com/sqlmap )
5252* Demo: [ http://www.youtube.com/user/inquisb/videos ] ( http://www.youtube.com/user/inquisb/videos )
5353* Screenshot: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots
54-
55- Traduzioni
56- ----
57-
58- * [ Cinese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md )
59- * [ Croato] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md )
60- * [ Francese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md )
61- * [ Greco] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md )
62- * [ Indonesiano] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md )
63- * [ Giapponese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md )
64- * [ Portoghese] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md )
65- * [ Spagnolo] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md )
66- * [ Turco] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md )
67- * [ Italiano] ( https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md )
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.8.23 "
22+ VERSION = "1.0.8.24 "
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 @@ -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- 9f25955b98db7ea85a6f0dc518f10800 lib/core/settings.py
48+ c523de8745fb88545bbbbd7cee1d0b2f lib/core/settings.py
49497af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
505023657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51510bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
You can’t perform that action at this time.
0 commit comments