-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
735 lines (692 loc) · 44.4 KB
/
index.html
File metadata and controls
735 lines (692 loc) · 44.4 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4G5DVR6FCK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4G5DVR6FCK');
</script>
<script>
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "lb9967r49a");
</script>
<meta name="description" content="Mahipal Jangra's portfolio showcasing projects, skills, and contact information.">
<meta name="robots" content="index, follow">
<meta name="author" content="Mahipal Jangra">
<meta name="keywords" content="Mahipal Jangra, cybersecurity, front-end developer, portfolio, MCP, web development, security researcher, Berlin">
<link rel="canonical" href="https://www.mahipal.engineer/">
<link rel="alternate" hreflang="en" href="https://www.mahipal.engineer/">
<link rel="alternate" hreflang="x-default" href="https://www.mahipal.engineer/">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Mahipal Jangra Portfolio" />
<meta property="og:description" content="Mahipal Jangra's portfolio showcasing projects, skills, and contact information." />
<meta property="og:image" content="https://www.mahipal.engineer/assets/Mockup.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.mahipal.engineer/" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Mahipal Jangra Portfolio" />
<meta name="twitter:description" content="Mahipal Jangra's portfolio showcasing projects, skills, and contact information." />
<meta name="twitter:image" content="https://www.mahipal.engineer/assets/Mockup.png" />
<title>Mahipal Jangra | Cybersecurity Researcher & Front-End Developer</title>
<script defer src="https://kit.fontawesome.com/e674bba739.js" crossorigin="anonymous"></script>
<link rel="icon" href="assets/cyber.svg" type="image/svg+xml">
<link rel="stylesheet" href="style.css?v=5">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://assets.calendly.com">
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="dns-prefetch" href="https://www.clarity.ms">
<link rel="preload" href="assets/fonts/CyberAlert.woff" as="font" type="font/woff" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Roboto:wght@400;500;700&family=Orbitron:wght@400;700&family=Share+Tech+Mono&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.mahipal.engineer/#website",
"url": "https://www.mahipal.engineer/",
"name": "Mahipal Jangra Portfolio",
"description": "Mahipal Jangra's portfolio showcasing projects, skills, and contact information.",
"inLanguage": "en"
},
{
"@type": "WebPage",
"@id": "https://www.mahipal.engineer/#webpage",
"url": "https://www.mahipal.engineer/",
"name": "Mahipal Jangra | Cybersecurity Researcher & Front-End Developer",
"isPartOf": {"@id": "https://www.mahipal.engineer/#website"},
"about": {"@id": "https://www.mahipal.engineer/#person"},
"primaryImageOfPage": "https://www.mahipal.engineer/assets/Mockup.png"
},
{
"@type": "Person",
"@id": "https://www.mahipal.engineer/#person",
"name": "Mahipal Jangra",
"url": "https://www.mahipal.engineer/",
"sameAs": [
"https://github.com/mukul975",
"https://www.linkedin.com/in/mahipal975/",
"https://www.instagram.com/_mukul.jangra_/"
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.mahipal.engineer/"},
{"@type": "ListItem", "position": 2, "name": "Research", "item": "https://www.mahipal.engineer/#research"},
{"@type": "ListItem", "position": 3, "name": "Works", "item": "https://www.mahipal.engineer/#introduction"},
{"@type": "ListItem", "position": 4, "name": "Skills", "item": "https://www.mahipal.engineer/#skill"},
{"@type": "ListItem", "position": 5, "name": "Contacts", "item": "https://www.mahipal.engineer/#footer"}
]
},
{
"@type": "SoftwareSourceCode",
"name": "MCP Web Scrape - Intelligent Web Content Extraction",
"codeRepository": "https://github.com/mukul975/mcp-web-scrape",
"programmingLanguage": "TypeScript",
"author": {"@id": "https://www.mahipal.engineer/#person"},
"description": "\"MCP Web Scrape\" is a TypeScript-based web scraping framework that transforms messy HTML into clean, agent-ready content. Built on the Model Context Protocol (MCP), it provides intelligent content extraction with features including Markdown conversion, automatic citations, robots.txt compliance, ETag caching, and AI-powered summarization for seamless integration with AI assistants."
},
{
"@type": "SoftwareSourceCode",
"name": "MCP Windows Server - AI-Powered Windows Automation",
"codeRepository": "https://github.com/mukul975/mcp-windows-automation",
"programmingLanguage": "Python",
"author": {"@id": "https://www.mahipal.engineer/#person"},
"description": "\"MCP Windows Server\" is a Python-based automation framework that enables AI assistants like Claude and ChatGPT to control Windows systems through natural language commands. This server implements the Model Context Protocol (MCP) to provide secure, comprehensive system-level automation with 200+ tools for file operations, system control, web automation, and Office integration."
},
{
"@type": "CreativeWork",
"name": "SK Studio - Fine Art Photography Portfolio",
"url": "https://www.skstudio.co.in/",
"author": {"@id": "https://www.mahipal.engineer/#person"},
"description": "SK Studio & Co. is a modern, minimalist photography portfolio website built for a fine art photography business specializing in wedding and portrait photography. Built with React 18.3.1 and Vite, it features category-based galleries, lightbox viewer with keyboard navigation, comprehensive contact forms with validation, and optimized image loading. The project showcases professional photography work with an elegant, user-focused design that captures timeless moments with artistry and care."
},
{
"@type": "CreativeWork",
"name": "An Enhanced Haze Removal: Using DCP and Enriched-Invariant Features",
"description": "The project proposes an enhanced method for removing haze from images using Dark Channel Prior (DCP) and Enriched-Invariant Features. This approach aims to improve the accuracy and efficiency of existing haze removal techniques, particularly in situations where the visibility is severely impaired by haze."
},
{
"@type": "CreativeWork",
"name": "EmailGuard - Proactive Email Phishing Detection using Artificial Intelligence",
"description": "Developed and implemented \"EmailGuard,\" an AI-driven system for detecting phishing emails using 50 extensive features. The system leverages machine learning algorithms and natural language processing to analyze email content and metadata, distinguishing between legitimate and phishing emails. This project significantly enhanced cybersecurity measures, reduced phishing incidents, and improved the overall security posture of the organization."
},
{
"@type": "SoftwareSourceCode",
"name": "Anthropic Cybersecurity Skills — 734+ AI Agent Skills",
"codeRepository": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
"programmingLanguage": "Python",
"author": {"@id": "https://www.mahipal.engineer/#person"},
"description": "The largest open-source collection of 734+ structured cybersecurity skills for AI agents. MITRE ATT&CK mapped, agentskills.io standard compliant. Works with Claude Code, GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and 20+ other platforms across 24 categories including Cloud Security, Threat Intelligence, Web App Security, Threat Hunting, Malware Analysis, and Digital Forensics."
}
]
}
</script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header id="header">
<div class="navbar-title">
<span class="title-first-name">Mahipal</span>
</div>
<button id="menu-toggle" class="menu-toggle" aria-label="Toggle navigation menu" aria-expanded="false">
<i class="fas fa-bars" aria-hidden="true"></i>
</button>
<nav class="navbar-menu-container" aria-label="Main navigation">
<ul class="navbar-menu">
<li><a href="#aboutme">About</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#mcp-tools">MCP Tools</a></li>
<li><a href="/CVE-MCP-Server">CVE MCP</a></li>
<li><a href="#cyber-skills">Cyber Skills</a></li>
<li><a href="#introduction">Works</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#footer">Contacts</a></li>
</ul>
</nav>
<div class="social-media-container">
<ul class="social-media">
<li><i class="fa-brands fa-linkedin-in"></i><a href="https://www.linkedin.com/in/mahipal975/" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
<li><i class="fa-brands fa-github"></i><a href="https://github.com/mukul975" target="_blank" rel="noopener noreferrer">Github</a></li>
<li><i class="fa-regular fa-envelope"></i><a href="mailto:mukuljangra5@gmail.com">Email</a></li>
</ul>
</div>
</header>
<section id="announcement-banner">
<p>🚀 New: <a href="/CVE-MCP-Server" class="banner-link">CVE MCP Server — 27 Security Intelligence Tools for Claude</a> · <a href="#cyber-skills" class="banner-link">734+ Cybersecurity Skills</a> · <a href="#mcp-tools" class="banner-link">MCP Tools</a> — <span class="cta-text">Explore Below ↓</span></p>
</section>
<main id="main-content">
<section id="content-body">
<div class="body-part-1">
<div class="developer-intro">
<p>Front-End Developer</p>
<p>Security Enthusiast</p>
<p>Research Scholar</p>
<p>MCP Builder</p>
</div>
<p class="hero-eyebrow-text"><span id="greetingText">Stay safe from cyber</span></p>
<div class="body-title">
<h1>MCP Pioneer.<br>Security Researcher.</h1>
<p>I build MCP servers for AI agents — and publish the research to make them secure.</p>
<div class="hero-ctas">
<a href="https://www.linkedin.com/in/mahipal975/" target="_blank" rel="noopener noreferrer">LET'S Connect!</a>
<a href="#introduction" class="cta-secondary">See My MCP Tools →</a>
</div>
</div>
<div class="body-tail">
<span class="stat-number">2</span>
<p>research<br>published</p>
<span class="stat-number">6+</span>
<p>PROJECTS<br>COMPLETED</p>
</div>
</div>
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="assets/cyber.svg" alt="Cybersecurity illustration" class="responsive-svg">
</div>
</div>
</div>
</section>
<section id="aboutme">
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="assets/who.svg" alt="Illustration of the About Me section" class="responsive-svg" loading="lazy">
</div>
</div>
</div>
<div class="body-part-1">
<div class="body-title">
<h1>Who Am I?</h1>
<p class="about-tagline">I build secure systems.<br>I break the ones that aren’t.</p>
<p class="about-subtitle">AI Security Researcher & Front-End Engineer — working at the intersection of threat intelligence and immersive web interfaces.</p>
<p>I’m Mahipal — a cybersecurity researcher and front-end developer with an M.Sc. in AI Security from a German university. I build tools that defend against the attacks I study — and interfaces precise enough to match.</p>
<p>My work spans EmailGuard AI (adversarial phishing detection), multi-agent AI systems, MCP servers, and production-grade apps in React and Next.js — every one of them threat-modeled, OWASP-aware, and built to last.</p>
<div class="about-tags">
<span>Peer-Reviewed Publications</span>
<span>EmailGuard AI</span>
<span>MCP Server Development</span>
<span>Multi-Agent AI Systems</span>
<span>React / Next.js</span>
<span>AI Security · NIS2 · OWASP</span>
<span>M.Sc. AI Security</span>
<span>Open to new opportunities — remote & on-site</span>
</div>
</div>
</div>
</section>
<section id="research" class="section-alt">
<div class="section-inner">
<div class="heading-container">
<h2 class="section-heading techy-title">Research</h2>
<p class="creative-title">Peer-reviewed work on the edges of AI, security, and human behaviour</p>
</div>
<div class="research-links-row">
<a href="https://orcid.org/0009-0003-4474-946X" target="_blank" rel="noopener noreferrer" class="research-profile-link"><i class="fa-solid fa-id-badge"></i> ORCID</a>
</div>
<div class="research-cards-container">
<div class="design-card research-card">
<div class="research-card-header">
<span class="publisher-badge springer-badge">Springer LNNS</span>
<span class="research-year">2022</span>
</div>
<div>
<h3>An Enhanced Haze Removal: Using DCP and Enriched-Invariant Features</h3>
<i class="fa-solid fa-flask"></i>
</div>
<p class="research-finding"><i class="fa-solid fa-lightbulb"></i> Key finding: Enhanced Dark Channel Prior with Enriched-Invariant Features improves haze removal accuracy in severely degraded scenes beyond existing methods.</p>
<p>Developed and implemented a MATLAB-based algorithm combining Dark Channel Prior (DCP) and Enriched-Invariant Features for image dehazing. Peer-reviewed and published in Lecture Notes in Networks and Systems, Springer.</p>
<a href="https://link.springer.com/chapter/10.1007/978-981-16-8721-1_25" target="_blank" rel="noopener noreferrer">Read Paper →</a>
</div>
<div class="design-card research-card">
<div class="research-card-header">
<span class="publisher-badge ist-badge">IS&T Electronic Imaging</span>
<span class="research-year">2025</span>
</div>
<div>
<h3>Cybersecurity Awareness Among Young Adults: An Analytical Study</h3>
<i class="fa-solid fa-flask"></i>
</div>
<p class="research-finding"><i class="fa-solid fa-lightbulb"></i> Key finding: 75% of young adults use 2FA but only 15% understand encryption — confidence in data protection (R² = 0.46) is the strongest predictor of secure behaviour.</p>
<p>Survey of 68 young adults (18–27) across Germany and India assessing phishing recognition, 2FA adoption, and encryption literacy. Presented at Electronic Imaging 2025, San Francisco. Recommends gamification-based training.</p>
<a href="https://doi.org/10.2352/EI.2025.37.3.MOBMU-312" target="_blank" rel="noopener noreferrer">Read Paper →</a>
</div>
</div>
</div>
</section>
<section id="mcp-tools" class="section-card">
<div class="section-inner">
<div class="heading-container">
<h2 class="section-heading techy-title">MCP Tools</h2>
<p class="creative-title">Building the infrastructure layer for AI agents</p>
</div>
<div class="mcp-explainer">
<p>Model Context Protocol (MCP) is the open standard that lets AI assistants connect to external tools and systems. Adopted by Google, Microsoft, and IBM, MCP has become the backbone of AI agent infrastructure in 2025. I've been building MCP servers since early adoption — not using the tools, building them.</p>
</div>
<div class="mcp-cards-container">
<div class="design-card mcp-card mcp-card-featured">
<div>
<h3>CVE MCP Server</h3>
<i class="fa-solid fa-shield-halved"></i>
</div>
<div>
<p class="mcp-card-meta">Python · Model Context Protocol · 27 tools · 21 APIs</p>
<p>Production-grade security intelligence for Claude. Real-time CVE lookup, EPSS scoring, MITRE ATT&CK mapping, Shodan, VirusTotal, threat intel, and risk scoring — all through natural language.</p>
<div class="mcp-card-links">
<a href="/CVE-MCP-Server">Learn More →</a>
<a href="https://github.com/mukul975/cve-mcp-server" target="_blank" rel="noopener noreferrer">GitHub →</a>
</div>
</div>
</div>
<div class="design-card mcp-card">
<div>
<h3>PostgreSQL MCP Server</h3>
<i class="fa-solid fa-database"></i>
</div>
<p class="mcp-card-meta">Python · Model Context Protocol · 237+ tools</p>
<p>AI-powered PostgreSQL management and monitoring. Automated database operations, diagnostics, performance analysis, security auditing, and optimization — all through natural language with Claude and ChatGPT.</p>
<a href="https://github.com/mukul975/postgres-mcp-server" target="_blank" rel="noopener noreferrer">GitHub →</a>
</div>
<div class="design-card mcp-card">
<div>
<h3>MCP Web Scrape</h3>
<i class="fa-solid fa-spider"></i>
</div>
<p class="mcp-card-meta">TypeScript · Model Context Protocol</p>
<p>Transforms messy HTML into clean, agent-ready content. Markdown conversion, automatic citations, robots.txt compliance, ETag caching, and AI-powered summarization — any AI assistant, out of the box.</p>
<a href="https://github.com/mukul975/mcp-web-scrape" target="_blank" rel="noopener noreferrer">GitHub →</a>
</div>
<div class="design-card mcp-card">
<div>
<h3>MCP Windows Server</h3>
<i class="fa-solid fa-desktop"></i>
</div>
<p class="mcp-card-meta">Python · Model Context Protocol · 200+ tools</p>
<p>Lets Claude, ChatGPT, and other AI assistants control Windows through natural language. File operations, system control, web automation, and Office integration. Ask it to reorganize your Downloads. Watch it happen.</p>
<a href="https://github.com/mukul975/mcp-windows-automation" target="_blank" rel="noopener noreferrer">GitHub →</a>
</div>
</div>
</div>
</section>
<section id="cyber-skills" class="section-alt">
<div class="section-inner">
<div class="heading-container">
<h2 class="section-heading techy-title">Cybersecurity Skills</h2>
<p class="creative-title">734+ structured skills for AI agents — MITRE ATT&CK mapped</p>
</div>
<div class="mcp-explainer">
<div class="cyber-attck-badge">
<i class="fa-solid fa-shield-halved"></i> MITRE ATT&CK Mapped · <i class="fa-solid fa-scale-balanced"></i> Apache 2.0 · <i class="fa-brands fa-github"></i> 22 Stars
</div>
<p>The largest open-source collection of cybersecurity skills for AI agents. Every skill follows the <a href="https://agentskills.io" target="_blank" rel="noopener noreferrer">agentskills.io</a> open standard and deploys instantly to Claude Code, GitHub Copilot, OpenAI Codex CLI, Cursor, Gemini CLI, and 20+ other platforms. Each skill includes YAML frontmatter for zero-token discovery, full workflow steps, prerequisites, tool commands, and verification checks.</p>
<div class="cyber-skills-stats">
<div class="cyber-stat">
<span class="cyber-stat-number">734+</span>
<span class="cyber-stat-label">Skills</span>
</div>
<div class="cyber-stat">
<span class="cyber-stat-number">36</span>
<span class="cyber-stat-label">Categories</span>
</div>
<div class="cyber-stat">
<span class="cyber-stat-number">26+</span>
<span class="cyber-stat-label">Platforms</span>
</div>
</div>
</div>
<div class="cyber-skills-categories">
<div class="cyber-cat-card">
<i class="fa-brands fa-aws"></i>
<h4>Cloud Security</h4>
<span>60 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-satellite-dish"></i>
<h4>Threat Intelligence</h4>
<span>50 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-globe"></i>
<h4>Web App Security</h4>
<span>42 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-crosshairs"></i>
<h4>Threat Hunting</h4>
<span>55 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-bug"></i>
<h4>Malware Analysis</h4>
<span>39 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-magnifying-glass"></i>
<h4>Digital Forensics</h4>
<span>37 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-tower-broadcast"></i>
<h4>SOC Operations</h4>
<span>33 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-network-wired"></i>
<h4>Network Security</h4>
<span>40 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-id-card"></i>
<h4>Identity & Access</h4>
<span>35 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-user-secret"></i>
<h4>Red Teaming</h4>
<span>24 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-triangle-exclamation"></i>
<h4>Incident Response</h4>
<span>25 skills</span>
</div>
<div class="cyber-cat-card">
<i class="fa-solid fa-lock-open"></i>
<h4>Penetration Testing</h4>
<span>23 skills</span>
</div>
</div>
<div class="cyber-platforms">
<span>Claude Code</span>
<span>GitHub Copilot</span>
<span>OpenAI Codex CLI</span>
<span>Cursor</span>
<span>Gemini CLI</span>
<span>Amp</span>
<span>Windsurf</span>
<span>Aider</span>
<span>+18 more</span>
</div>
<div class="cyber-install-snippet">
<span class="cyber-install-label">Quick install</span>
<code>npx skills add mukul975/Anthropic-Cybersecurity-Skills</code>
</div>
<div class="cyber-cta-row">
<a href="https://github.com/mukul975/Anthropic-Cybersecurity-Skills" target="_blank" rel="noopener noreferrer" class="cyber-skills-cta cyber-cta-primary">
<i class="fa-brands fa-github"></i> GitHub Repo
</a>
<a href="/Anthropic-Cybersecurity-Skills" class="cyber-skills-cta cyber-cta-secondary">
<i class="fa-solid fa-arrow-up-right-from-square"></i> Plugin Homepage
</a>
</div>
</div>
</section>
<section id="introduction" class="section-surface">
<div class="heading-container">
<h2 class="section-heading techy-title">Latest Projects</h2>
<p class="creative-title">Perfect solutions for digital experience</p>
</div>
<div class="section-inner-row">
<div class="image-container">
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="assets/project.svg" alt="Illustration of the Projects section" class="responsive-svg" loading="lazy">
</div>
</div>
</div>
</div>
<div class="cards-container">
<div class="cards">
<div class="design-card">
<div>
<h3>Claude Agent Dashboard - Real-Time Agent Team Monitor</h3>
<i class="fa-solid fa-gauge"></i>
</div>
<p>Stop flying blind when running multi-agent workflows. Claude Agent Dashboard gives X-ray visibility into Claude Code agent teams — live task status, inter-agent message tracing, WebSocket streaming, and system metrics, all from a single unified dashboard. Built with JavaScript, Vite, and Node.js with zero-config setup.</p>
<a href="https://github.com/mukul975/claude-team-dashboard" target="_blank" rel="noopener noreferrer">GitHub Link</a>
</div>
<div class="design-card">
<div>
<h3>SK Studio - Fine Art Photography Portfolio</h3>
<i class="fa-solid fa-camera"></i>
</div>
<p>SK Studio & Co. is a modern, minimalist photography portfolio website built for a fine art photography business specializing in wedding and portrait photography. Built with React 18.3.1 and Vite, it features category-based galleries, lightbox viewer with keyboard navigation, comprehensive contact forms with validation, and optimized image loading. The project showcases professional photography work with an elegant, user-focused design that captures timeless moments with artistry and care.</p>
<a href="https://www.skstudio.co.in/" target="_blank" rel="noopener noreferrer">View Live Site</a>
</div>
<div class="design-card">
<div>
<h3>MCP Web Scrape - Intelligent Web Content Extraction</h3>
<i class="fa-solid fa-spider"></i>
</div>
<p>"MCP Web Scrape" is a TypeScript-based web scraping framework that transforms messy HTML into clean, agent-ready content. Built on the Model Context Protocol (MCP), it provides intelligent content extraction with features including Markdown conversion, automatic citations, robots.txt compliance, ETag caching, and AI-powered summarization for seamless integration with AI assistants.</p>
<p><a href="https://github.com/mukul975/mcp-web-scrape" target="_blank" rel="noopener noreferrer">GitHub Link</a></p>
</div>
<div class="design-card">
<div>
<h3>MCP Windows Server - AI-Powered Windows Automation</h3>
<i class="fa-solid fa-desktop"></i>
</div>
<p>"MCP Windows Server" is a Python-based automation framework that enables AI assistants like Claude and ChatGPT to control Windows systems through natural language commands. This server implements the Model Context Protocol (MCP) to provide secure, comprehensive system-level automation with 200+ tools for file operations, system control, web automation, and Office integration.</p>
<p><a href="https://github.com/mukul975/mcp-windows-automation" target="_blank" rel="noopener noreferrer">GitHub Link</a></p>
</div>
<div class="design-card">
<div>
<h3>An Enhanced Haze Removal: Using DCP and Enriched-Invariant Features</h3>
<i class="fa-solid fa-wand-magic-sparkles" aria-hidden="true"></i>
</div>
<p>The project proposes an enhanced method for removing haze from images using Dark Channel Prior (DCP) and Enriched-Invariant Features. This approach aims to improve the accuracy and efficiency of existing haze removal techniques, particularly in situations where the visibility is severely impaired by haze.</p>
<a href="https://link.springer.com/chapter/10.1007/978-981-16-8721-1_25" target="_blank" rel="noopener noreferrer">Read Publication</a>
</div>
<div class="design-card">
<div>
<h3>EmailGuard - Proactive Email Phishing Detection using Artificial Intelligence</h3>
<i class="fa-solid fa-terminal"></i>
</div>
<p>Developed and implemented "EmailGuard," an AI-driven system for detecting phishing emails using 50 extensive features. The system leverages machine learning algorithms and natural language processing to analyze email content and metadata, distinguishing between legitimate and phishing emails. This project significantly enhanced cybersecurity measures, reduced phishing incidents, and improved the overall security posture of the organization.</p>
</div>
<div class="design-card">
<div>
<h3>Multicast Wireless Routing Protocol In Java Programming</h3>
<i class="fa-solid fa-network-wired"></i>
</div>
<p>The Multicast Wireless Routing Protocol project in Java programming aims to develop a protocol for efficient data transmission over wireless networks using multicasting. The project involves implementing algorithms to optimize data transmission and minimize delays and packet losses.</p>
</div>
<div class="design-card">
<div>
<h3>Vampire Attacks Draining Life from Wireless Ad Hoc Sensor Networks</h3>
<i class="fa-solid fa-terminal"></i>
</div>
<p>"Vampire Attacks" is a Java-based application that simulates and analyzes the impact of vampire attacks on wireless sensor networks. This application explores the vulnerabilities of such networks and mimics the behavior of energy-draining malicious nodes.</p>
<a href="https://github.com/mukul975/Vampire-Attacks-Draining-Life-from-Wireless-Ad-Hoc-Sensor-Networks" target="_blank" class="read-more-btn">Read More <i class="fas fa-arrow-right"></i></a>
</div>
<div class="design-card">
<div>
<h3>Pack India Packers and Movers Website Development Project</h3>
<i class="fa-solid fa-globe" aria-hidden="true"></i>
</div>
<p>I successfully crafted a professional website for Pack India Packer and Movers, highlighting their top-tier relocation services. The site provides seamless user experience, valuable information, and easy client interaction, bolstering Pack India's online presence and their mission of smooth moving solutions.</p>
<a href="https://www.packindia.co.in/" target="_blank" rel="noopener noreferrer">View Live Site</a>
</div>
</div>
</div>
</div>
</section>
<!-- End of Projects section -->
<section id="skill" class="section-alt">
<div class="heading-container">
<h2 class="section-heading techy-title">Skills</h2>
<p class="creative-title">Technical expertise and tools</p>
</div>
<div class="section-inner-row">
<div class="cards-container">
<div class="skills-grid-wrapper">
<div class="skill-category">
<h4 class="skill-cat-label">Programming</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item"><i class="devicon-python-plain colored"></i><span>Python</span></div>
<div class="skill-icon-item"><i class="devicon-java-plain colored"></i><span>Java</span></div>
<div class="skill-icon-item"><i class="devicon-cplusplus-plain colored"></i><span>C++</span></div>
<div class="skill-icon-item"><i class="devicon-c-plain colored"></i><span>C</span></div>
<div class="skill-icon-item"><i class="devicon-matlab-plain colored"></i><span>MATLAB</span></div>
</div>
</div>
<div class="skill-category">
<h4 class="skill-cat-label">Web Development</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item"><i class="devicon-html5-plain colored"></i><span>HTML5</span></div>
<div class="skill-icon-item"><i class="devicon-css3-plain colored"></i><span>CSS3</span></div>
<div class="skill-icon-item"><i class="devicon-javascript-plain colored"></i><span>JavaScript</span></div>
<div class="skill-icon-item"><i class="devicon-typescript-plain colored"></i><span>TypeScript</span></div>
<div class="skill-icon-item"><i class="devicon-react-original colored"></i><span>React</span></div>
<div class="skill-icon-item"><i class="devicon-nodejs-plain colored"></i><span>Node.js</span></div>
<div class="skill-icon-item"><i class="devicon-php-plain colored"></i><span>PHP</span></div>
</div>
</div>
<div class="skill-category">
<h4 class="skill-cat-label">AI & Machine Learning</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item"><i class="devicon-scikitlearn-plain colored"></i><span>scikit-learn</span></div>
<div class="skill-icon-item"><i class="devicon-jupyter-plain colored"></i><span>Jupyter</span></div>
<div class="skill-icon-item"><i class="devicon-numpy-plain colored"></i><span>NumPy</span></div>
<div class="skill-icon-item"><i class="devicon-pandas-plain colored"></i><span>Pandas</span></div>
</div>
</div>
<div class="skill-category">
<h4 class="skill-cat-label">Cybersecurity</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item"><i class="devicon-linux-plain colored"></i><span>Linux</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-spider"></i><span>Burp Suite</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-magnifying-glass"></i><span>Nmap</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-wifi"></i><span>Wireshark</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-terminal"></i><span>Metasploit</span></div>
</div>
</div>
<div class="skill-category">
<h4 class="skill-cat-label">Cloud & DevOps</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item"><i class="devicon-docker-plain colored"></i><span>Docker</span></div>
<div class="skill-icon-item"><i class="devicon-kubernetes-plain colored"></i><span>Kubernetes</span></div>
<div class="skill-icon-item"><i class="devicon-googlecloud-plain colored"></i><span>GCP</span></div>
<div class="skill-icon-item"><i class="devicon-git-plain colored"></i><span>Git</span></div>
<div class="skill-icon-item"><i class="devicon-github-original"></i><span>GitHub</span></div>
<div class="skill-icon-item"><i class="devicon-vscode-plain colored"></i><span>VS Code</span></div>
</div>
</div>
<div class="skill-category">
<h4 class="skill-cat-label">MCP & AI Tools</h4>
<div class="skill-icons-grid">
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-plug-circle-bolt"></i><span>MCP Protocol</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-robot"></i><span>Claude API</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-code"></i><span>Agent Tooling</span></div>
<div class="skill-icon-item skill-icon-fa"><i class="fa-solid fa-globe"></i><span>Web Scraping</span></div>
</div>
</div>
</div>
</div>
<div class="image-container">
<div class="body-part-2">
<div class="container">
<div class="svg-animation">
<img src="assets/skill.svg" alt="Illustration of the Skills section" class="responsive-svg" loading="lazy">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Scroll to top button -->
<button id="scrollToTop" class="scroll-to-top" aria-label="Scroll to top">
<i class="fa-solid fa-arrow-up" aria-hidden="true"></i>
</button>
</main>
<footer id="footer" class="section-surface">
<div class="footer-left">
<form name="contactus" netlify netlify-honeypot="bot-field" method="POST" action="/thank-you">
<p style="display:none;"><label>Do not fill: <input name="bot-field"></label></p>
<h2 class="techy-title">💬 Let's make something amazing together</h2>
<div class="email-form">
<h2 class="creative-title">Start by <span>saying hi</span> 👋</h2>
<label for="name">Your name</label>
<input type="text" name="name" id="name" placeholder="Your name" required>
<label for="email">Email Address</label>
<input type="email" name="email" id="email" placeholder="Email Address" required>
<div>
<label for="message" class="message-label">Message</label>
<textarea name="message" id="message" placeholder="Message" required></textarea>
<button type="submit">Send</button>
</div>
</div>
</form>
<div class="footer-title">
<h3 class="title-first-name">
Mahipal
</h3>
<h3 class="title-last-name">
Jangra
</h3>
</div>
</div>
<div class="footer-right">
<div class="footer-email-intro">
<p>Information</p>
<p>Berlin, Deutschland</p>
<p class="footer-email-address">mukuljangra5@gmail.com</p>
<script src="https://assets.calendly.com/assets/external/widget.js" async></script>
<script>
window.addEventListener('load', function() {
if (typeof Calendly !== 'undefined') {
Calendly.initBadgeWidget({
url: 'https://calendly.com/mukuljangra5?hide_gdpr_banner=1&background_color=25262a&text_color=ffffff&primary_color=64f4ac',
text: 'Schedule with Mahipal',
color: '#25262a',
textColor: '#ffffff',
branding: true
});
}
});
</script>
<a href="https://calendly.com/mukuljangra5" class="calendly-trigger">Schedule time with me</a>
</div>
<div class="footer-nav-menu">
<ul class="footer-menu">
<li><a href="#aboutme"> About </a></li>
<li><a href="#research">Research</a></li>
<li><a href="#cyber-skills">Cyber Skills</a></li>
<li><a href="#introduction">Works</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/mahipal975/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn profile">
<i class="fa-brands fa-linkedin-in" aria-hidden="true"></i>
</a>
<a href="https://github.com/mukul975" target="_blank" rel="noopener noreferrer" aria-label="GitHub profile">
<i class="fa-brands fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/_mukul.jangra_/" target="_blank" rel="noopener noreferrer" aria-label="Instagram profile">
<i class="fa-brands fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></script>
<script src="script.js"></script>
</body>
</html>