mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-02 06:21:03 +00:00
Added og author and publish dates
This commit is contained in:
parent
7abd534459
commit
293cbc46b9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!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">
|
||||
<!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">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
|
|
@ -17,6 +17,8 @@
|
|||
"https://github.com/sqlmapproject/sqlmap",
|
||||
"https://x.com/sqlmap"
|
||||
],
|
||||
"datePublished": "2006-07-25",
|
||||
"dateModified": "2026-06-07",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue