diff --git a/web/explorer/src/components/DescriptionPanel.vue b/web/explorer/src/components/DescriptionPanel.vue index ab57a0a6..f7009d78 100644 --- a/web/explorer/src/components/DescriptionPanel.vue +++ b/web/explorer/src/components/DescriptionPanel.vue @@ -12,19 +12,35 @@ used to search and display the rule matches in different viewing modes.

-
-

- New to capa? Explore the +

+

New to capa? Follow these quick steps to get started:

+

+
    +
  1. Install capa: pip install flare-capa
  2. +
  3. Generate JSON output: capa -j /path/to/file > result.json
  4. +
  5. Upload the JSON file here to explore the results
  6. +
+

+ For more detailed information, explore the - capa GitHub repository - - to learn how to generate analysis results. + capa GitHub repository.

+ + diff --git a/web/explorer/src/components/MetadataPanel.vue b/web/explorer/src/components/MetadataPanel.vue index 3c87ec2f..504676c6 100644 --- a/web/explorer/src/components/MetadataPanel.vue +++ b/web/explorer/src/components/MetadataPanel.vue @@ -28,14 +28,14 @@ {{ data.meta.analysis.arch === "i386" ? "i386" : data.meta.analysis.arch.toUpperCase() }} - +
{{ flavor }} analysis with {{ data.meta.analysis.extractor.split(/(Feature)?Extractor/)[0] }} - CAPA v{{ data.meta.version }} + capa v{{ data.meta.version }} {{ new Date(data.meta.timestamp).toLocaleString() }}
diff --git a/web/explorer/src/components/UploadOptions.vue b/web/explorer/src/components/UploadOptions.vue index 962cd320..f9ad6bf4 100644 --- a/web/explorer/src/components/UploadOptions.vue +++ b/web/explorer/src/components/UploadOptions.vue @@ -1,5 +1,5 @@