-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (84 loc) · 5.21 KB
/
Copy pathindex.html
File metadata and controls
94 lines (84 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1d2021" />
<meta name="color-scheme" content="dark light" />
<meta name="description" content="Turn boring Nmap scans into mind-blowing interactive visualizations! IDY brings your network mapping to life with stunning visual analytics that just hit different. Security has never looked this good. 🎨✨" />
<meta name="keywords" content="nmap visualizer, eye candy security, network visualization, security aesthetics, penetration testing visuals, cybersecurity visualization, interactive network mapping, visual port scanning, modern security tools, network reconnaissance, beautiful security tools, security assessment visuals" />
<meta name="author" content="pindjouf" />
<meta name="application-name" content="IDY" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
font-src 'self' https://fonts.gstatic.com;
img-src 'self' data: https:;
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://va.vercel-scripts.com;
connect-src 'self' https://vitals.vercel-insights.com;
" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-Frame-Options" content="DENY" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="IDY" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1d2021" />
<meta name="msapplication-TileColor" content="#1d2021" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<meta property="og:type" content="website" />
<meta property="og:title" content="IDY - Transform Nmap Data Into Pure Eye Candy 🍬" />
<meta property="og:description" content="Turn boring Nmap scans into mind-blowing interactive visualizations! IDY brings your network mapping to life with stunning visual analytics that just hit different. Security has never looked this good. 🎨✨" />
<meta property="og:image:alt" content="IDY - Where Security Meets Style" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="IDY" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@pindjouf" />
<meta name="twitter:creator" content="@pindjouf" />
<meta name="twitter:title" content="IDY - Transform Nmap Data Into Pure Eye Candy 🍬" />
<meta name="twitter:description" content="Turn boring Nmap scans into mind-blowing interactive visualizations! IDY brings your network mapping to life with stunning visual analytics that just hit different. Security has never looked this good. 🎨✨" />
<meta name="twitter:image:alt" content="IDY - Where Security Meets Style" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "IDY",
"applicationCategory": "SecurityTool",
"operatingSystem": "Web",
"description": "Turn boring Nmap scans into mind-blowing interactive visualizations! IDY brings your network mapping to life with stunning visual analytics that just hit different. Security has never looked this good. 🎨✨",
"author": {
"@type": "Person",
"name": "pindjouf",
"jobTitle": "Security Aesthetics Engineer"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Interactive Network Visualization",
"Real-time Port Analysis",
"System Classification",
"Risk Assessment with Style",
"Visual Network Mapping",
"Aesthetic Security Analysis"
],
"screenshot": "/preview.png",
"applicationSubCategory": "Network Visualization",
"releaseNotes": "Making security beautiful, one visualization at a time"
}
</script>
<title>IDY - Transform Nmap Data Into Pure Eye Candy 🍬</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>