@extends('layouts.public') @section('title', 'Escaneo en Progreso — Olorun WebSec Analyzer') @section('content')

Escaneo en progreso

Analizando tu sitio web...

Progreso 0%

Esperando inicio del escaneo...

Checks realizándose:

@php $checks = [ 'TLS & Certificados', 'Headers de Seguridad', 'Cookies', 'Mixed Content', 'Exposición de archivos', 'robots.txt', 'sitemap.xml', 'Meta Tags', 'Canonical', 'Performance', 'Status Codes', 'Compresión' ]; @endphp @foreach($checks as $i => $check)
{{ $check }}
@endforeach
@endsection @section('scripts') @endsection