Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Marketplace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const tools = [
{
id: 'assistance',
name: 'Official Assistance',
description: 'Integrated support tools for Police, Military, and Gendarmerie.',
description: 'Integrated support tools for Police, Military, Gendarmerie, and Mobile Operators.',
icon: '🛡️'
}
];
Expand Down
10 changes: 10 additions & 0 deletions src/OfficialAssistance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ const assistanceRoles = {
{ id: 'traffic', name: 'Traffic Management', icon: '🚦', desc: 'Coordination of road safety and major transit routes.' },
{ id: 'response', name: 'Specialized Response', icon: '🚨', desc: 'Elite units for counter-terrorism and high-risk interventions.' }
]
},
mobile_operator: {
title: 'Mobile Operator',
icon: '📱',
description: 'Telecommunications security, IoT protection, and prevention of internet data theft.',
tools: [
{ id: 'iot_audit', name: 'IoT Security Audit', icon: '🤖', desc: 'Scan connected IoT devices for vulnerabilities and unauthorized access.' },
{ id: 'anti_stealing', name: 'Anti-Stealing Guard', icon: '🔒', desc: 'Detect and prevent bandwidth or data theft from mobile networks.' },
{ id: 'signal_integrity', name: 'Signal Integrity', icon: '📶', desc: 'Monitor network signal strength and detect interference or spoofing.' }
]
}
};

Expand Down
Loading