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

Skip to content

Commit f20263f

Browse files
committed
creating a base file for fr tranlsation
1 parent 2e42afe commit f20263f

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

doc/README-fr-FR.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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 is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
6+
7+
Screenshots
8+
----
9+
10+
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
11+
12+
You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of features on the wiki.
13+
14+
Installation
15+
----
16+
17+
You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master) or latest zipball by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
18+
19+
Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
20+
21+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
23+
sqlmap works out of the box with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform.
24+
25+
Usage
26+
----
27+
28+
To get a list of basic options and switches use:
29+
30+
python sqlmap.py -h
31+
32+
To get a list of all options and switches use:
33+
34+
python sqlmap.py -hh
35+
36+
You can find a sample run [here](https://asciinema.org/a/46601).
37+
To get an overview of sqlmap capabilities, list of supported features and description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki).
38+
39+
Links
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+
* Commits RSS feed: 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+
* Mailing list subscription: https://lists.sourceforge.net/lists/listinfo/sqlmap-users
49+
* Mailing list RSS feed: http://rss.gmane.org/messages/complete/gmane.comp.security.sqlmap
50+
* Mailing list archive: http://news.gmane.org/gmane.comp.security.sqlmap
51+
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
52+
* Demos: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
53+
* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots
54+
55+
Translations
56+
----
57+
58+
* [Chinese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md)
59+
* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)
60+
* [Greek](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md)
61+
* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)
62+
* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)
63+
* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
64+
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
65+
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)

0 commit comments

Comments
 (0)