Skip to content

Commit d69ef5e

Browse files
committed
Merge pull request #1732 from enisozgen/master
Turkish translation
2 parents 2188502 + a3c9e44 commit d69ef5e

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ Translations
6161
* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)
6262
* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
6363
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
64+
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)

doc/translations/README-tr-TR.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
sqlmap
2+
==
3+
4+
5+
sqlmap sql injection açıklarını otomatik olarak tespit ve istismar etmeye yarayan açık kaynak bir penetrasyon aracıdır. sqlmap gelişmiş tespit özelliğinin yanı sıra penetrasyon testleri sırasında gerekli olabilecek bir çok aracı, -uzak veritabınınından, veri indirmek, dosya sistemine erişmek, dosya çalıştırmak gibi - işlevleri de barındırmaktadır.
6+
7+
8+
Ekran görüntüleri
9+
----
10+
11+
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
12+
13+
14+
İsterseniz özelliklerin tanıtımının yapıldığı [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) sayfasını ziyaret edebilirsiniz.
15+
16+
17+
Kurulum
18+
----
19+
20+
[Buraya](https://github.com/sqlmapproject/sqlmap/tarball/master) tıklayarak en son sürüm tarball'ı veya [buraya](https://github.com/sqlmapproject/sqlmap/zipball/master) tıklayarak zipbal'ı indirebilirsiniz.
21+
22+
Veya tercihen, [Git](https://github.com/sqlmapproject/sqlmap) reposunu klonlayarak indirebilirsiniz
23+
24+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
25+
26+
sqlmap [Python](http://www.python.org/download/) sitesinde bulunan **2.6.x** and **2.7.x** versiyonları ile bütün platformlarda çalışabilmektedir.
27+
28+
Kullanım
29+
----
30+
31+
32+
Bütün basit seçeneklerin listesini gösterir
33+
34+
python sqlmap.py -h
35+
36+
Bütün seçenekleri gösterir
37+
38+
python sqlmap.py -hh
39+
40+
Program ile ilgili örnekleri [burada](https://gist.github.com/stamparm/5335217) bulabilirsiniz. Daha fazlası içinsqlmap'in bütün açıklamaları ile birlikte bütün özelliklerinin, örnekleri ile bulunduğu [manuel sayfamıza](https://github.com/sqlmapproject/sqlmap/wiki) bakmanızı tavsiye ediyoruz
41+
42+
Links
43+
----
44+
45+
* Anasayfa: http://sqlmap.org
46+
* İndirme bağlantıları: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
47+
* Commitlerin RSS beslemeleri: https://github.com/sqlmapproject/sqlmap/commits/master.atom
48+
* Hata takip etme sistemi: https://github.com/sqlmapproject/sqlmap/issues
49+
* Kullanıcı Manueli: https://github.com/sqlmapproject/sqlmap/wiki
50+
* Sıkça Sorulan Sorular(SSS): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
51+
* Mail listesi: https://lists.sourceforge.net/lists/listinfo/sqlmap-users
52+
* Mail RSS takibi: http://rss.gmane.org/messages/complete/gmane.comp.security.sqlmap
53+
* Mail listesi arşivi: http://news.gmane.org/gmane.comp.security.sqlmap
54+
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
55+
* Demolar: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
56+
* Ekran görüntüleri: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

0 commit comments

Comments
 (0)