Skip to content

Commit 293cbc4

Browse files
committed
Added og author and publish dates
1 parent 7abd534 commit 293cbc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="theme-color" content="#0e1118"><meta name="color-scheme" content="dark"><title>sqlmap — automatic SQL injection and database takeover tool</title><meta name="description" content="sqlmap is an open-source penetration testing tool that automates detecting and exploiting SQL injection flaws and taking over the databases behind them. Dual-licensed under GPLv2 and a commercial license."><link rel="canonical" href="https://sqlmap.org/"><link rel="icon" href="favicon.ico" sizes="any"><link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png"><link rel="apple-touch-icon" href="apple-touch-icon.png"><meta property="og:type" content="website"><meta property="og:title" content="sqlmap — automatic SQL injection and database takeover tool"><meta property="og:description" content="Open-source automation for detecting and exploiting SQL injection flaws — and taking over the databases behind them. Dual-licensed: GPLv2 and commercial."><meta property="og:image" content="https://sqlmap.org/sqlmap-og.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta property="og:url" content="https://sqlmap.org/"><meta property="og:site_name" content="sqlmap"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="sqlmap — automatic SQL injection and database takeover tool"><meta name="twitter:description" content="Open-source automation for detecting and exploiting SQL injection flaws — and taking over the databases behind them. Dual-licensed: GPLv2 and commercial."><meta name="twitter:image" content="https://sqlmap.org/sqlmap-og.png"><meta name="twitter:site" content="@sqlmap"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><script type="application/ld+json">
1+
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="theme-color" content="#0e1118"><meta name="color-scheme" content="dark"><title>sqlmap — automatic SQL injection and database takeover tool</title><meta name="description" content="sqlmap is an open-source penetration testing tool that automates detecting and exploiting SQL injection flaws and taking over the databases behind them. Dual-licensed under GPLv2 and a commercial license."><meta name="author" content="Bernardo Damele, Miroslav Stampar"><link rel="canonical" href="https://sqlmap.org/"><link rel="icon" href="favicon.ico" sizes="any"><link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png"><link rel="apple-touch-icon" href="apple-touch-icon.png"><meta property="og:type" content="website"><meta property="og:title" content="sqlmap — automatic SQL injection and database takeover tool"><meta property="og:description" content="Open-source automation for detecting and exploiting SQL injection flaws — and taking over the databases behind them. Dual-licensed: GPLv2 and commercial."><meta property="og:image" content="https://sqlmap.org/sqlmap-og.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta property="og:url" content="https://sqlmap.org/"><meta property="og:site_name" content="sqlmap"><meta property="article:published_time" content="2006-07-25T00:00:00+00:00"><meta property="article:modified_time" content="2026-06-07T00:00:00+00:00"><meta property="article:author" content="Bernardo Damele"><meta property="article:author" content="Miroslav Stampar"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="sqlmap — automatic SQL injection and database takeover tool"><meta name="twitter:description" content="Open-source automation for detecting and exploiting SQL injection flaws — and taking over the databases behind them. Dual-licensed: GPLv2 and commercial."><meta name="twitter:image" content="https://sqlmap.org/sqlmap-og.png"><meta name="twitter:site" content="@sqlmap"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><script type="application/ld+json">
22
{
33
"@context": "https://schema.org",
44
"@type": "SoftwareApplication",
@@ -17,6 +17,8 @@
1717
"https://github.com/sqlmapproject/sqlmap",
1818
"https://x.com/sqlmap"
1919
],
20+
"datePublished": "2006-07-25",
21+
"dateModified": "2026-06-07",
2022
"offers": {
2123
"@type": "Offer",
2224
"price": "0",

0 commit comments

Comments
 (0)