mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Update index.html
This commit is contained in:
parent
5f961bde64
commit
9611e86ea9
|
@ -32,7 +32,7 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>sqlmap</h1>
|
<h1>sqlmap<span style="vertical-align:super;font-size:40%">®</span></h1>
|
||||||
<h2>Automatic SQL injection and database takeover tool</h2>
|
<h2>Automatic SQL injection and database takeover tool</h2>
|
||||||
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on </small>GitHub</a>
|
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on </small>GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -59,7 +59,7 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Full support for <strong>MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase, SAP MaxDB and HSQLDB</strong> database management systems.</li>
|
<li>Full support for <strong>MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase, SAP MaxDB and HSQLDB</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>Full support for six SQL injection techniques: <strong>boolean-based blind, time-based blind, error-based, UNION query-based, 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 <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>users, password hashes, privileges, 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>Automatic recognition of password hash formats and support for <strong>cracking them using a dictionary-based attack</strong>.</li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user