From 260cebcb88dc014b6b43eac85b500a302a780330 Mon Sep 17 00:00:00 2001 From: CryoRenegade Date: Sun, 25 Jul 2021 15:12:35 -0600 Subject: [PATCH] Update Readme's and other md files --- .github/CONTRIBUTING.md | 4 +- README.md | 31 ++-- doc/CHANGELOG.md | 52 +++--- doc/THANKS.md | 289 ++++++++++++++++++++++++++++-- doc/THIRD-PARTY.md | 20 +-- doc/translations/README-bg-BG.md | 28 +-- doc/translations/README-de-GER.md | 34 ++-- doc/translations/README-es-MX.md | 30 ++-- doc/translations/README-fa-IR.md | 51 ++---- doc/translations/README-fr-FR.md | 25 +-- doc/translations/README-gr-GR.md | 28 +-- doc/translations/README-hr-HR.md | 28 +-- doc/translations/README-id-ID.md | 30 ++-- doc/translations/README-it-IT.md | 28 +-- doc/translations/README-ja-JP.md | 28 +-- doc/translations/README-ko-KR.md | 28 +-- doc/translations/README-pl-PL.md | 28 +-- doc/translations/README-pt-BR.md | 28 +-- doc/translations/README-rs-RS.md | 28 +-- doc/translations/README-ru-RUS.md | 28 +-- doc/translations/README-tr-TR.md | 28 +-- doc/translations/README-uk-UA.md | 28 +-- doc/translations/README-vi-VN.md | 31 ++-- doc/translations/README-zh-CN.md | 28 +-- 24 files changed, 632 insertions(+), 329 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2ae806856..a2f9ca960 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,7 +5,7 @@ **Bug reports are welcome**! Please report all bugs on the [issue tracker](https://github.com/sqlmapproject/sqlmap/issues). -### Guidelines +### Guidelines For Reporting Bugs * Before you submit a bug report, search both [open](https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aopen+is%3Aissue) and [closed](https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed) issues to make sure the issue has not come up before. Also, check the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki) for anything relevant. * Make sure you can reproduce the bug with the latest development version of sqlmap. @@ -19,7 +19,7 @@ All code contributions are greatly appreciated. First off, clone the [Git reposi Our preferred method of patch submission is via a Git [pull request](https://help.github.com/articles/using-pull-requests). Many [people](https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS.md) have contributed in different ways to the sqlmap development. **You** can be the next! -### Guidelines +### Guidelines for Submitting Code Changes In order to maintain consistency and readability throughout the code, we ask that you adhere to the following instructions: diff --git a/README.md b/README.md index c42e4e30d..d1deb3127 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# sqlmap ![](https://i.imgur.com/fe85aVR.png) +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) [![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) [![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) 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 including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections. -Screenshots ----- +## Screenshots +---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of the features on the wiki. -Installation ----- +## Installation +---- 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). Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository: @@ -22,7 +22,8 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm sqlmap works out of the box with [Python](http://www.python.org/download/) version **2.6**, **2.7** and **3.x** on any platform. -Usage +## Usage + ---- To get a list of basic options and switches use: @@ -36,20 +37,22 @@ To get a list of all options and switches use: You can find a sample run [here](https://asciinema.org/a/46601). To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Links +## Links + ---- -* Homepage: http://sqlmap.org +* Homepage: * Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues -* User's manual: https://github.com/sqlmapproject/sqlmap/wiki -* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commits RSS feed: +* Issue tracker: +* User's manual: +* Frequently Asked Questions (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demos: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Screenshots: + +## Translations -Translations ---- * [Bulgarian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index baafaeed0..c745855fa 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,24 +1,26 @@ -# Version 1.4 (2020-01-01) +# Changelog + +## Version 1.4 (2020-01-01) * [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.3...1.4) * [View issues](https://github.com/sqlmapproject/sqlmap/milestone/5?closed=1) -# Version 1.3 (2019-01-05) +## Version 1.3 (2019-01-05) * [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.2...1.3) * [View issues](https://github.com/sqlmapproject/sqlmap/milestone/4?closed=1) -# Version 1.2 (2018-01-08) +## Version 1.2 (2018-01-08) * [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.1...1.2) * [View issues](https://github.com/sqlmapproject/sqlmap/milestone/3?closed=1) -# Version 1.1 (2017-04-07) +## Version 1.1 (2017-04-07) * [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.0...1.1) * [View issues](https://github.com/sqlmapproject/sqlmap/milestone/2?closed=1) -# Version 1.0 (2016-02-27) +## Version 1.0 (2016-02-27) * Implemented support for automatic decoding of page content through detected charset. * Implemented mechanism for proper data dumping on DBMSes not supporting `LIMIT/OFFSET` like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.). @@ -113,7 +115,7 @@ * Added option `-x` to set URL of sitemap(.xml) for target(s) parsing. * Added option `-z` for usage of short mnemonics (e.g. `"flu,bat,ban,tec=EU"`). -# Version 0.9 (2011-04-10) +## Version 0.9 (2011-04-10) * Rewritten SQL injection detection engine. * Support to directly connect to the database without passing via a SQL injection, option `-d`. @@ -144,7 +146,7 @@ * Major code refactoring. * User's manual updated. -# Version 0.8 (2010-03-14) +## Version 0.8 (2010-03-14) * Support to enumerate and dump all databases' tables containing user provided column(s) by specifying for instance `--dump -C user,pass`. Useful to identify for instance tables containing custom application credentials. * Support to parse `-C` (column name(s)) when fetching columns of a table with `--columns`: it will enumerate only columns like the provided one(s) within the specified table. @@ -155,7 +157,7 @@ * Added support to properly read (`--read-file`) also binary files via PostgreSQL by injecting sqlmap new `sys_fileread()` user-defined function. * Updated active fingerprint and comment injection fingerprint for MySQL 5.1, MySQL 5.4 and MySQL 5.5. * Updated active fingerprint for PostgreSQL 8.4. -* Support for NTLM authentication via python-ntlm third party library, http://code.google.com/p/python-ntlm/, `--auth-type NTLM`. +* Support for NTLM authentication via python-ntlm third party library, , `--auth-type NTLM`. * Support to automatically decode `deflate`, `gzip` and `x-gzip` HTTP responses. * Support for Certificate authentication, `--auth-cert` option added. * Added support for regular expression based scope when parsing Burp or Web Scarab proxy log file (`-l`), `--scope`. @@ -167,13 +169,13 @@ * Fixed URL encoding/decoding of GET/POST parameters and Cookie header. * Refactored `--update` to use `python-svn` third party library if available or `svn` command to update sqlmap to the latest development version from subversion repository. * Major bugs fixed. -* Cleanup of UDF source code repository, https://svn.sqlmap.org/sqlmap/trunk/sqlmap/extra/udfhack. +* Cleanup of UDF source code repository, . * Major code cleanup. * Added simple file encryption/compression utility, extra/cloak/cloak.py, used by sqlmap to decrypt on the fly Churrasco, UPX executable and web shells consequently reducing drastically the number of anti-virus software that mistakenly mark sqlmap as a malware. * Updated user's manual. -* Created several demo videos, hosted on YouTube (http://www.youtube.com/user/inquisb) and linked from http://sqlmap.org/demo.html. +* Created several demo videos, hosted on YouTube () and linked from . -# Version 0.8 release candidate (2009-09-21) +## Version 0.8 release candidate (2009-09-21) * Major enhancement to the Microsoft SQL Server stored procedure heap-based buffer overflow exploit (`--os-bof`) to automatically bypass DEP memory protection. * Added support for MySQL and PostgreSQL to execute Metasploit shellcode via UDF 'sys_bineval' (in-memory, anti-forensics technique) as an option instead of uploading the standalone payload stager executable. @@ -185,7 +187,7 @@ * Minor bugs fixed. * Major code refactoring. -# Version 0.7 (2009-07-25) +## Version 0.7 (2009-07-25) * Adapted Metasploit wrapping functions to work with latest 3.3 development version too. * Adjusted code to make sqlmap 0.7 to work again on Mac OSX too. @@ -200,7 +202,7 @@ * Fixed basic Microsoft SQL Server 2000 fingerprint. * Many minor bug fixes and code refactoring. -# Version 0.7 release candidate (2009-04-22) +## Version 0.7 release candidate (2009-04-22) * Added support to execute arbitrary commands on the database server underlying operating system either returning the standard output or not via UDF injection on MySQL and PostgreSQL and via xp_cmdshell() stored procedure on Microsoft SQL Server; * Added support for out-of-band connection between the attacker box and the database server underlying operating system via stand-alone payload stager created by Metasploit and supporting Meterpreter, shell and VNC payloads for both Windows and Linux; @@ -212,7 +214,7 @@ * Major bug fix in the comparison algorithm to correctly handle also the case that the url is stable and the False response changes the page content very little; * Many minor bug fixes, minor enhancements and layout adjustments. -# Version 0.6.4 (2009-02-03) +## Version 0.6.4 (2009-02-03) * Major enhancement to make the comparison algorithm work properly also on url not stables automatically by using the difflib Sequence Matcher object; * Major enhancement to support SQL data definition statements, SQL data manipulation statements, etc from user in SQL query and SQL shell if stacked queries are supported by the web application technology; @@ -228,9 +230,9 @@ * Minor bug fix to make the `--postfix` work even if `--prefix` is not provided; * Updated documentation. -# Version 0.6.3 (2008-12-18) +## Version 0.6.3 (2008-12-18) -* Major enhancement to get list of targets to test from Burp proxy (http://portswigger.net/suite/) requests log file path or WebScarab proxy (http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project) 'conversations/' folder path by providing option -l ; +* Major enhancement to get list of targets to test from Burp proxy () requests log file path or WebScarab proxy () 'conversations/' folder path by providing option -l "filepath"; * Major enhancement to support Partial UNION query SQL injection technique too; * Major enhancement to test if the web application technology supports stacked queries (multiple statements) by providing option `--stacked-test` which will be then used someday also by takeover functionality; * Major enhancement to test if the injectable parameter is affected by a time based blind SQL injection technique by providing option `--time-test`; @@ -244,7 +246,7 @@ * Minor enhancement to be able to specify extra HTTP headers by providing option `--headers`. By default Accept, Accept-Language and Accept-Charset headers are set; * Minor improvement to be able to provide CU (as current user) as user value (`-U`) when enumerating users privileges or users passwords; * Minor improvements to sqlmap Debian package files; -* Minor improvement to use Python psyco (http://psyco.sourceforge.net/) library if available to speed up the sqlmap algorithmic operations; +* Minor improvement to use Python psyco () library if available to speed up the sqlmap algorithmic operations; * Minor improvement to retry the HTTP request up to three times in case an exception is raised during the connection to the target url; * Major bug fix to correctly enumerate columns on Microsoft SQL Server; * Major bug fix so that when the user provide a SELECT statement to be processed with an asterisk as columns, now it also work if in the FROM there is no database name specified; @@ -254,7 +256,7 @@ * Increased default output level from 0 to 1; * Updated documentation. -# Version 0.6.2 (2008-11-02) +## Version 0.6.2 (2008-11-02) * Major bug fix to correctly dump tables entries when `--stop` is not specified; * Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0; @@ -267,7 +269,7 @@ * Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3; * More user-friendly warning messages. -# Version 0.6.1 (2008-08-20) +## Version 0.6.1 (2008-08-20) * Major bug fix to blind SQL injection bisection algorithm to handle an exception; * Added a Metasploit Framework 3 auxiliary module to run sqlmap; @@ -278,7 +280,7 @@ * Changed the order sqlmap dump table entries from column by column to row by row. Now it also dumps entries as they are stored in the tables, not forcing the entries' order alphabetically anymore; * Minor bug fix to correctly handle parameters' value with `%` character. -# Version 0.6 (2008-09-01) +## Version 0.6 (2008-09-01) * Complete code refactor and many bugs fixed; * Added multithreading support to set the maximum number of concurrent HTTP requests; @@ -315,7 +317,7 @@ * Updated some docstrings; * Updated documentation files. -# Version 0.5 (2007-11-04) +## Version 0.5 (2007-11-04) * Added support for Oracle database management system * Extended inband SQL injection functionality (`--union-use`) to all other possible queries since it only worked with `-e` and `--file` on all DMBS plugins; @@ -337,7 +339,7 @@ * Complete code refactoring, a lot of minor and some major fixes in libraries, many minor improvements; * Updated all documentation files. -# Version 0.4 (2007-06-15) +## Version 0.4 (2007-06-15) * Added DBMS fingerprint based also upon HTML error messages parsing defined in lib/parser.py which reads an XML file defining default error messages for each supported DBMS; * Added Microsoft SQL Server extensive DBMS fingerprint checks based upon accurate '@@version' parsing matching on an XML file to get also the exact patching level of the DBMS; @@ -358,7 +360,7 @@ * Split lib/common.py: inband injection functionalities now are moved to lib/union.py; * Updated documentation files. -# Version 0.3 (2007-01-20) +## Version 0.3 (2007-01-20) * Added module for MS SQL Server; * Strongly improved MySQL dbms active fingerprint and added MySQL comment injection check; @@ -372,13 +374,13 @@ * Rewritten documentation files; * Complete code restyling. -# Version 0.2 (2006-12-13) +## Version 0.2 (2006-12-13) * complete refactor of entire program; * added TODO and THANKS files; * added some papers references in README file; * moved headers to user-agents.txt, now -f parameter specifies a file (user-agents.txt) and randomize the selection of User-Agent header; -* strongly improved program plugins (mysqlmap.py and postgres.py), major enhancements: * improved active mysql fingerprint check_dbms(); * improved enumeration functions for both databases; * minor changes in the unescape() functions; +* strongly improved program plugins (mysqlmap.py and postgres.py), major enhancements: *improved active mysql fingerprint check_dbms();* improved enumeration functions for both databases; * minor changes in the unescape() functions; * replaced old inference algorithm with a new bisection algorithm. * reviewed command line parameters, now with -p it's possible to specify the parameter you know it's vulnerable to sql injection, this way the script won't perform the sql injection checks itself; removed the TOKEN parameter; * improved Common class, adding support for http proxy and http post method in hash_page; diff --git a/doc/THANKS.md b/doc/THANKS.md index dc49071a9..c1edd7654 100644 --- a/doc/THANKS.md +++ b/doc/THANKS.md @@ -1,816 +1,1067 @@ # Individuals Andres Tarasco Acuna, + * for suggesting a feature Santiago Accurso, + * for reporting a bug Syed Afzal, + * for contributing a WAF script varnish.py Zaki Akhmad, + * for suggesting a couple of features Olu Akindeinde, + * for reporting a couple of bugs David Alvarez, + * for reporting a bug Sergio Alves, + * for reporting a bug Thomas Anderson, + * for reporting a bug Chip Andrews, + * for his excellent work maintaining the SQL Server versions database at SQLSecurity.com and permission to implement the update feature taking data from his site Smith Andy, + * for suggesting a feature Otavio Augusto, + * for reporting a minor bug Simon Baker, + * for reporting some bugs Ryan Barnett, -* for organizing the ModSecurity SQL injection challenge, http://modsecurity.org/demo/challenge.html + +* for organizing the ModSecurity SQL injection challenge, Emiliano Bazaes, + * for reporting a minor bug Daniele Bellucci, + * for starting sqlmap project and developing it between July and August 2006 Sebastian Bittig, and the rest of the team at r-tec IT Systeme GmbH + * for contributing the DB2 support initial patch: fingerprint and enumeration Anthony Boynes, + * for reporting several bugs Marcelo Toscani Brandao + * for reporting a bug Velky Brat, + * for suggesting a minor enhancement to the bisection algorithm James Briggs, + * for suggesting a minor enhancement Gianluca Brindisi, + * for reporting a couple of bugs Jack Butler, + * for contributing the sqlmap site favicon Ulisses Castro, + * for reporting a bug Roberto Castrogiovanni, + * for reporting a minor bug Cesar Cerrudo, -* for his Windows access token kidnapping tool Churrasco included in sqlmap tree as a contrib library and used to run the stand-alone payload stager on the target Windows machine as SYSTEM user if the user wants to perform a privilege escalation attack, http://www.argeniss.com/research/TokenKidnapping.pdf + +* for his Windows access token kidnapping tool Churrasco included in sqlmap tree as a contrib library and used to run the stand-alone payload stager on the target Windows machine as SYSTEM user if the user wants to perform a privilege escalation attack, Karl Chen, + * for contributing the initial multi-threading patch for the inference algorithm Y P Chien, + * for reporting a minor bug Pierre Chifflier, and Mark Hymers, + * for uploading and accepting the sqlmap Debian package to the official Debian project repository Hysia Chow + * for contributing a couple of WAF scripts Chris Clements, + * for reporting a couple of bugs John Cobb, + * for reporting a minor bug Andreas Constantinides, + * for reporting a minor bug Andre Costa, + * for reporting a minor bug * for suggesting a minor enhancement Ulises U. Cune, + * for reporting a bug Alessandro Curio, + * for reporting a minor bug Alessio Dalla Piazza, + * for reporting a couple of bugs Sherif El-Deeb, + * for reporting a minor bug Thomas Etrillard, + * for contributing the IBM DB2 error-based payloads (RAISE_ERROR) Stefano Di Paola, + * for suggesting good features Mosk Dmitri, + * for reporting a minor bug Meng Dong, + * for contributing a code for Waffit integration Carey Evans, + * for his fcrypt module that allows crypt(3) support on Windows platforms Shawn Evans, + * for suggesting an idea for one tamper script, greatest.py Adam Faheem, + * for reporting a few bugs James Fisher, + * for contributing two very good feature requests -* for his great tool too brute force directories and files names on web/application servers, DirBuster, http://tinyurl.com/dirbuster +* for his great tool too brute force directories and files names on web/application servers, DirBuster, Jim Forster, + * for reporting a bug Rong-En Fan, + * for committing the sqlmap 0.5 port to the official FreeBSD project repository Giorgio Fedon, + * for suggesting a speed improvement for bisection algorithm * for reporting a bug when running against Microsoft SQL Server 2005 Kasper Fons, + * for reporting several bugs Alan Franzoni, + * for helping out with Python subprocess library Harold Fry, + * for suggesting a minor enhancement Daniel G. Gamonal, + * for reporting a minor bug Marcos Mateos Garcia, + * for reporting a minor bug Andrew Gecse, + * for reporting a minor issue Ivan Giacomelli, + * for reporting a bug * for suggesting a minor enhancement * for reviewing the documentation Dimitris Giannitsaros, + * for contributing a REST-JSON API client Nico Golde, + * for reporting a couple of bugs Oliver Gruskovnjak, + * for reporting a bug * for contributing a minor patch Davide Guerri, + * for suggesting an enhancement Dan Guido, -* for promoting sqlmap in the context of the Penetration Testing and Vulnerability Analysis class at the Polytechnic University of New York, http://isisblogs.poly.edu/courses/pentest/ + +* for promoting sqlmap in the context of the Penetration Testing and Vulnerability Analysis class at the Polytechnic University of New York, David Guimaraes, + * for reporting considerable amount of bugs * for suggesting several features Chris Hall, + * for coding the prettyprint.py library Tate Hansen, + * for donating to sqlmap development Mario Heiderich, Christian Matthies, Lars H. Strojny, -* for their great tool PHPIDS included in sqlmap tree as a set of rules for testing payloads against IDS detection, https://github.com/PHPIDS/PHPIDS + +* for their great tool PHPIDS included in sqlmap tree as a set of rules for testing payloads against IDS detection, Kristian Erik Hermansen, + * for reporting a bug * for donating to sqlmap development Alexander Hagenah, + * for reporting a minor bug Dennis Hecken, + * for reporting a minor bug Choi Ho, + * for reporting a minor bug Jorge Hoya, + * for suggesting a minor enhancement Will Holcomb, + * for his MultipartPostHandler class to handle multipart POST forms and permission to include it within sqlmap source code Daniel Huckmann, + * for reporting a couple of bugs Daliev Ilya, + * for reporting a bug Mehmet İnce, + * for contributing a tamper script xforwardedfor.py Jovon Itwaru, + * for reporting a minor bug Prashant Jadhav, + * for reporting a bug Dirk Jagdmann, + * for reporting a typo in the documentation Luke Jahnke, + * for reporting a bug when running against MySQL < 5.0 Andrew Kitis + * for contributing a tamper script lowercase.py David Klein, + * for reporting a minor code improvement Sven Klemm, + * for reporting two minor bugs with PostgreSQL Anant Kochhar, + * for providing with feedback on the user's manual Dmitriy Kononov, + * for reporting a minor bug Alexander Kornbrust, + * for reporting a couple of bugs Krzysztof Kotowicz, + * for reporting a minor bug Nicolas Krassas, + * for reporting a couple of bugs Oliver Kuckertz, + * for contributing a minor patch Alex Landa, + * for contributing a patch adding beta support for XML output Guido Landi, + * for reporting a couple of bugs * for the great technical discussions * for Microsoft SQL Server 2000 and Microsoft SQL Server 2005 'sp_replwritetovarbin' stored procedure heap-based buffer overflow (MS09-004) exploit development * for presenting with Bernardo at SOURCE Conference 2009 in Barcelona (Spain) on September 21, 2009 and at CONfidence 2009 in Warsaw (Poland) on November 20, 2009 Lee Lawson, + * for reporting a minor bug John J. Lee, and others + * for developing the clientform Python library used by sqlmap to parse forms when --forms switch is specified Nico Leidecker, + * for providing with feedback on a few features * for reporting a couple of bugs -* for his great tool icmpsh included in sqlmap tree to get a command prompt via an out-of-band tunnel over ICMP, http://leidecker.info/downloads/icmpsh.zip +* for his great tool icmpsh included in sqlmap tree to get a command prompt via an out-of-band tunnel over ICMP, Gabriel Lima, + * for reporting a couple of bugs Svyatoslav Lisin, + * for suggesting a minor feature Miguel Lopes, + * for reporting a minor bug Truong Duc Luong, + * for reporting a minor bug Pavol Luptak, + * for reporting a bug when injecting on a POST data parameter Till Maas, + * for suggesting a minor feature Michael Majchrowicz, + * for extensively beta-testing sqlmap on various MySQL DBMS * for providing really appreciated feedback * for suggesting a lot of ideas and features Vinícius Henrique Marangoni, + * for contributing a Portuguese translation of README.md Francesco Marano, + * for contributing the Microsoft SQL Server/Sybase error-based - Stacking (EXEC) payload Ahmad Maulana, + * for contributing a tamper script halfversionedmorekeywords.py Ferruh Mavituna, + * for exchanging ideas on the implementation of a couple of features David McNab, + * for his XMLObject module that allows XML files to be operated on like Python objects Spencer J. McIntyre, + * for reporting a minor bug * for contributing a patch for OS fingerprinting on DB2 Brad Merrell, + * for reporting a minor bug Michael Meyer, + * for suggesting a minor feature Enrico Milanese, + * for reporting a minor bug * for sharing some ideas for the PHP backdoor Liran Mimoni, + * for reporting a minor bug Marco Mirandola, + * for reporting a minor bug Devon Mitchell, + * for reporting a minor bug Anton Mogilin, + * for reporting a few bugs Sergio Molina, + * for reporting a minor bug Anastasios Monachos, + * for providing some useful data * for suggesting a feature * for reporting a couple of bugs Kirill Morozov, + * for reporting a bug * for suggesting a feature Alejo Murillo Moya, + * for reporting a minor bug * for suggesting a few features Yonny Mutai, + * for reporting a minor bug Roberto Nemirovsky, + * for pointing out some enhancements Sebastian Nerz, + * for reporting a (potential) vulnerability in --eval Simone Onofri, + * for patching the PHP web backdoor to make it work properly also on Windows Michele Orru, + * for reporting a couple of bug * for suggesting ideas on how to implement the RESTful API Shaohua Pan, + * for reporting several bugs * for suggesting a few features Antonio Parata, + * for sharing some ideas for the PHP backdoor Adrian Pastor, + * for donating to sqlmap development Christopher Patten, + * for reporting a bug in the blind SQL injection bisection algorithm Zack Payton, + * for reporting a minor bug Jaime Penalba, + * for contributing a patch for INSERT/UPDATE generic boundaries Pedrito Perez, <0ark1ang3l(at)gmail.com> + * for reporting a couple of bugs Brandon Perry, + * for reporting a couple of bugs Travis Phillips, + * for suggesting a minor enhancement Mark Pilgrim, + * for porting chardet package (Universal Encoding Detector) to Python Steve Pinkham, + * for suggesting a feature * for contributing a new SQL injection vector (MSSQL time-based blind) * for donating to sqlmap development Adam Pridgen, + * for suggesting some features Luka Pusic, + * for reporting a couple of bugs Ole Rasmussen, + * for reporting a bug * for suggesting a feature Alberto Revelli, + * for inspiring to write sqlmap user's manual in SGML -* for his great Microsoft SQL Server take over tool, sqlninja, http://sqlninja.sourceforge.net +* for his great Microsoft SQL Server take over tool, sqlninja, David Rhoades, + * for reporting a bug Andres Riancho, + * for beta-testing sqlmap * for reporting a bug and suggesting some features -* for including sqlmap in his great web application audit and attack framework, w3af, http://w3af.sourceforge.net +* for including sqlmap in his great web application audit and attack framework, w3af, * for suggesting a way for handling DNS caching Jamie Riden, + * for reporting a minor bug Alexander Rigbo, + * for contributing a minor patch Antonio Riva, + * for reporting a bug when running with python 2.5 Ethan Robish, + * for reporting a bug Levente Rog, + * for reporting a minor bug Andrea Rossi, + * for reporting a minor bug * for suggesting a feature Frederic Roy, + * for reporting a couple of bugs Vladimir Rutsky, + * for suggesting a couple of minor enhancements Richard Safran, + * for donating the sqlmap.org domain Tomoyuki Sakurai, + * for submitting to the FreeBSD project the sqlmap 0.5 port Roberto Salgado, + * for contributing considerable amount of tamper scripts Pedro Jacques Santos Santiago, + * for reporting considerable amount of bugs Marek Sarvas, + * for reporting several bugs Philippe A. R. Schaeffer, + * for reporting a minor bug Henri Salo + * for a donation Mohd Zamiri Sanin, + * for reporting a minor bug Jorge Santos, + * for reporting a minor bug Sven Schluter, + * for contributing a patch * for waiting a number of seconds between each HTTP request Ryan Sears, + * for suggesting a couple of enhancements * for donating to sqlmap development Uemit Seren, + * for reporting a minor adjustment when running with python 2.6 Shane Sewell, + * for suggesting a feature Ahmed Shawky, + * for reporting a major bug with improper handling of parameter values * for reporting a bug Brian Shura, + * for reporting a bug Sumit Siddharth, + * for sharing ideas on the implementation of a couple of features Andre Silva, + * for reporting a bug Benjamin Silva H. + * for reporting a bug Duarte Silva + * for reporting a couple of bugs M Simkin, + * for suggesting a feature Konrads Smelkovs, + * for reporting a few bugs in --sql-shell and --sql-query on Microsoft SQL Server Chris Spencer, + * for reviewing the user's manual grammar Michael D. Stenner, + * for his keepalive module that allows handling of persistent HTTP 1.1 keep-alive connections Marek Stiefenhofer, + * for reporting a few bugs Jason Swan, + * for reporting a bug when enumerating columns on Microsoft SQL Server * for suggesting a couple of improvements Chilik Tamir, + * for contributing a patch for initial support SOAP requests Alessandro Tanasi, + * for extensively beta-testing sqlmap * for suggesting many features and reporting some bugs * for reviewing the documentation Andres Tarasco, + * for contributing good feedback Tom Thumb, + * for reporting a major bug Kazim Bugra Tombul, + * for reporting a minor bug Efrain Torres, + * for helping out to improve the Metasploit Framework sqlmap auxiliary module and for committing it on the Metasploit official subversion repository * for his great Metasploit WMAP Framework Jennifer Torres, + * for contributing a tamper script luanginx.py Sandro Tosi, + * for helping to create sqlmap Debian package correctly Jacco van Tuijl, + * for reporting several bugs Vitaly Turenko, + * for reporting a bug Augusto Urbieta, + * for reporting a minor bug Bedirhan Urgun, + * for reporting a few bugs * for suggesting some features and improvements -* for benchmarking sqlmap in the context of his SQL injection benchmark project, OWASP SQLiBench, http://code.google.com/p/sqlibench +* for benchmarking sqlmap in the context of his SQL injection benchmark project, OWASP SQLiBench, Kyprianos Vasilopoulos, + * for reporting a couple of minor bugs Vlado Velichkovski, + * for reporting considerable amount of bugs * for suggesting an enhancement Johnny Venter, + * for reporting a couple of bugs Carlos Gabriel Vergara, + * for suggesting couple of good features Patrick Webster, + * for suggesting an enhancement * for donating to sqlmap development (from OSI.Security) Ed Williams, + * for suggesting a minor enhancement Anthony Zboralski, + * for providing with detailed feedback * for reporting a few minor bugs * for donating to sqlmap development Thierry Zoller, + * for reporting a couple of major bugs Zhen Zhou, + * for suggesting a feature -insane-, + * for reporting a minor bug 1ndr4 joe, + * for reporting a couple of bugs abc abc, + * for reporting a minor bug Abuse 007, + * for reporting a bug agix, + * for contributing the file upload via certutil.exe functionality Alex, + * for reporting a minor bug anonymous anonymous, + * for reporting a couple of bugs bamboo, + * for reporting a couple of bugs Brandon E., + * for reporting a bug black zero, + * for reporting a minor bug blueBoy, + * for reporting a bug buawig, + * for reporting considerable amount of bugs Bugtrace, + * for reporting several bugs cats, + * for reporting a couple of bugs Christian S, + * for reporting a minor bug clav, + * for reporting a minor bug dragoun dash, + * for reporting a minor bug flsf, + * for contributing WAF scripts 360.py, anquanbao.py, baidu.py, safedog.py * for contributing a minor patch fufuh, + * for reporting a bug when running on Windows Hans Wurst, + * for reporting a couple of bugs Hysia, + * for contributing a Chinese translation of README.md james, + * for reporting a bug Joe "Pragmatk", + * for reporting a few bugs John Smith, + * for reporting several bugs * for suggesting some features m4l1c3, + * for reporting considerable amount of bugs mariano, + * for reporting a bug mitchell, + * for reporting a few bugs Nadzree, + * for reporting a minor bug nightman, + * for reporting considerable amount of bugs Oso Dog osodog123(at)yahoo.com + * for reporting a minor bug pacman730, + * for reporting a bug pentestmonkey, + * for reporting several bugs * for suggesting a few minor enhancements Phat R., + * for reporting a few bugs Phil P, <(at)superevr> + * for suggesting a minor enhancement ragos, + * for reporting a minor bug rmillet, + * for reporting a bug Rub3nCT, + * for reporting a minor bug sapra, + * for helping out with Python multiprocessing library on MacOS shiftzwei, + * for reporting a couple of bugs smith, + * for reporting a minor bug Soma Cruz, + * for reporting a minor bug Spiros94, + * for contributing a Greek translation of README.md Stuffe, + * for reporting a minor bug and a feature request Sylphid, + * for suggesting some features syssecurity.info, + * for reporting a minor bug This LittlePiggy, + * for reporting a minor bug ToR, + * for reporting considerable amount of bugs * for suggesting a feature ultramegaman, + * for reporting a minor bug Vinicius, + * for reporting a minor bug virusdefender + * for contributing WAF scripts safeline.py w8ay + * for contributing an implementation for chunked transfer-encoding (switch --chunked) wanglei, + * for reporting a minor bug warninggp, + * for reporting a few minor bugs x, + * for reporting a bug zhouhx, + * for contributing a minor patch -# Organizations +## Organizations Black Hat team, + * for the opportunity to present my research titled 'Advanced SQL injection to operating system full control' at Black Hat Europe 2009 Briefings on April 16, 2009 in Amsterdam (NL). I unveiled and demonstrated some of the sqlmap 0.7 release candidate version new features during my presentation - * Homepage: http://goo.gl/BKfs7 - * Slides: http://goo.gl/Dh65t - * White paper: http://goo.gl/spX3N +* Homepage: +* Slides: +* White paper: SOURCE Conference team, + * for the opportunity to present my research titled 'Expanding the control over the operating system from the database' at SOURCE Conference 2009 on September 21, 2009 in Barcelona (ES). I unveiled and demonstrated some of the sqlmap 0.8 release candidate version new features during my presentation - * Homepage: http://goo.gl/IeXV4 - * Slides: http://goo.gl/OKnfj +* Homepage: +* Slides: AthCon Conference team, + * for the opportunity to present my research titled 'Got database access? Own the network!' at AthCon Conference 2010 on June 3, 2010 in Athens (GR). I unveiled and demonstrated some of the sqlmap 0.8 version features during my presentation - * Homepage: http://goo.gl/Fs71I - * Slides: http://goo.gl/QMfjO +* Homepage: +* Slides: Metasploit Framework development team, + * for their powerful tool Metasploit Framework, used by sqlmap, among others things, to create the shellcode and establish an out-of-band connection between sqlmap and the database server - * Homepage: http://www.metasploit.com +* Homepage: OWASP Board, + * for sponsoring part of the sqlmap development in the context of OWASP Spring of Code 2007 - * Homepage: http://www.owasp.org +* Homepage: diff --git a/doc/THIRD-PARTY.md b/doc/THIRD-PARTY.md index 76d9e8fe3..e3909fca2 100644 --- a/doc/THIRD-PARTY.md +++ b/doc/THIRD-PARTY.md @@ -1,6 +1,6 @@ -This file lists bundled packages and their associated licensing terms. +# This file lists bundled packages and their associated licensing terms -# BSD +## BSD * The `Ansistrm` library located under `thirdparty/ansistrm/`. Copyright (C) 2010-2012, Vinay Sajip. @@ -20,7 +20,7 @@ This file lists bundled packages and their associated licensing terms. * The `SocksiPy` library located under `thirdparty/socks/`. Copyright (C) 2006, Dan-Haim. -```` +````Legal Text Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright @@ -44,7 +44,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ```` -# LGPL +## LGPL * The `Chardet` library located under `thirdparty/chardet/`. Copyright (C) 2008, Mark Pilgrim. @@ -55,7 +55,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * The `icmpsh` tool located under `extra/icmpsh/`. Copyright (C) 2010, Nico Leidecker, Bernardo Damele. -```` +````Legal Text GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -223,12 +223,12 @@ permanent authorization for you to choose that version for the Library. ```` -# PSF +## PSF * The `Magic` library located under `thirdparty/magic/`. Copyright (C) 2011, Adam Hupp. -```` +````Legal Text PSF LICENSE AGREEMENT FOR PYTHON 2.7.3 This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”), @@ -268,7 +268,7 @@ By copying, installing or otherwise using Python 2.7.3, Licensee agrees to be bound by the terms and conditions of this License Agreement. ```` -# MIT +## MIT * The `bottle` web framework library located under `thirdparty/bottle/`. Copyright (C) 2012, Marcel Hellkamp. @@ -281,7 +281,7 @@ be bound by the terms and conditions of this License Agreement. * The `Termcolor` library located under `thirdparty/termcolor/`. Copyright (C) 2008-2011, Volvox Development Team. -```` +````Legal Text Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -303,7 +303,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```` -# Public domain +## Public domain * The `PyDes` library located under `thirdparty/pydes/`. Copyleft 2009, Todd Whiteman. diff --git a/doc/translations/README-bg-BG.md b/doc/translations/README-bg-BG.md index 81751dede..8598ac755 100644 --- a/doc/translations/README-bg-BG.md +++ b/doc/translations/README-bg-BG.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap e инструмент за тестване и проникване, с отворен код, който автоматизира процеса на откриване и използване на недостатъците на SQL база данните чрез SQL инжекция, която ги взима от сървъра. Снабден е с мощен детектор, множество специални функции за най-добрия тестер и широк спектър от функции, които могат да се използват за множество цели - извличане на данни от базата данни, достъп до основната файлова система и изпълняване на команди на операционната система. -Демо снимки +## Демо снимки + ---- ![Снимка на екрана](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Можете да посетите [колекцията от снимки на екрана](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots), показващи някои функции, качени на wiki. -Инсталиране +## Инсталиране + ---- Може да изтеглине най-новите tar архиви като кликнете [тук](https://github.com/sqlmapproject/sqlmap/tarball/master) или най-новите zip архиви като кликнете [тук](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ sqlmap e инструмент за тестване и проникване, с sqlmap работи самостоятелно с [Python](http://www.python.org/download/) версия **2.6**, **2.7** и **3.x** на всички платформи. -Използване +## Използване + ---- За да получите списък с основните опции използвайте: @@ -36,15 +39,16 @@ sqlmap работи самостоятелно с [Python](http://www.python.org Може да намерите пример за използване на sqlmap [тук](https://asciinema.org/a/46601). За да разберете възможностите на sqlmap, списък на поддържаните функции и описание на всички опции, заедно с примери, се препоръчва да се разгледа [упътването](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Връзки +## Връзки + ---- -* Начална страница: http://sqlmap.org +* Начална страница: * Изтегляне: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS емисия: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Проследяване на проблеми и въпроси: https://github.com/sqlmapproject/sqlmap/issues -* Упътване: https://github.com/sqlmapproject/sqlmap/wiki -* Често задавани въпроси (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS емисия: +* Проследяване на проблеми и въпроси: +* Упътване: +* Често задавани въпроси (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Демо: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Снимки на екрана: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Снимки на екрана: diff --git a/doc/translations/README-de-GER.md b/doc/translations/README-de-GER.md index d0fe52896..18f5846e3 100644 --- a/doc/translations/README-de-GER.md +++ b/doc/translations/README-de-GER.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) 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. -Screenshots +## Screenshots + --- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Du kannst eine [Sammlung von Screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots), die einige der Funktionen demonstrieren, auf dem Wiki einsehen. -Installation +## Installation + --- [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. @@ -19,31 +21,33 @@ Installation Vorzugsweise kannst du sqlmap herunterladen, indem du das [GIT](https://github.com/sqlmapproject/sqlmap) Repository klonst: git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev - + sqlmap funktioniert sofort mit den [Python](http://www.python.org/download/) Versionen 2.6, 2.7 und 3.x auf jeder Plattform. -Benutzung +## Benutzung + --- Um eine Liste aller grundsätzlichen Optionen und Switches zu bekommen, nutze diesen Befehl: python sqlmap.py -h - + Um eine Liste alles Optionen und Switches zu bekommen, nutze diesen Befehl: python sqlmap.py -hh - + 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. -Links +## Links + --- -* Webseite: http://sqlmap.org +* Webseite: * Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Problemverfolgung: https://github.com/sqlmapproject/sqlmap/issues -* Benutzerhandbuch: https://github.com/sqlmapproject/sqlmap/wiki -* Häufig gestellte Fragen (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commits RSS feed: +* Problemverfolgung: +* Benutzerhandbuch: +* Häufig gestellte Fragen (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demonstrationen: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Screenshots: diff --git a/doc/translations/README-es-MX.md b/doc/translations/README-es-MX.md index 403d10f46..cca6c0c1d 100644 --- a/doc/translations/README-es-MX.md +++ b/doc/translations/README-es-MX.md @@ -1,16 +1,18 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap es una herramienta para pruebas de penetración "penetration testing" de software libre que automatiza el proceso de detección y explotación de fallos mediante inyección de SQL además de tomar el control de servidores de bases de datos. Contiene un poderoso motor de detección, así como muchas de las funcionalidades escenciales para el "pentester" y una amplia gama de opciones desde la recopilación de información para identificar el objetivo conocido como "fingerprinting" mediante la extracción de información de la base de datos, hasta el acceso al sistema de archivos subyacente para ejecutar comandos en el sistema operativo a través de conexiones alternativas conocidas como "Out-of-band". -Capturas de Pantalla +## Capturas de Pantalla + --- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Visita la [colección de capturas de pantalla](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) que demuestra algunas de las características en la documentación(wiki). -Instalación +## Instalación + --- Se puede descargar el "tarball" más actual haciendo clic [aquí](https://github.com/sqlmapproject/sqlmap/tarball/master) o el "zipball" [aquí](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -21,10 +23,11 @@ Preferentemente, se puede descargar sqlmap clonando el repositorio [Git](https:/ sqlmap funciona con las siguientes versiones de [Python](http://www.python.org/download/) **2.6**, **2.7** y **3.x** en cualquier plataforma. -Uso +## Uso + --- -Para obtener una lista de opciones básicas: +Para obtener una lista de opciones básicas: python sqlmap.py -h @@ -35,15 +38,16 @@ Para obtener una lista de todas las opciones: Se puede encontrar una muestra de su funcionamiento [aquí](https://asciinema.org/a/46601). Para obtener una visión general de las capacidades de sqlmap, así como un listado funciones soportadas y descripción de todas las opciones y modificadores, junto con ejemplos, se recomienda consultar el [manual de usuario](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Enlaces +## Enlaces + --- -* Página principal: http://sqlmap.org +* Página principal: * Descargar: [. tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) o [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Fuente de Cambios "Commit RSS feed": https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Seguimiento de problemas "Issue tracker": https://github.com/sqlmapproject/sqlmap/issues -* Manual de usuario: https://github.com/sqlmapproject/sqlmap/wiki -* Preguntas frecuentes (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Fuente de Cambios "Commit RSS feed": +* Seguimiento de problemas "Issue tracker": +* Manual de usuario: +* Preguntas frecuentes (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demostraciones: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Imágenes: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Imágenes: diff --git a/doc/translations/README-fa-IR.md b/doc/translations/README-fa-IR.md index df787f72d..2fc450c51 100644 --- a/doc/translations/README-fa-IR.md +++ b/doc/translations/README-fa-IR.md @@ -1,84 +1,65 @@ -# sqlmap ![](https://i.imgur.com/fe85aVR.png) - -[![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) +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) +[![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) [![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)
- - برنامه `sqlmap`، برنامه‌ی منبع باز هست که برای تست نفوذ پذیزی دربرابر حمله‌های احتمالی `sql injection` (جلوگیری از لو رفتن پایگاه داده) جلو گیری می‌کند. این برنامه مجهز به مکانیزیم تشخیص قدرتمندی می‌باشد. همچنین داری طیف گسترده‌ای از اسکریپت ها می‌باشد که برای متخصص تست نفوذ کار کردن با بانک اطلاعاتی را راحتر می‌کند. از جمع اوری اطلاعات درباره بانک داده تا دسترسی به داده های سیستم و اجرا دستورات از طریق `via out-of-band` درسیستم عامل را امکان پذیر می‌کند. +## عکس -عکس ---- -
- - ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) -
برای دیدن کردن از [مجموعه‌ی از اسکریپت‌ها](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) می‌توانید از ویکی دیدن کنید. +## نصب -نصب ---- برای دانلود اخرین نسخه tarball، با کلیک در [اینجا](https://github.com/sqlmapproject/sqlmap/tarball/master) یا دانلود اخرین نسخه zipball با کلیک در [اینجا](https://github.com/sqlmapproject/sqlmap/zipball/master) میتوانید این کار را انجام دهید. +## طرز استفاده -طرز استفاده ---- - برای گرفتن لیست ارگومان‌های اساسی می‌توانید از دستور زیر استفاده کنید: - -
- -``` +```Terminal python sqlmap.py -h ``` - - -
- - + برای گرفتن لیست تمامی ارگومان‌های می‌توانید از دستور زیر استفاده کنید:
- -``` +```Terminal python sqlmap.py -hh ``` - - +
- برای اطلاعات بیشتر برای اجرا از [اینجا](https://asciinema.org/a/46601) می‌توانید استفاده کنید. برای گرفتن اطلاعات بیشتر توسعه می‌شود به [راهنمای](https://github.com/sqlmapproject/sqlmap/wiki/Usage) `sqlmap` سر بزنید. +## لینک‌ها -لینک‌ها ---- - -* خانه: http://sqlmap.org +* خانه: * دانلود: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* کایمت و نظرات: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* پیگری مشکلات: https://github.com/sqlmapproject/sqlmap/issues -* راهنمای کاربران: https://github.com/sqlmapproject/sqlmap/wiki -* سوالات متداول: https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* کایمت و نظرات: +* پیگری مشکلات: +* راهنمای کاربران: +* سوالات متداول: * تویتر: [@sqlmap](https://twitter.com/sqlmap) * رسانه: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* عکس‌ها: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* عکس‌ها: diff --git a/doc/translations/README-fr-FR.md b/doc/translations/README-fr-FR.md index 8c87faf54..58b7cf7e8 100644 --- a/doc/translations/README-fr-FR.md +++ b/doc/translations/README-fr-FR.md @@ -1,6 +1,6 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) **sqlmap** est un outil Open Source de test d'intrusion. Cet outil permet d'automatiser le processus de détection et d'exploitation des failles d'injection SQL afin de prendre le contrôle des serveurs de base de données. __sqlmap__ dispose d'un puissant moteur de détection utilisant les techniques les plus récentes et les plus dévastatrices de tests d'intrusion comme L'Injection SQL, qui permet d'accéder à la base de données, au système de fichiers sous-jacent et permet aussi l'exécution des commandes sur le système d'exploitation. @@ -10,7 +10,8 @@ Les captures d'écran disponible [ici](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) démontrent des fonctionnalités de __sqlmap__. -Installation +## Installation + ---- Vous pouvez télécharger le fichier "tarball" le plus récent en cliquant [ici](https://github.com/sqlmapproject/sqlmap/tarball/master). Vous pouvez aussi télécharger l'archive zip la plus récente [ici](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -21,7 +22,8 @@ De préférence, télécharger __sqlmap__ en le [clonant](https://github.com/sql sqlmap fonctionne sur n'importe quel système d'exploitation avec la version **2.6**, **2.7** et **3.x** de [Python](http://www.python.org/download/) -Utilisation +## Utilisation + ---- Pour afficher une liste des fonctions de bases et des commutateurs (switches), tapez: @@ -35,15 +37,16 @@ Pour afficher une liste complète des options et des commutateurs (switches), ta Vous pouvez regarder une vidéo [ici](https://asciinema.org/a/46601) pour plus d'exemples. Pour obtenir un aperçu des ressources de __sqlmap__, une liste des fonctionnalités prises en charge, la description de toutes les options, ainsi que des exemples, nous vous recommandons de consulter [le wiki](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Liens +## Liens + ---- -* Page d'acceuil: http://sqlmap.org +* Page d'acceuil: * Téléchargement: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) ou [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Suivi des issues: https://github.com/sqlmapproject/sqlmap/issues -* Manuel de l'utilisateur: https://github.com/sqlmapproject/sqlmap/wiki -* Foire aux questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commits RSS feed: +* Suivi des issues: +* Manuel de l'utilisateur: +* Foire aux questions (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Démonstrations: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Les captures d'écran: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Les captures d'écran: diff --git a/doc/translations/README-gr-GR.md b/doc/translations/README-gr-GR.md index f06e01c9c..c02bd6ef7 100644 --- a/doc/translations/README-gr-GR.md +++ b/doc/translations/README-gr-GR.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) Το sqlmap είναι πρόγραμμα ανοιχτού κώδικα, που αυτοματοποιεί την εύρεση και εκμετάλλευση ευπαθειών τύπου SQL Injection σε βάσεις δεδομένων. Έρχεται με μια δυνατή μηχανή αναγνώρισης ευπαθειών, πολλά εξειδικευμένα χαρακτηριστικά για τον απόλυτο penetration tester όπως και με ένα μεγάλο εύρος επιλογών αρχίζοντας από την αναγνώριση της βάσης δεδομένων, κατέβασμα δεδομένων της βάσης, μέχρι και πρόσβαση στο βαθύτερο σύστημα αρχείων και εκτέλεση εντολών στο απευθείας στο λειτουργικό μέσω εκτός ζώνης συνδέσεων. -Εικόνες +## Εικόνες + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Μπορείτε να επισκεφτείτε τη [συλλογή από εικόνες](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) που επιδεικνύουν κάποια από τα χαρακτηριστικά. -Εγκατάσταση +## Εγκατάσταση + ---- Έχετε τη δυνατότητα να κατεβάσετε την τελευταία tarball πατώντας [εδώ](https://github.com/sqlmapproject/sqlmap/tarball/master) ή την τελευταία zipball πατώντας [εδώ](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ Το sqlmap λειτουργεί χωρίς περαιτέρω κόπο με την [Python](http://www.python.org/download/) έκδοσης **2.6**, **2.7** και **3.x** σε όποια πλατφόρμα. -Χρήση +## Χρήση + ---- Για να δείτε μια βασική λίστα από επιλογές πατήστε: @@ -36,15 +39,16 @@ Μπορείτε να δείτε ένα δείγμα λειτουργίας του προγράμματος [εδώ](https://asciinema.org/a/46601). Για μια γενικότερη άποψη των δυνατοτήτων του sqlmap, μια λίστα των υποστηριζόμενων χαρακτηριστικών και περιγραφή για όλες τις επιλογές, μαζί με παραδείγματα, καλείστε να συμβουλευτείτε το [εγχειρίδιο χρήστη](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Σύνδεσμοι +## Σύνδεσμοι + ---- -* Αρχική σελίδα: http://sqlmap.org +* Αρχική σελίδα: * Λήψεις: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) ή [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Προβλήματα: https://github.com/sqlmapproject/sqlmap/issues -* Εγχειρίδιο Χρήστη: https://github.com/sqlmapproject/sqlmap/wiki -* Συχνές Ερωτήσεις (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commits RSS feed: +* Προβλήματα: +* Εγχειρίδιο Χρήστη: +* Συχνές Ερωτήσεις (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demos: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Εικόνες: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Εικόνες: diff --git a/doc/translations/README-hr-HR.md b/doc/translations/README-hr-HR.md index 5c6a2da4b..631e312c9 100644 --- a/doc/translations/README-hr-HR.md +++ b/doc/translations/README-hr-HR.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap je alat namijenjen za penetracijsko testiranje koji automatizira proces detekcije i eksploatacije sigurnosnih propusta SQL injekcije te preuzimanje poslužitelja baze podataka. Dolazi s moćnim mehanizmom za detekciju, mnoštvom korisnih opcija za napredno penetracijsko testiranje te široki spektar opcija od onih za prepoznavanja baze podataka, preko dohvaćanja podataka iz baze, do pristupa zahvaćenom datotečnom sustavu i izvršavanja komandi na operacijskom sustavu korištenjem tzv. "out-of-band" veza. -Slike zaslona +## Slike zaslona + ---- ![Slika zaslona](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Možete posjetiti [kolekciju slika zaslona](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) gdje se demonstriraju neke od značajki na wiki stranicama. -Instalacija +## Instalacija + ---- Možete preuzeti zadnji tarball klikom [ovdje](https://github.com/sqlmapproject/sqlmap/tarball/master) ili zadnji zipball klikom [ovdje](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ Po mogućnosti, možete preuzeti sqlmap kloniranjem [Git](https://github.com/sql sqlmap radi bez posebnih zahtjeva korištenjem [Python](http://www.python.org/download/) verzije **2.6**, **2.7** i/ili **3.x** na bilo kojoj platformi. -Korištenje +## Korištenje + ---- Kako biste dobili listu osnovnih opcija i prekidača koristite: @@ -36,15 +39,16 @@ Kako biste dobili listu svih opcija i prekidača koristite: Možete pronaći primjer izvršavanja [ovdje](https://asciinema.org/a/46601). Kako biste dobili pregled mogućnosti sqlmap-a, liste podržanih značajki te opis svih opcija i prekidača, zajedno s primjerima, preporučen je uvid u [korisnički priručnik](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Poveznice +## Poveznice + ---- -* Početna stranica: http://sqlmap.org +* Početna stranica: * Preuzimanje: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) ili [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS feed promjena u kodu: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Prijava problema: https://github.com/sqlmapproject/sqlmap/issues -* Korisnički priručnik: https://github.com/sqlmapproject/sqlmap/wiki -* Najčešće postavljena pitanja (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS feed promjena u kodu: +* Prijava problema: +* Korisnički priručnik: +* Najčešće postavljena pitanja (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demo: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Slike zaslona: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Slike zaslona: diff --git a/doc/translations/README-id-ID.md b/doc/translations/README-id-ID.md index d3a0c5a84..57d71c52c 100644 --- a/doc/translations/README-id-ID.md +++ b/doc/translations/README-id-ID.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) -sqlmap merupakan alat _(tool)_ bantu _open source_ dalam melakukan tes penetrasi yang mengotomasi proses deteksi dan eksploitasi kelemahan _SQL injection_ dan pengambil-alihan server basis data. sqlmap dilengkapi dengan pendeteksi canggih, fitur-fitur handal bagi _penetration tester_, beragam cara untuk mendeteksi basis data, hingga mengakses _file system_ dan mengeksekusi perintah dalam sistem operasi melalui koneksi _out-of-band_. +sqlmap merupakan alat _(tool)_ bantu _open source_ dalam melakukan tes penetrasi yang mengotomasi proses deteksi dan eksploitasi kelemahan _SQL injection_ dan pengambil-alihan server basis data. sqlmap dilengkapi dengan pendeteksi canggih, fitur-fitur handal bagi _penetration tester_, beragam cara untuk mendeteksi basis data, hingga mengakses _file system_ dan mengeksekusi perintah dalam sistem operasi melalui koneksi _out-of-band_. + +## Tangkapan Layar -Tangkapan Layar ---- ![Tangkapan Layar](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Anda dapat mengunjungi [koleksi tangkapan layar](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) yang mendemonstrasikan beberapa fitur dalam wiki. -Instalasi +## Instalasi + ---- Anda dapat mengunduh tarball versi terbaru [di sini](https://github.com/sqlmapproject/sqlmap/tarball/master) atau zipball [di sini](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ Sebagai alternatif, Anda dapat mengunduh sqlmap dengan men-_clone_ repositori [G sqlmap berfungsi langsung pada [Python](http://www.python.org/download/) versi **2.6**, **2.7** dan **3.x** pada platform apapun. -Penggunaan +## Penggunaan + ---- Untuk mendapatkan daftar opsi dasar gunakan: @@ -36,15 +39,16 @@ Untuk mendapatkan daftar opsi lanjut gunakan: Anda dapat mendapatkan contoh penggunaan [di sini](https://asciinema.org/a/46601). Untuk mendapatkan gambaran singkat kemampuan sqlmap, daftar fitur yang didukung, deskripsi dari semua opsi, berikut dengan contohnya, Anda disarankan untuk membaca [Panduan Pengguna](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Tautan +## Tautan + ---- -* Situs: http://sqlmap.org +* Situs: * Unduh: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) atau [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS feed dari commits: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Pelacak Masalah: https://github.com/sqlmapproject/sqlmap/issues -* Wiki Manual Penggunaan: https://github.com/sqlmapproject/sqlmap/wiki -* Pertanyaan yang Sering Ditanyakan (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS feed dari commits: +* Pelacak Masalah: +* Wiki Manual Penggunaan: +* Pertanyaan yang Sering Ditanyakan (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Video Demo [#1](http://www.youtube.com/user/inquisb/videos) dan [#2](http://www.youtube.com/user/stamparm/videos) -* Tangkapan Layar: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Tangkapan Layar: diff --git a/doc/translations/README-it-IT.md b/doc/translations/README-it-IT.md index 17c8b59aa..cf9099193 100644 --- a/doc/translations/README-it-IT.md +++ b/doc/translations/README-it-IT.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap è uno strumento open source per il penetration testing. Il suo scopo è quello di rendere automatico il processo di scoperta ed exploit di vulnerabilità di tipo SQL injection al fine di compromettere database online. Dispone di un potente motore per la ricerca di vulnerabilità, molti strumenti di nicchia anche per il più esperto penetration tester ed un'ampia gamma di controlli che vanno dal fingerprinting di database allo scaricamento di dati, fino all'accesso al file system sottostante e l'esecuzione di comandi nel sistema operativo attraverso connessioni out-of-band. -Screenshot +## Screenshot + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Nella wiki puoi visitare [l'elenco di screenshot](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) che mostrano il funzionamento di alcune delle funzionalità del programma. -Installazione +## Installazione + ---- Puoi scaricare l'ultima tarball cliccando [qui](https://github.com/sqlmapproject/sqlmap/tarball/master) oppure l'ultima zipball cliccando [qui](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ La cosa migliore sarebbe però scaricare sqlmap clonando la repository [Git](htt sqlmap è in grado di funzionare con le versioni **2.6**, **2.7** e **3.x** di [Python](http://www.python.org/download/) su ogni piattaforma. -Utilizzo +## Utilizzo + ---- Per una lista delle opzioni e dei controlli di base: @@ -36,15 +39,16 @@ Per una lista di tutte le opzioni e di tutti i controlli: Puoi trovare un esempio di esecuzione [qui](https://asciinema.org/a/46601). Per una panoramica delle capacità di sqlmap, una lista delle sue funzionalità e la descrizione di tutte le sue opzioni e controlli, insieme ad un gran numero di esempi, siete pregati di visitare lo [user's manual](https://github.com/sqlmapproject/sqlmap/wiki/Usage) (disponibile solo in inglese). -Link +## Link + ---- -* Sito: http://sqlmap.org +* Sito: * Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS feed dei commit: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues -* Manuale dell'utente: https://github.com/sqlmapproject/sqlmap/wiki -* Domande più frequenti (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS feed dei commit: +* Issue tracker: +* Manuale dell'utente: +* Domande più frequenti (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Dimostrazioni: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Screenshot: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Screenshot: diff --git a/doc/translations/README-ja-JP.md b/doc/translations/README-ja-JP.md index 420697539..aae089b6f 100644 --- a/doc/translations/README-ja-JP.md +++ b/doc/translations/README-ja-JP.md @@ -1,18 +1,20 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmapはオープンソースのペネトレーションテスティングツールです。SQLインジェクションの脆弱性の検出、活用、そしてデータベースサーバ奪取のプロセスを自動化します。 強力な検出エンジン、ペネトレーションテスターのための多くのニッチ機能、持続的なデータベースのフィンガープリンティングから、データベースのデータ取得やアウトオブバンド接続を介したオペレーティング・システム上でのコマンド実行、ファイルシステムへのアクセスなどの広範囲に及ぶスイッチを提供します。 -スクリーンショット +## スクリーンショット + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) wikiに載っているいくつかの機能のデモをスクリーンショットで見ることができます。 [スクリーンショット集](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) -インストール +## インストール + ---- 最新のtarballを [こちら](https://github.com/sqlmapproject/sqlmap/tarball/master) から、最新のzipballを [こちら](https://github.com/sqlmapproject/sqlmap/zipball/master) からダウンロードできます。 @@ -23,7 +25,8 @@ wikiに載っているいくつかの機能のデモをスクリーンショッ sqlmapは、 [Python](http://www.python.org/download/) バージョン **2.6**, **2.7** または **3.x** がインストールされていれば、全てのプラットフォームですぐに使用できます。 -使用法 +## 使用法 + ---- 基本的なオプションとスイッチの使用法をリストするには: @@ -37,15 +40,16 @@ sqlmapは、 [Python](http://www.python.org/download/) バージョン **2.6**, 実行例を [こちら](https://asciinema.org/a/46601) で見ることができます。 sqlmapの概要、機能の一覧、全てのオプションやスイッチの使用法を例とともに、 [ユーザーマニュアル](https://github.com/sqlmapproject/sqlmap/wiki/Usage) で確認することができます。 -リンク +## リンク + ---- -* ホームページ: http://sqlmap.org +* ホームページ: * ダウンロード: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* コミットのRSSフィード: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* 課題管理: https://github.com/sqlmapproject/sqlmap/issues -* ユーザーマニュアル: https://github.com/sqlmapproject/sqlmap/wiki -* よくある質問 (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* コミットのRSSフィード: +* 課題管理: +* ユーザーマニュアル: +* よくある質問 (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * デモ: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* スクリーンショット: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* スクリーンショット: diff --git a/doc/translations/README-ko-KR.md b/doc/translations/README-ko-KR.md index 7d08900b3..6301ef8d1 100644 --- a/doc/translations/README-ko-KR.md +++ b/doc/translations/README-ko-KR.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap은 SQL 인젝션 결함 탐지 및 활용, 데이터베이스 서버 장악 프로세스를 자동화 하는 오픈소스 침투 테스팅 도구입니다. 최고의 침투 테스터, 데이터베이스 핑거프린팅 부터 데이터베이스 데이터 읽기, 대역 외 연결을 통한 기반 파일 시스템 접근 및 명령어 실행에 걸치는 광범위한 스위치들을 위한 강력한 탐지 엔진과 다수의 편리한 기능이 탑재되어 있습니다. -스크린샷 +## 스크린샷 + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) 또는, wiki에 나와있는 몇몇 기능을 보여주는 [스크린샷 모음](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) 을 방문하실 수 있습니다. -설치 +## 설치 + ---- [여기](https://github.com/sqlmapproject/sqlmap/tarball/master)를 클릭하여 최신 버전의 tarball 파일, 또는 [여기](https://github.com/sqlmapproject/sqlmap/zipball/master)를 클릭하여 최신 zipball 파일을 다운받으실 수 있습니다. @@ -22,7 +24,8 @@ sqlmap은 SQL 인젝션 결함 탐지 및 활용, 데이터베이스 서버 장 sqlmap은 [Python](http://www.python.org/download/) 버전 **2.6**, **2.7** 그리고 **3.x** 을 통해 모든 플랫폼 위에서 사용 가능합니다. -사용법 +## 사용법 + ---- 기본 옵션과 스위치 목록을 보려면 다음 명령어를 사용하세요: @@ -36,15 +39,16 @@ sqlmap은 [Python](http://www.python.org/download/) 버전 **2.6**, **2.7** 그 [여기](https://asciinema.org/a/46601)를 통해 사용 샘플들을 확인할 수 있습니다. sqlmap의 능력, 지원되는 기능과 모든 옵션과 스위치들의 목록을 예제와 함께 보려면, [사용자 매뉴얼](https://github.com/sqlmapproject/sqlmap/wiki/Usage)을 참고하시길 권장드립니다. -링크 +## 링크 + ---- -* 홈페이지: http://sqlmap.org +* 홈페이지: * 다운로드: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS 피드 커밋: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues -* 사용자 매뉴얼: https://github.com/sqlmapproject/sqlmap/wiki -* 자주 묻는 질문 (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS 피드 커밋: +* Issue tracker: +* 사용자 매뉴얼: +* 자주 묻는 질문 (FAQ): * 트위터: [@sqlmap](https://twitter.com/sqlmap) * 시연 영상: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* 스크린샷: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* 스크린샷: diff --git a/doc/translations/README-pl-PL.md b/doc/translations/README-pl-PL.md index 142be1c5a..89a43db76 100644 --- a/doc/translations/README-pl-PL.md +++ b/doc/translations/README-pl-PL.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap to open sourceowe narzędzie do testów penetracyjnych, które automatyzuje procesy detekcji, przejmowania i testowania odporności serwerów SQL na podatność na iniekcję niechcianego kodu. Zawiera potężny mechanizm detekcji, wiele niszowych funkcji dla zaawansowanych testów penetracyjnych oraz szeroki wachlarz opcji począwszy od identyfikacji bazy danych, poprzez wydobywanie z nich danych, a nawet pozwalającuch na dostęp do systemu plików o uruchamianie poleceń w systemie operacyjnym serwera poprzez niestandardowe połączenia. -Zrzuty ekranowe +## Zrzuty ekranowe + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Możesz odwiedzić [kolekcję zrzutów](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstruującą na wiki niektóre możliwości. -Instalacja +## Instalacja + ---- Najnowsze tarball archiwum jest dostępne po klikcięciu [tutaj](https://github.com/sqlmapproject/sqlmap/tarball/master) lub najnowsze zipball archiwum po kliknięciu [tutaj](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ Można również pobrać sqlmap klonując rezozytorium [Git](https://github.com/ do użycia sqlmap potrzebny jest [Python](http://www.python.org/download/) w wersji **2.6**, **2.7** lub **3.x** na dowolnej platformie systemowej. -Sposób użycia +## Sposób użycia + ---- Aby uzyskać listę podstawowych funkcji i parametrów użyj polecenia: @@ -36,15 +39,16 @@ Aby uzyskać listę wszystkich funkcji i parametrów użyj polecenia: Przykładowy wynik działania dostępny [tutaj](https://asciinema.org/a/46601). Aby uzyskać listę wszystkich dostępnych fukcji, parametrów i opisów ich działania wraz z przykładami użycia sqlnap proponujemy odwiedzić [instrukjcę użytkowania](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Odnośniki +## Odnośniki + ---- -* Strona projektu: http://sqlmap.org +* Strona projektu: * Pobieranie: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Raportowanie błędów: https://github.com/sqlmapproject/sqlmap/issues -* Instrukcja użytkowania: https://github.com/sqlmapproject/sqlmap/wiki -* Często zadawane pytania (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS feed: +* Raportowanie błędów: +* Instrukcja użytkowania: +* Często zadawane pytania (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Dema: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Zrzuty ekranowe: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Zrzuty ekranowe: diff --git a/doc/translations/README-pt-BR.md b/doc/translations/README-pt-BR.md index a2af1e3eb..b4118fb9e 100644 --- a/doc/translations/README-pt-BR.md +++ b/doc/translations/README-pt-BR.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap é uma ferramenta de teste de intrusão, de código aberto, que automatiza o processo de detecção e exploração de falhas de injeção SQL. Com essa ferramenta é possível assumir total controle de servidores de banco de dados em páginas web vulneráveis, inclusive de base de dados fora do sistema invadido. Ele possui um motor de detecção poderoso, empregando as últimas e mais devastadoras técnicas de teste de intrusão por SQL Injection, que permite acessar a base de dados, o sistema de arquivos subjacente e executar comandos no sistema operacional. -Imagens +## Imagens + ---- ![Imagem](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Você pode visitar a [coleção de imagens](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) que demonstra alguns dos recursos apresentados na wiki. -Instalação +## Instalação + ---- Você pode baixar o arquivo tar mais recente clicando [aqui](https://github.com/sqlmapproject/sqlmap/tarball/master) ou o arquivo zip mais recente clicando [aqui](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ De preferência, você pode baixar o sqlmap clonando o repositório [Git](https: sqlmap funciona em [Python](http://www.python.org/download/) nas versões **2.6**, **2.7** e **3.x** em todas as plataformas. -Como usar +## Como usar + ---- Para obter uma lista das opções básicas faça: @@ -36,15 +39,16 @@ Para obter a lista completa de opções faça: Você pode encontrar alguns exemplos [aqui](https://asciinema.org/a/46601). Para ter uma visão geral dos recursos do sqlmap, lista de recursos suportados e a descrição de todas as opções, juntamente com exemplos, aconselhamos que você consulte o [manual do usuário](https://github.com/sqlmapproject/sqlmap/wiki). -Links +## Links + ---- -* Homepage: http://sqlmap.org +* Homepage: * Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) ou [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues -* Manual do Usuário: https://github.com/sqlmapproject/sqlmap/wiki -* Perguntas frequentes (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commits RSS feed: +* Issue tracker: +* Manual do Usuário: +* Perguntas frequentes (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demonstrações: [#1](http://www.youtube.com/user/inquisb/videos) e [#2](http://www.youtube.com/user/stamparm/videos) -* Imagens: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Imagens: diff --git a/doc/translations/README-rs-RS.md b/doc/translations/README-rs-RS.md index 09671beb0..f5972ff22 100644 --- a/doc/translations/README-rs-RS.md +++ b/doc/translations/README-rs-RS.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap je alat otvorenog koda namenjen za penetraciono testiranje koji automatizuje proces detekcije i eksploatacije sigurnosnih propusta SQL injekcije i preuzimanje baza podataka. Dolazi s moćnim mehanizmom za detekciju, mnoštvom korisnih opcija za napredno penetracijsko testiranje te široki spektar opcija od onih za prepoznavanja baze podataka, preko uzimanja podataka iz baze, do pristupa zahvaćenom fajl sistemu i izvršavanja komandi na operativnom sistemu korištenjem tzv. "out-of-band" veza. -Slike +## Slike + ---- ![Slika](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Možete posetiti [kolekciju slika](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) gde su demonstrirane neke od e se demonstriraju neke od funkcija na wiki stranicama. -Instalacija +## Instalacija + ---- Možete preuzeti najnoviji tarball klikom [ovde](https://github.com/sqlmapproject/sqlmap/tarball/master) ili najnoviji zipball klikom [ovde](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ Opciono, možete preuzeti sqlmap kloniranjem [Git](https://github.com/sqlmapproj sqlmap radi bez posebnih zahteva korištenjem [Python](http://www.python.org/download/) verzije **2.6**, **2.7** i/ili **3.x** na bilo kojoj platformi. -Korišćenje +## Korišćenje + ---- Kako biste dobili listu osnovnih opcija i prekidača koristite: @@ -36,15 +39,16 @@ Kako biste dobili listu svih opcija i prekidača koristite: Možete pronaći primer izvršavanja [ovde](https://asciinema.org/a/46601). Kako biste dobili pregled mogućnosti sqlmap-a, liste podržanih funkcija, te opis svih opcija i prekidača, zajedno s primerima, preporučen je uvid u [korisnički priručnik](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Linkovi +## Linkovi + ---- -* Početna stranica: http://sqlmap.org +* Početna stranica: * Preuzimanje: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) ili [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS feed promena u kodu: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Prijava problema: https://github.com/sqlmapproject/sqlmap/issues -* Korisnički priručnik: https://github.com/sqlmapproject/sqlmap/wiki -* Najčešće postavljena pitanja (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS feed promena u kodu: +* Prijava problema: +* Korisnički priručnik: +* Najčešće postavljena pitanja (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demo: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Slike: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Slike: diff --git a/doc/translations/README-ru-RUS.md b/doc/translations/README-ru-RUS.md index 89a19cfbf..005fb0f50 100644 --- a/doc/translations/README-ru-RUS.md +++ b/doc/translations/README-ru-RUS.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap - это инструмент для тестирования уязвимостей с открытым исходным кодом, который автоматизирует процесс обнаружения и использования ошибок SQL-инъекций и захвата серверов баз данных. Он оснащен мощным механизмом обнаружения, множеством приятных функций для профессионального тестера уязвимостей и широким спектром скриптов, которые упрощают работу с базами данных, от сбора данных из базы данных, до доступа к базовой файловой системе и выполнения команд в операционной системе через out-of-band соединение. -Скриншоты +## Скриншоты + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Вы можете посетить [набор скриншотов](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) демонстрируемые некоторые функции в wiki. -Установка +## Установка + ---- Вы можете скачать последнюю версию tarball, нажав [сюда](https://github.com/sqlmapproject/sqlmap/tarball/master) или последний zipball, нажав [сюда](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ sqlmap - это инструмент для тестирования уязви sqlmap работает из коробки с [Python](http://www.python.org/download/) версии **2.6**, **2.7** и **3.x** на любой платформе. -Использование +## Использование + ---- Чтобы получить список основных опций и вариантов выбора, используйте: @@ -36,15 +39,16 @@ sqlmap работает из коробки с [Python](http://www.python.org/do Вы можете найти пробный запуск [тут](https://asciinema.org/a/46601). Чтобы получить обзор возможностей sqlmap, список поддерживаемых функций и описание всех параметров и переключателей, а также примеры, вам рекомендуется ознакомится с [пользовательским мануалом](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Ссылки +## Ссылки + ---- -* Основной сайт: http://sqlmap.org +* Основной сайт: * Скачивание: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) или [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Канал новостей RSS: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Отслеживание проблем: https://github.com/sqlmapproject/sqlmap/issues -* Пользовательский мануал: https://github.com/sqlmapproject/sqlmap/wiki -* Часто задаваемые вопросы (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Канал новостей RSS: +* Отслеживание проблем: +* Пользовательский мануал: +* Часто задаваемые вопросы (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Демки: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Скриншоты: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Скриншоты: diff --git a/doc/translations/README-tr-TR.md b/doc/translations/README-tr-TR.md index 56d698cfe..1881deb94 100644 --- a/doc/translations/README-tr-TR.md +++ b/doc/translations/README-tr-TR.md @@ -1,20 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) 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. +## Ekran görüntüleri -Ekran görüntüleri ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) - İsterseniz özelliklerin tanıtımının yapıldığı [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) sayfasını ziyaret edebilirsiniz. +## Kurulum -Kurulum ---- [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. @@ -25,9 +24,9 @@ Veya tercihen, [Git](https://github.com/sqlmapproject/sqlmap) reposunu klonlayar sqlmap [Python](http://www.python.org/download/) sitesinde bulunan **2.6**, **2.7** and **3.x** versiyonları ile bütün platformlarda çalışabilmektedir. -Kullanım ----- +## Kullanım +---- Bütün basit seçeneklerin listesini gösterir @@ -39,15 +38,16 @@ Bütün seçenekleri gösterir Program ile ilgili örnekleri [burada](https://asciinema.org/a/46601) 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/Usage) bakmanızı tavsiye ediyoruz -Links +## Links + ---- -* Anasayfa: http://sqlmap.org +* Anasayfa: * İndirme bağlantıları: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Commitlerin RSS beslemeleri: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Hata takip etme sistemi: https://github.com/sqlmapproject/sqlmap/issues -* Kullanıcı Manueli: https://github.com/sqlmapproject/sqlmap/wiki -* Sıkça Sorulan Sorular(SSS): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Commitlerin RSS beslemeleri: +* Hata takip etme sistemi: +* Kullanıcı Manueli: +* Sıkça Sorulan Sorular(SSS): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demolar: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Ekran görüntüleri: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Ekran görüntüleri: diff --git a/doc/translations/README-uk-UA.md b/doc/translations/README-uk-UA.md index 4036b9d5a..7fee5023d 100644 --- a/doc/translations/README-uk-UA.md +++ b/doc/translations/README-uk-UA.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap - це інструмент для тестування вразливостей з відкритим сирцевим кодом, який автоматизує процес виявлення і використання дефектів SQL-ін'єкцій, а також захоплення серверів баз даних. Він оснащений потужним механізмом виявлення, безліччю приємних функцій для професійного тестувальника вразливостей і широким спектром скриптів, які спрощують роботу з базами даних - від відбитка бази даних до доступу до базової файлової системи та виконання команд в операційній системі через out-of-band з'єднання. -Скриншоти +## Скриншоти + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Ви можете ознайомитися з [колекцією скриншотів](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots), які демонструють деякі функції в wiki. -Встановлення +## Встановлення + ---- Ви можете завантажити останню версію tarball натиснувши [сюди](https://github.com/sqlmapproject/sqlmap/tarball/master) або останню версію zipball натиснувши [сюди](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -22,7 +24,8 @@ sqlmap - це інструмент для тестування вразливо sqlmap «працює з коробки» з [Python](http://www.python.org/download/) версії **2.6**, **2.7** та **3.x** на будь-якій платформі. -Використання +## Використання + ---- Щоб отримати список основних опцій і перемикачів, використовуйте: @@ -36,15 +39,16 @@ sqlmap «працює з коробки» з [Python](http://www.python.org/down Ви можете знайти приклад виконання [тут](https://asciinema.org/a/46601). Для того, щоб ознайомитися з можливостями sqlmap, списком підтримуваних функцій та описом всіх параметрів і перемикачів, а також прикладами, вам рекомендується скористатися [інструкцією користувача](https://github.com/sqlmapproject/sqlmap/wiki/Usage). -Посилання +## Посилання + ---- -* Основний сайт: http://sqlmap.org +* Основний сайт: * Завантаження: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) або [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Канал новин RSS: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Відстеження проблем: https://github.com/sqlmapproject/sqlmap/issues -* Інструкція користувача: https://github.com/sqlmapproject/sqlmap/wiki -* Поширенні питання (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Канал новин RSS: +* Відстеження проблем: +* Інструкція користувача: +* Поширенні питання (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Демо: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Скриншоти: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Скриншоти: diff --git a/doc/translations/README-vi-VN.md b/doc/translations/README-vi-VN.md index 42a604400..217385cad 100644 --- a/doc/translations/README-vi-VN.md +++ b/doc/translations/README-vi-VN.md @@ -1,20 +1,21 @@ -# sqlmap ![](https://i.imgur.com/fe85aVR.png) +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) -sqlmap là một công cụ kiểm tra thâm nhập mã nguồn mở, nhằm tự động hóa quá trình phát hiện, khai thác lỗ hổng tiêm SQL và tiếp quản các máy chủ cơ sở dữ liệu. Nó đi kèm với +sqlmap là một công cụ kiểm tra thâm nhập mã nguồn mở, nhằm tự động hóa quá trình phát hiện, khai thác lỗ hổng tiêm SQL và tiếp quản các máy chủ cơ sở dữ liệu. Nó đi kèm với một hệ thống phát hiện mạnh mẽ, nhiều tính năng thích hợp cho người kiểm tra thâm nhập (pentester) và một loạt các tùy chọn bao gồm phát hiện cơ sở dữ liệu, truy xuất dữ liệu từ cơ sở dữ liệu, truy cập tệp của hệ thống và thực hiện các lệnh trên hệ điều hành từ xa. -Ảnh chụp màn hình +## Ảnh chụp màn hình + ---- ![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) Bạn có thể truy cập vào [bộ sưu tập ảnh chụp màn hình](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots), chúng trình bày một số tính năng có thể tìm thấy trong wiki. -Cài đặt ----- +## Cài đặt +---- Bạn có thể tải xuống tập tin nén tar mới nhất bằng cách nhấp vào [đây](https://github.com/sqlmapproject/sqlmap/tarball/master) hoặc tập tin nén zip mới nhất bằng cách nhấp vào [đây](https://github.com/sqlmapproject/sqlmap/zipball/master). @@ -24,7 +25,8 @@ Tốt hơn là bạn nên tải xuống sqlmap bằng cách clone với [Git](ht sqlmap hoạt động hiệu quả với [Python](http://www.python.org/download/) phiên bản **2.6**, **2.7** và **3.x** trên bất kì hệ điều hành nào. -Sử dụng +## Sử dụng + ---- Để có được danh sách các tùy chọn cơ bản, hãy sử dụng: @@ -38,15 +40,16 @@ Sử dụng Bạn có thể xem video chạy thử [tại đây](https://asciinema.org/a/46601). Để có cái nhìn tổng quan về các khả năng của sqlmap, danh sách các tính năng được hỗ trợ và mô tả về tất cả các tùy chọn, cùng với các ví dụ, bạn nên tham khảo [hướng dẫn sử dụng](https://github.com/sqlmapproject/sqlmap/wiki/Usage) (Tiếng Anh). -Liên kết +## Liên kết + ---- -* Trang chủ: http://sqlmap.org +* Trang chủ: * Tải xuống: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) hoặc [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* Nguồn cấp dữ liệu RSS về commits: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Theo dõi vấn đề: https://github.com/sqlmapproject/sqlmap/issues -* Hướng dẫn sử dụng: https://github.com/sqlmapproject/sqlmap/wiki -* Các câu hỏi thường gặp (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* Nguồn cấp dữ liệu RSS về commits: +* Theo dõi vấn đề: +* Hướng dẫn sử dụng: +* Các câu hỏi thường gặp (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * Demo: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* Ảnh chụp màn hình: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* Ảnh chụp màn hình: diff --git a/doc/translations/README-zh-CN.md b/doc/translations/README-zh-CN.md index d9b6419c4..13f8b0dd1 100644 --- a/doc/translations/README-zh-CN.md +++ b/doc/translations/README-zh-CN.md @@ -1,17 +1,19 @@ -# sqlmap +# sqlmap ![Owl Eyes](https://i.imgur.com/fe85aVR.png) -[![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) +[![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) [![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) sqlmap 是一个开源的渗透测试工具,可以用来自动化的检测,利用SQL注入漏洞,获取数据库服务器的权限。它具有功能强大的检测引擎,针对各种不同类型数据库的渗透测试的功能选项,包括获取数据库中存储的数据,访问操作系统文件甚至可以通过带外数据连接的方式执行操作系统命令。 -演示截图 +## 演示截图 + ---- ![截图](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png) 你可以访问 wiki上的 [截图](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) 查看各种用法的演示 -安装方法 +## 安装方法 + ---- 你可以点击 [这里](https://github.com/sqlmapproject/sqlmap/tarball/master) 下载最新的 `tar` 打包的源代码 或者点击 [这里](https://github.com/sqlmapproject/sqlmap/zipball/master)下载最新的 `zip` 打包的源代码. @@ -22,7 +24,8 @@ sqlmap 是一个开源的渗透测试工具,可以用来自动化的检测, sqlmap 可以运行在 [Python](http://www.python.org/download/) **2.6**, **2.7** 和 **3.x** 版本的任何平台上 -使用方法 +## 使用方法 + ---- 通过如下命令可以查看基本的用法及命令行参数: @@ -35,15 +38,16 @@ sqlmap 可以运行在 [Python](http://www.python.org/download/) **2.6**, **2.7 你可以从 [这里](https://asciinema.org/a/46601) 看到一个sqlmap 的使用样例。除此以外,你还可以查看 [使用手册](https://github.com/sqlmapproject/sqlmap/wiki/Usage)。获取sqlmap所有支持的特性、参数、命令行选项开关及说明的使用帮助。 -链接 +## 链接 + ---- -* 项目主页: http://sqlmap.org +* 项目主页: * 源代码下载: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master) -* RSS 订阅: https://github.com/sqlmapproject/sqlmap/commits/master.atom -* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues -* 使用手册: https://github.com/sqlmapproject/sqlmap/wiki -* 常见问题 (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ +* RSS 订阅: +* Issue tracker: +* 使用手册: +* 常见问题 (FAQ): * Twitter: [@sqlmap](https://twitter.com/sqlmap) * 教程: [http://www.youtube.com/user/inquisb/videos](http://www.youtube.com/user/inquisb/videos) -* 截图: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots +* 截图: