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

Skip to content

Commit e718e27

Browse files
authored
Merge pull request #2134 from TrinTragula/Italian_Translation
Added Italian version of README
2 parents 4a815ab + 8c87643 commit e718e27

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ Translations
6464
* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
6565
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
6666
* [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: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# sqlmap
2+
3+
[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/sqlmap)
4+
5+
sqlmap è uno strumento open source per il penetration testing. Il suo scopo è quello di rendere automatico il processo di scoperta ed exploit di vulnerabilità di tipo SQL injection al fine di compromettere database online. Dispone di un potente motore per la ricerca di vulnerabilità, molti strumenti di nicchia anche per il più esperto penetration tester ed un'ampia gamma di controlli che vanno dal fingerprinting di database allo scaricamento di dati, fino all'accesso al file system sottostante e l'esecuzione di comandi nel sistema operativo attraverso connessioni out-of-band.
6+
7+
Screenshot
8+
----
9+
10+
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
11+
12+
Nella wiki puoi visitare [l'elenco di screenshot](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) che mostrano il funzionamento di alcune delle funzionalità del programma.
13+
14+
Installazione
15+
----
16+
17+
Puoi scaricare l'ultima tarball cliccando [qui](https://github.com/sqlmapproject/sqlmap/tarball/master) oppure l'ultima zipball cliccando [qui](https://github.com/sqlmapproject/sqlmap/zipball/master).
18+
19+
La cosa migliore sarebbe però scaricare sqlmap clonando la repository [Git](https://github.com/sqlmapproject/sqlmap):
20+
21+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
23+
sqlmap è in grado di funzionare con le versioni **2.6.x** e **2.7.x** di [Python](http://www.python.org/download/) su ogni piattaforma.
24+
25+
Utilizzo
26+
----
27+
28+
Per una lista delle opzioni e dei controlli di base:
29+
30+
python sqlmap.py -h
31+
32+
Per una lista di tutte le opzioni e di tutti i controlli:
33+
34+
python sqlmap.py -hh
35+
36+
Puoi trovare un esempio di esecuzione [qui](https://asciinema.org/a/46601).
37+
Per una panoramica delle capacità di sqlmap, una lista delle sue funzionalità e la descrizione di tutte le sue opzioni e controlli, insieme ad un gran numero di esempi, siete pregati di visitare lo [user's manual](https://github.com/sqlmapproject/sqlmap/wiki) (disponibile solo in inglese).
38+
39+
Link
40+
----
41+
42+
* Homepage: http://sqlmap.org
43+
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
44+
* RSS feed dei commit: https://github.com/sqlmapproject/sqlmap/commits/master.atom
45+
* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
46+
* User's manual: https://github.com/sqlmapproject/sqlmap/wiki
47+
* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
48+
* Iscrizione alla Mailing list: https://lists.sourceforge.net/lists/listinfo/sqlmap-users
49+
* Mailing list RSS feed: http://rss.gmane.org/messages/complete/gmane.comp.security.sqlmap
50+
* Archivio della Mailing list: http://news.gmane.org/gmane.comp.security.sqlmap
51+
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
52+
* Demo: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
53+
* 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)

0 commit comments

Comments
 (0)