From d1618a123369c8887b3593e9fcaf721c5d113591 Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Fri, 23 Aug 2024 18:39:04 +0200 Subject: [PATCH 1/2] cli: add note about capa explorer web to CLI help text --- capa/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capa/main.py b/capa/main.py index 6f09ccdac..84c2bcd5e 100644 --- a/capa/main.py +++ b/capa/main.py @@ -860,6 +860,9 @@ def main(argv: Optional[List[str]] = None): You can see the rule set here: https://github.com/mandiant/capa-rules + You can load capa JSON analysis output to capa explorer web: + https://github.com/mandiant/capa/explorer + To provide your own rule set, use the `-r` flag: capa --rules /path/to/rules suspicious.exe capa -r /path/to/rules suspicious.exe From 766e312738a1303e970ca098be6584e3bbeadc2d Mon Sep 17 00:00:00 2001 From: Fariss Date: Mon, 26 Aug 2024 07:13:29 +0200 Subject: [PATCH 2/2] Update capa/main.py Co-authored-by: Willi Ballenthin --- capa/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/main.py b/capa/main.py index 84c2bcd5e..4ed9b0234 100644 --- a/capa/main.py +++ b/capa/main.py @@ -860,7 +860,7 @@ def main(argv: Optional[List[str]] = None): You can see the rule set here: https://github.com/mandiant/capa-rules - You can load capa JSON analysis output to capa explorer web: + You can load capa JSON output to capa explorer web: https://github.com/mandiant/capa/explorer To provide your own rule set, use the `-r` flag: