ApplicationInspector:一款功能强大的软件源代码分析与审计工具
来源:岁月联盟
时间:2020-03-16
-r, --custom-rules-path Custom rules path
-i, --ignore-default-rules Ignore default rules bundled with application. Default = false
-o, --output-file-path Path to output file
-x, --console-verbosity Console verbosity [high|medium|low]. Default = medium.
验证默认规则:
dotnet AppInspector.dll verifyrules
使用自定义规则:
dotnet AppInspector.dll verifyrules -r /home/user/myproject/customrules -i
项目地址
ApplicationInspector:【GitHub传送门】
参考资料
1、https://github.com/Microsoft/ApplicationInspector/wiki
上一页 [1] [2] [3]
下一篇:避免凭证转储攻击的5个技巧