-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (105 loc) · 4.92 KB
/
index.html
File metadata and controls
111 lines (105 loc) · 4.92 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
<!doctype html>
<html lang="en">
<head>
<meta
name="google-site-verification"
content="DlI_DE8RRUgBkrB7aLSb1LvMUtPPKgxPdwFna9Vox3Q"
/>
<meta charset="UTF-8" />
<!-- Primary SEO Meta Tags -->
<title>Muhammed Faris | Cybersecurity Engineer & Ethical Hacker Portfolio</title>
<meta
name="description"
content="Muhammed Faris — Certified Ethical Hacker (CEH v13-AI), Penetration Tester, and VAPT Analyst. Explore projects in offensive security, Python security tooling, and full stack development. Based in India."
/>
<meta
name="keywords"
content="muhammed faris, faris, muhammed faris p, farixzz, cybersecurity engineer, ethical hacker, CEH v13-AI, penetration tester, VAPT analyst, cybersecurity portfolio, python security, full stack developer, offensive security, exploit development, india"
/>
<meta name="author" content="Muhammed Faris" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://farixzz.github.io/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://farixzz.github.io/" />
<meta property="og:title" content="Muhammed Faris | Cybersecurity Engineer & Ethical Hacker" />
<meta property="og:description" content="Certified Ethical Hacker (CEH v13-AI) | Penetration Tester | VAPT Analyst | Python Security Tooling | Full Stack Dev. Explore my cybersecurity portfolio." />
<meta property="og:image" content="https://farixzz.github.io/favicon-96x96.png" />
<meta property="og:site_name" content="Muhammed Faris Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://farixzz.github.io/" />
<meta name="twitter:title" content="Muhammed Faris | Cybersecurity Engineer & Ethical Hacker" />
<meta name="twitter:description" content="Certified Ethical Hacker (CEH v13-AI) | Penetration Tester | VAPT Analyst | Python Security Tooling | Full Stack Dev" />
<meta name="twitter:image" content="https://farixzz.github.io/favicon-96x96.png" />
<!-- JSON-LD Structured Data (Person + Website) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Muhammed Faris",
"alternateName": ["Faris", "Muhammed Faris P", "farixzz"],
"url": "https://farixzz.github.io",
"image": "https://farixzz.github.io/favicon-96x96.png",
"jobTitle": "Cybersecurity Engineer",
"description": "Certified Ethical Hacker (CEH v13-AI), Penetration Tester, VAPT Analyst, and Full Stack Developer specializing in offensive security and Python security tooling.",
"knowsAbout": [
"Ethical Hacking",
"Penetration Testing",
"VAPT",
"Python",
"Cybersecurity",
"React",
"Full Stack Development",
"Exploit Development",
"Network Security",
"Cloud Security"
],
"hasCredential": [
{
"@type": "EducationalOccupationalCredential",
"name": "Certified Ethical Hacker v13-AI",
"credentialCategory": "Professional Certification",
"recognizedBy": { "@type": "Organization", "name": "EC-Council" }
},
{
"@type": "EducationalOccupationalCredential",
"name": "Certified Penetration Tester v3",
"recognizedBy": { "@type": "Organization", "name": "RedTeam Hacker Academy" }
},
{
"@type": "EducationalOccupationalCredential",
"name": "Introduction to Linux (LFS101)",
"recognizedBy": { "@type": "Organization", "name": "The Linux Foundation" }
}
],
"sameAs": [
"https://github.com/farixzz",
"https://www.linkedin.com/in/muhammed-faris-p/",
"https://medium.com/@muhammedfaris654"
],
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
}
}
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
</head>
<body>
<!-- Noscript fallback for search engine crawlers -->
<noscript>
<h1>Muhammed Faris — Cybersecurity Engineer Portfolio</h1>
<p>Certified Ethical Hacker (CEH v13-AI) | Penetration Tester | VAPT Analyst | Python Security Tooling | Full Stack Developer</p>
<p>Visit <a href="https://farixzz.github.io">farixzz.github.io</a> to view the portfolio.</p>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>