Skip to content

Commit 9611e86

Browse files
committed
Update index.html
1 parent 5f961bd commit 9611e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<body>
3333
<header>
3434
<div class="inner">
35-
<h1>sqlmap</h1>
35+
<h1>sqlmap<span style="vertical-align:super;font-size:40%">&reg;</span></h1>
3636
<h2>Automatic SQL injection and database takeover tool</h2>
3737
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on </small>GitHub</a>
3838
</div>
@@ -59,7 +59,7 @@ <h2>Automatic SQL injection and database takeover tool</h2>
5959

6060
<ul>
6161
<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>
62-
<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>
62+
<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>
6363
<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>
6464
<li>Support to enumerate <strong>users, password hashes, privileges, roles, databases, tables and columns</strong>.</li>
6565
<li>Automatic recognition of password hash formats and support for <strong>cracking them using a dictionary-based attack</strong>.</li>

0 commit comments

Comments
 (0)