Skip to content

Commit 70c02a9

Browse files
LLuisJstamparm
authored andcommitted
translated README.md to german (sqlmapproject#3684)
* translated README.md to german * This part is only at main README.md
1 parent c14c471 commit 70c02a9

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

doc/translations/README-ger-GER.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# sqlmap
2+
3+
[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7|3.x](https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![PyPI version](https://badge.fury.io/py/sqlmap.svg)](https://badge.fury.io/py/sqlmap) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/sqlmapproject/sqlmap.svg?colorB=ff69b4)](https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap)
4+
5+
sqlmap ist ein quelloffenes Penetrationstest Werkzeug, das die Entdeckung, Ausnutzung und Übernahme von SQL injection Schwachstellen automatisiert. Es kommt mit einer mächtigen Erkennungs-Engine, vielen Nischenfunktionen für den ultimativen Penetrationstester und einem breiten Spektrum an Funktionen von Datenbankerkennung, abrufen von Daten aus der Datenbank, zugreifen auf das unterliegende Dateisystem bis hin zur Befehlsausführung auf dem Betriebssystem mit Hilfe von out-of-band Verbindungen.
6+
7+
Screenshots
8+
---
9+
10+
![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
11+
12+
Du kannst eine [Sammlung von Screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots), die einige der Funktionen demonstrieren, auf dem Wiki einsehen.
13+
14+
Installation
15+
---
16+
17+
[Hier](https://github.com/sqlmapproject/sqlmap/tarball/master) kannst du das neueste TAR-Archiv herunterladen und [hier](https://github.com/sqlmapproject/sqlmap/zipball/master) das neueste ZIP-Archiv.
18+
19+
Vorzugsweise kannst du sqlmap herunterladen, indem du das [GIT](https://github.com/sqlmapproject/sqlmap) Repository klonst:
20+
21+
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
22+
23+
sqlmap funktioniert sofort mit den [Python](http://www.python.org/download/) Versionen 2.6, 2.7 und 3.x auf jeder Plattform.
24+
25+
Benutzung
26+
---
27+
28+
Um eine Liste aller grundsätzlichen Optionen und Switches zu bekommen, nutze diesen Befehl:
29+
30+
python sqlmap.py -h
31+
32+
Um eine Liste alles Optionen und Switches zu bekommen, nutze diesen Befehl:
33+
34+
python sqlmap.py -hh
35+
36+
Ein Probelauf ist [hier](https://asciinema.org/a/46601) zu finden. Um einen Überblick über sqlmap's Fähigkeiten, unterstütze Funktionen und eine Erklärung aller Optionen und Switches, zusammen mit Beispielen, zu erhalten, wird das [Benutzerhandbuch](https://github.com/sqlmapproject/sqlmap/wiki/Usage) empfohlen.
37+
38+
Links
39+
---
40+
41+
* Webseite: http://sqlmap.org
42+
* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
43+
* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom
44+
* Problemverfolgung: https://github.com/sqlmapproject/sqlmap/issues
45+
* Benutzerhandbuch: https://github.com/sqlmapproject/sqlmap/wiki
46+
* Häufig gestellte Fragen (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
47+
* Twitter: [@sqlmap](https://twitter.com/sqlmap)
48+
* Demonstrationen: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos)
49+
* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

0 commit comments

Comments
 (0)