js_search_in_scripts
Search all JavaScript scripts for encryption-related code using keywords or regular expressions, with configurable context lines.
Instructions
在所有JS脚本中搜索关键词/正则表达式,定位加密相关代码
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 搜索关键词或正则表达式,如 'encrypt|password|CryptoJS|JSEncrypt|md5|aes|rsa' | |
| isRegex | No | 是否使用正则表达式,默认true | |
| contextLines | No | 匹配行前后显示的上下文行数,默认5 |