@extends('layouts.app') @section('title', 'PenX | ' . config('app.name')) @push('styles') @vite('resources/css/pages/penx.css') @endpush @push('scripts') @vite('resources/js/penx.js') @endpush @section('content') From Detection to AI-Powered Validation Validates real exposure across the CTEM cycle with attack path visibility, AI-driven pentesting, and guided remediation - before attackers find the way in. @php $capabilities = [ [ 'title' => 'Attack Path', 'subtitle' => 'Graph', 'icon' => 'penx-keycap-icon-1.svg' ], [ 'title' => 'Reconnaissance', 'subtitle' => '& Exploit Validation', 'icon' => 'penx-keycap-icon-2.svg' ], [ 'title' => 'Exposure', 'subtitle' => 'Mapping', 'icon' => 'penx-keycap-icon-3.svg' ], [ 'title' => 'Self-Validation', 'subtitle' => '& Exploitation Steps', 'icon' => 'penx-keycap-icon-4.svg' ], /*[ 'title' => 'Continuous', 'subtitle' => 'Validation', 'icon' => 'penx-keycap-icon-5.svg' ],*/ [ 'title' => 'AI-Powered', 'subtitle' => 'Automated Pentesting', 'icon' => 'penx-keycap-icon-6.svg' ], [ 'title' => 'Guided Remediation', 'subtitle' => 'for SOC Acceleration', 'icon' => 'penx-keycap-icon-7.svg' ] ]; @endphp Key Capabilities @foreach($capabilities as $index => $capability) @if($loop->last) @else @endif {{ $capability['title'] }} {{ $capability['subtitle'] }} @endforeach Request Demo Download Datasheet @endsection
Validates real exposure across the CTEM cycle with attack path visibility, AI-driven pentesting, and guided remediation - before attackers find the way in.