Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 375abd5

Browse files
committed
Minor update for #2134
1 parent e718e27 commit 375abd5

4 files changed

Lines changed: 3 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

doc/translations/README-it-IT.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,3 @@ Link
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)

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from 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"
2323
REVISION = getRevisionNumber()
2424
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2525
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}

txt/checksum.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
4545
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
4646
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4747
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48-
9f25955b98db7ea85a6f0dc518f10800 lib/core/settings.py
48+
c523de8745fb88545bbbbd7cee1d0b2f lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
0bc2fae1dec18cdd11954b22358293f2 lib/core/target.py

0 commit comments

Comments
 (0)