From 87b6b2e503e0699c43f313ee29abdd3aa306962c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 26 Dec 2025 00:55:44 +0100 Subject: [PATCH] Minor style fix for the frontpage --- index.html | 125 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 82 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 81bfcbd7b..cc84f10e2 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,57 @@ + + @@ -98,17 +136,32 @@
+ + +
- +

Introduction

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 lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

- +
sqlmap screenshot

Features

- +
  • Full support for MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase, SAP MaxDB, Informix, MariaDB, MemSQL, TiDB, CockroachDB, HSQLDB, H2, MonetDB, Apache Derby, Amazon Redshift, Vertica, Mckoi, Presto, Altibase, MimerSQL, CrateDB, Greenplum, Drizzle, Apache Ignite, Cubrid, InterSystems Cache, IRIS, eXtremeDB, FrontBase, Raima Database Manager, YugabyteDB, Aurora, OpenGauss, ClickHouse, Virtuoso and DM8 database management systems.
  • @@ -133,7 +186,7 @@

    Download

    You can download the latest zipball or tarball.

    Preferably, you can download sqlmap by cloning the Git repository:

    - +
    git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

    Documentation

    @@ -153,38 +206,24 @@

    Bug reports are welcome! Please report all bugs on the issue tracker.

    -

    Donate

    +

    sqlmap is the result of numerous hours of passionated work from a small team of computer security enthusiasts. If you appreciated our work and you want to see sqlmap kept being developed, please consider making a donation or sponsor our efforts via Sponsor page or via PayPal.

    We also accept Ƀitcoins to 1AUrrKYsamBEThdruYTQmUfMfLF7aaxU6x.

    -

    License

    +

    License

    Copyright © 2006-2025 by Bernardo Damele Assumpcao Guimaraes and Miroslav Stampar. All rights reserved.

    This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License.

    -

    Disclaimer

    +

    Disclaimer

    Usage of sqlmap for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

    -

    Developers

    +

    Developers

- -