diff --git a/web/explorer/README.md b/web/explorer/README.md index 6feb31498..e592ef554 100644 --- a/web/explorer/README.md +++ b/web/explorer/README.md @@ -17,7 +17,7 @@ capa Explorer Web is a browser-based user interface for exploring program capabi 2. **Import capa results**: - Click on "Upload from local" to select a capa analysis document file from your computer (with a version higher than 7.0.0). - - You can generate the analysis document by running `capa.exe -j results.json sample.exe_` + - You can generate the analysis document by running `capa.exe -j results.json sample.exe_` - Or, paste a URL to a capa JSON file and click the arrow button to load it. - Like for the other import mechanisms, loading of both plain (`.json`) and GZIP compressed JSON (`.json.gz`) files is supported). - Alternatively, use the "Preview Static" or "Preview Dynamic" for sample data. diff --git a/web/explorer/index.html b/web/explorer/index.html index b90da91f8..b88355943 100644 --- a/web/explorer/index.html +++ b/web/explorer/index.html @@ -5,7 +5,11 @@
New to capa? Follow these quick steps to get started:
$ pip install flare-capa
$ pip install flare-capa
$ capa -j /path/to/file > result.json
- You can download capa Explorer Web for offline usage via the download button in the top-right corner of this page. + You can download capa Explorer Web for offline usage via the download button in the top-right corner of + this page.