minor update to homepage

This commit is contained in:
Bernardo Damele 2012-07-16 22:55:48 +01:00
parent 7bc76558ec
commit 3cde119fd7

View File

@ -54,10 +54,10 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
<h1>Features</h1>
<ul>
<li>Full support for <strong>MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, SQLite, Firebird, Sybase and SAP MaxDB</strong> database management systems.</li>
<li>Full support for <strong>MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase and SAP MaxDB</strong> database management systems.</li>
<li>Full support for six SQL injection techniques: <strong>boolean-based blind, time-based blind, error-based, UNION query, stacked queries and out-of-band</strong>.</li>
<li>Support to <strong>directly connect to the database</strong> without passing via a SQL injection, by providing DBMS credentials, IP address, port and database name.</li>
<li>Support to enumerate <strong>database users, users' password hashes, users' privileges, users' roles, databases, tables and columns</strong>.</li>
<li>Support to enumerate <strong>users, password hashes, privileges, roles, databases, tables and columns</strong>.</li>
<li>Automatic recognition of password hash formats and support for <strong>cracking them using a dictionary-based attack</strong>.</li>
<li>Support to <strong>dump database tables</strong> entirely, a range of entries or specific columns as per user's choice. The user can also choose to dump only a range of characters from each column's entry.</li>
<li>Support to <strong>search for specific database names, specific tables across all databases or specific columns across all databases' tables</strong>. This is useful, for instance, to identify tables containing custom application credentials where relevant columns' names contain string like name and pass.</li>
@ -110,8 +110,16 @@ To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlma
<h1>License</h1>
<p>sqlmap is released under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">General Public License v2</a>.<br>
sqlmap is copyrighted by its <a href="#developers">developers</a>.</p>
<p>sqlmap is (C) 2006-2012 <a href="bernardo@sqlmap.org">Bernardo Damele Assumpcao Guimaraes</a>, <a href="miroslav@sqlmap.org">Miroslav Stampar</a>.</p>
<p>This program is free software; you may redistribute and/or modify it under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License</a> as published by the <a href="http://www.fsf.org">Free Software Foundation</a>; Version 2 with the clarifications and exceptions described in the <a href="https://raw.github.com/sqlmapproject/sqlmap/master/doc/COPYING">license file</a>. This guarantees your right to use, modify, and redistribute this software under certain conditions. If you wish to embed sqlmap technology into proprietary software, we sell alternative licenses
(contact <a href="dev@sqlmap.org">dev@sqlmap.org</a>).</p>
<h1>Disclaimer</h1>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v2.0 for more details at <a href="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</a>.</p>
<p>Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.</p>
<h1>Developers</h1>