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

Skip to content

Commit 190819e

Browse files
committed
Adding translation for README in Japanese(JP).
1 parent 1de6996 commit 190819e

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ Translations
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)
6464
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
65+
* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)

doc/translations/README-ja-JP.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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はオープンソースのペネトレーションテスティングツールです。SQLインジェクションの脆弱性の検出、活用、そしてデータベースサーバ奪取のプロセスを自動化します。
6+
強力な検出エンジン、ペネトレーションテスターのための多くのニッチ機能、持続的なデータベースのフィンガープリンティングから、データベースのデータ取得やアウトオブバンド接続を介したオペレーティング・システム上でのコマンド実行、ファイルシステムへのアクセスなどの広範囲に及ぶスイッチを提供します。
7+
8+
スクリーンショット
9+
----
10+
11+
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
12+
13+
wikiに載っているいくつかの機能のデモをスクリーンショットで見ることができます。 [スクリーンショット集](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots)
14+
15+
インストール
16+
----
17+
18+
最新のtarballを [こちら](https://github.com/sqlmapproject/sqlmap/tarball/master) から、最新のzipballを [こちら](https://github.com/sqlmapproject/sqlmap/zipball/master) からダウンロードできます。
19+
20+
[Git](https://github.com/sqlmapproject/sqlmap) レポジトリをクローンして、sqlmapをダウンロードすることも可能です。:
21+
22+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
23+
24+
sqlmapは、 [Python](http://www.python.org/download/) バージョン **2.6.x** または **2.7.x** がインストールされていれば、全てのプラットフォームですぐに使用できます。
25+
26+
使用法
27+
----
28+
29+
基本的なオプションとスイッチの使用法をリストするには:
30+
31+
python sqlmap.py -h
32+
33+
全てのオプションとスイッチの使用法をリストするには:
34+
35+
python sqlmap.py -hh
36+
37+
実行例を [こちら](https://asciinema.org/a/46601) で見ることができます。
38+
sqlmapの概要、機能の一覧、全てのオプションやスイッチの使用法を例とともに、 [ユーザーマニュアル](https://github.com/sqlmapproject/sqlmap/wiki) で確認することができます。
39+
40+
リンク
41+
----
42+
43+
* ホームページ: http://sqlmap.org
44+
* ダウンロード: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
45+
* コミットのRSSフィード: https://github.com/sqlmapproject/sqlmap/commits/master.atom
46+
* 課題管理: https://github.com/sqlmapproject/sqlmap/issues
47+
* ユーザーマニュアル: https://github.com/sqlmapproject/sqlmap/wiki
48+
* よくある質問 (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
49+
* メーリングリストへの参加: https://lists.sourceforge.net/lists/listinfo/sqlmap-users
50+
* メーリングリストのRSSフィード: http://rss.gmane.org/messages/complete/gmane.comp.security.sqlmap
51+
* メーリングリストのアーカイブ: http://news.gmane.org/gmane.comp.security.sqlmap
52+
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
53+
* デモ: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
54+
* スクリーンショット: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

0 commit comments

Comments
 (0)