|
| 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 | + |
| 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