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 <wballenthin@google.com>
This commit is contained in:
Fariss
2024-08-26 09:22:55 +02:00
committed by GitHub
parent a5c14c32b8
commit a779cf2a28

View File

@@ -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