diff --git a/src/pages/Features.tsx b/src/pages/Features.tsx
index 12f26a2..3072974 100644
--- a/src/pages/Features.tsx
+++ b/src/pages/Features.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Terminal, Lock, Cpu, Cloud, Database, Shield } from 'lucide-react';
+import { Terminal, Lock, Cpu, Cloud, Database, Shield, Wifi, Laptop } from 'lucide-react';
export default function Features() {
const features = [
@@ -32,6 +32,74 @@ export default function Features() {
icon: ,
title: "Enterprise Ready",
description: "Suitable for both individual and enterprise-level security testing."
+ },
+ {
+ icon: ,
+ title: "Wireless Security",
+ description: "Equipped with tools for wireless network auditing and penetration testing."
+ },
+ {
+ icon: ,
+ title: "Portable and Lightweight",
+ description: "Run Snigdha OS on a USB drive for portability without leaving traces on devices."
+ }
+ ];
+
+ const toolCategories = [
+ {
+ title: "Information Gathering",
+ tools: [
+ "Network scanning and enumeration",
+ "OSINT tools",
+ "DNS analysis",
+ "Web reconnaissance",
+ "Social media analysis"
+ ]
+ },
+ {
+ title: "Vulnerability Analysis",
+ tools: [
+ "Automated scanning tools",
+ "Database assessment",
+ "Cisco tools",
+ "Fuzzing tools",
+ "Web app vulnerability scanning"
+ ]
+ },
+ {
+ title: "Exploitation Tools",
+ tools: [
+ "Metasploit Framework",
+ "Buffer Overflow exploitation",
+ "SQL injection tools",
+ "Social Engineering tools"
+ ]
+ },
+ {
+ title: "Post-Exploitation",
+ tools: [
+ "Privilege escalation",
+ "Persistence",
+ "Data exfiltration",
+ "Forensics tools"
+ ]
+ },
+ {
+ title: "Wireless Attacks",
+ tools: [
+ "WiFi cracking tools",
+ "Aircrack-ng suite",
+ "WEP/WPA/WPA2 attacks",
+ "Bluetooth hacking"
+ ]
+ },
+ {
+ title: "Reverse Engineering",
+ tools: [
+ "Disassemblers",
+ "Debuggers",
+ "Binary analysis tools"
+ ]
}
];
@@ -42,7 +110,7 @@ export default function Features() {
Features
- Discover the powerful features that make Kali Linux the premier platform for security testing.
+ Discover the powerful features that make Snigdha OS the premier platform for security testing.
@@ -59,31 +127,24 @@ export default function Features() {
))}
- {/* Tools Categories */}
+ {/* Tool Categories Section */}
Tool Categories
-
-
-
Information Gathering
-
- - • Network scanning and enumeration
- - • OSINT tools
- - • DNS analysis
- - • Web reconnaissance
-
-
-
-
Vulnerability Analysis
-
- - • Automated scanning tools
- - • Database assessment
- - • Cisco tools
- - • Fuzzing tools
-
-
+
+ {toolCategories.map((category, index) => (
+
+
{category.title}
+
+ {category.tools.map((tool, i) => (
+ - • {tool}
+ ))}
+
+
+ ))}
+
);
-}
\ No newline at end of file
+}
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index 6ebdc7c..4f7395a 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -79,24 +79,76 @@ export default function Home() {
What Our Users Say
-
+ {/* Testimonial 1 */}
+
+
+

+
"Snigdha OS has revolutionized how I approach cybersecurity tasks. The built-in tools are fantastic!"
-
- Alex J.
+
- akankshaadz
-
+ {/* Testimonial 2 */}
+
+
+

+
"A game-changer for developers and penetration testers. Highly recommend!"
-
- Priya K.
+
- Prajwal K.
-
+ {/* Testimonial 3 */}
+
+
+

+
"Runs seamlessly on my older laptop. The lightweight design is truly impressive."
- Mark L.
+ {/* Testimonial 4 */}
+
+
+

+
+
+ "I love how Snigdha OS is always up-to-date with the latest tools. It's incredibly easy to use."
+
+
- Samantha R.
+
+ {/* Testimonial 5 */}
+
+
+

+
+
+ "Snigdha OS is an absolute powerhouse! It’s exactly what I needed for my penetration testing tasks."
+
+
- John D.
+