Skip to content

Commit 1a0fe21

Browse files
authored
Added back GA script
1 parent d9a66f8 commit 1a0fe21

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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">
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><script async src="https://www.googletagmanager.com/gtag/js?id=G-PK2GTNDFZ6"></script><script>
2+
window.dataLayer = window.dataLayer || [];
3+
function gtag(){dataLayer.push(arguments);}
4+
gtag('js', new Date());
5+
gtag('config', 'G-PK2GTNDFZ6');
6+
</script><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">
27
{
38
"@context": "https://schema.org",
49
"@type": "SoftwareApplication",

0 commit comments

Comments
 (0)