-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (141 loc) · 8.28 KB
/
index.html
File metadata and controls
156 lines (141 loc) · 8.28 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://forticoredev.innov.rw">
<!-- Font loading optimization -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Outfit:wght@400;600;700&family=Sora:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Essential meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Enhanced SEO Meta Tags -->
<title>FortiCore - Advanced Automated Penetration Testing & Security Assessment Tool</title>
<meta name="description" content="FortiCore is the leading automated penetration testing platform for cybersecurity professionals. Streamline security assessments with our powerful CLI tool featuring subdomain enumeration, vulnerability scanning, and comprehensive security testing capabilities." />
<meta name="keywords" content="FortiCore, penetration testing, automated security testing, cybersecurity tools, vulnerability assessment, subdomain enumeration, security scanning, pentesting automation, CLI security tools, network security, web application security, security assessment platform" />
<meta name="author" content="FortiCore Development Team" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://forticoredev.innov.rw/" />
<!-- Additional SEO files -->
<link rel="author" href="/humans.txt" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<!-- Language and region -->
<meta name="language" content="English" />
<meta name="geo.region" content="RW" />
<meta name="geo.placename" content="Rwanda" />
<!-- Theme and branding -->
<meta name="theme-color" content="#8A53FE" />
<meta name="msapplication-TileColor" content="#8A53FE" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Favicon and app icons -->
<link rel="icon" type="image/svg+xml" href="/forticoreLogo.svg" sizes="512x512" />
<link rel="apple-touch-icon" sizes="180x180" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="152x152" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="144x144" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="120x120" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="114x114" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="76x76" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="72x72" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="60x60" href="/forticoreLogo.svg" />
<link rel="apple-touch-icon" sizes="57x57" href="/forticoreLogo.svg" />
<link rel="icon" type="image/svg+xml" sizes="256x256" href="/forticoreLogo.svg" />
<link rel="icon" type="image/svg+xml" sizes="192x192" href="/forticoreLogo.svg" />
<link rel="icon" type="image/svg+xml" sizes="32x32" href="/forticoreLogo.svg" />
<link rel="icon" type="image/svg+xml" sizes="16x16" href="/forticoreLogo.svg" />
<link rel="manifest" href="/manifest.json" />
<!-- Enhanced Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forticoredev.innov.rw/" />
<meta property="og:title" content="FortiCore - Advanced Automated Penetration Testing & Security Assessment Tool" />
<meta property="og:description" content="FortiCore is the leading automated penetration testing platform for cybersecurity professionals. Streamline security assessments with our powerful CLI tool featuring subdomain enumeration, vulnerability scanning, and comprehensive security testing capabilities." />
<meta property="og:image" content="https://forticoredev.innov.rw/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="FortiCore - Automated Penetration Testing Tool" />
<meta property="og:site_name" content="FortiCore" />
<meta property="og:locale" content="en_US" />
<!-- Enhanced Twitter Cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://forticoredev.innov.rw/" />
<meta name="twitter:title" content="FortiCore - Advanced Automated Penetration Testing & Security Assessment Tool" />
<meta name="twitter:description" content="FortiCore is the leading automated penetration testing platform for cybersecurity professionals. Streamline security assessments with our powerful CLI tool featuring subdomain enumeration, vulnerability scanning, and comprehensive security testing capabilities." />
<meta name="twitter:image" content="https://forticoredev.innov.rw/og-image.png" />
<meta name="twitter:image:alt" content="FortiCore - Automated Penetration Testing Tool" />
<meta name="twitter:creator" content="@FortiCore" />
<meta name="twitter:site" content="@FortiCore" />
<!-- Additional SEO meta tags -->
<meta name="application-name" content="FortiCore" />
<meta name="apple-mobile-web-app-title" content="FortiCore" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Security headers -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https:;" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "FortiCore",
"description": "Advanced automated penetration testing and security assessment tool for cybersecurity professionals",
"url": "https://forticoredev.innov.rw/",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Cross-platform",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "FortiCore Development Team",
"url": "https://forticoredev.innov.rw/"
},
"publisher": {
"@type": "Organization",
"name": "FortiCore",
"url": "https://forticoredev.innov.rw/"
},
"keywords": "penetration testing, automated security testing, cybersecurity tools, vulnerability assessment, subdomain enumeration, security scanning, pentesting automation, CLI security tools, network security, web application security",
"featureList": [
"Automated penetration testing",
"Subdomain enumeration",
"Vulnerability scanning",
"Security assessment",
"CLI-based interface",
"Network security testing",
"Web application security"
],
"screenshot": "https://forticoredev.innov.rw/og-image.png",
"softwareVersion": "1.0.0",
"datePublished": "2024-01-01",
"dateModified": "2024-12-19"
}
</script>
<!-- Additional structured data for organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "FortiCore",
"url": "https://forticoredev.innov.rw/",
"logo": "https://forticoredev.innov.rw/forticoreLogo.svg",
"description": "Leading provider of automated penetration testing and security assessment tools",
"foundingDate": "2024",
"sameAs": [
"https://github.com/forticore",
"https://twitter.com/FortiCore"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>