mirror of
https://github.com/mandiant/capa.git
synced 2026-01-12 21:13:57 -08:00
17 lines
702 B
Vue
17 lines
702 B
Vue
<template>
|
|
<div class="flex flex-column align-items-center">
|
|
<div class="text-center">
|
|
<h1>
|
|
<img src="@/assets/images/logo-full.png" alt="Capa: identify program capabilities" />
|
|
<h6 class="font-medium" style="color: rgb(176, 26, 26)">capa: identify program capabilities</h6>
|
|
</h1>
|
|
</div>
|
|
<div>
|
|
<p class="text-xl max-w-75rem" style="max-width: 75ch">
|
|
Capa-WebUI is a web-based tool for exploring the capabilities identified in a program. It can be used to
|
|
search and display the rule matches in different viewing modes.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</template>
|