@extends('layouts.app') @section('title', '滲透測試報告') @section('content')
等待輸出…
{{ $penTest->error_log }}
| 嚴重度 | 目標 / URL | @if(($penTest->scanner_type ?? 'nmap') === 'nmap')埠/協定 | 服務 | 版本 / 說明 | @else問題說明 | 修補建議 | @endif
|---|---|---|---|---|---|---|
| {{ strtoupper($sev) }} | {{ $f['matched_at'] ?? '—' }} | @if(($penTest->scanner_type ?? 'nmap') === 'nmap'){{ $f['port'] ?? '—' }}/{{ $f['protocol'] ?? 'tcp' }} | {{ $f['service'] ?? '—' }} |
@if(!empty($f['version'])) {{ $f['version'] }} @endif
{{ $f['description'] ?? '' }}
@if(!empty($f['script_output']))
Script 輸出{{ $f['script_output'] }}
|
@else
{{ $f['description'] ?? $f['name'] ?? '—' }} | {{ $f['remediation'] ?? '' }} | @endif
| 未發現安全問題 | ||||||