你可以在这里找到与此脚本相关的文章 https://securityjunky.com/scanning-js-files-for-endpoint-and-secrets/
使用以下命令安装所需工具
bash install.sh
将 alive.txt 文件中的内容替换为你需要测试的域名。格式如下:
http://example.com
https://example2.com
运行工具请使用
jsscanner path_to_alive.txt
例如:jsscanner alive.txt
感谢 @amiralkizaru、@LifeHack3r 和 @g33kyshivam 的贡献。