From a779cf2a2862afd4842987bad43c19e504759b2d Mon Sep 17 00:00:00 2001 From: Fariss Date: Mon, 26 Aug 2024 09:22:55 +0200 Subject: [PATCH] cli: add note about capa explorer web to CLI help text (#2329) * cli: add note about capa explorer web to CLI help text --------- Co-authored-by: Willi Ballenthin --- capa/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capa/main.py b/capa/main.py index 6f09ccdac..4ed9b0234 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 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