Remic 一款漏洞扫描工具
2019-08-02 11:28:31 Author: mp.weixin.qq.com(查看原文) 阅读量:66 收藏

Remic漏洞扫描程序,用于检测应用程序依赖项中公开披露的漏洞


用法


$ remic -h
NAME:
  remic - A simple and fast tool for detecting vulnerabilities in application dependencies
USAGE:
  remic [options] file
VERSION:
  0.0.2
OPTIONS:
  --format value, -f value         format (table, json) (default: "table")
  --severity value, -s value       severity of vulnerabilities to be displayed (default: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL")
  --output value, -o value        output file name
  --exit-code value              Exit code when vulnerabilities were found (default: 0)
  --skip-update                skip db update
  --ignore-unfixed              display only fixed vulnerabilities
  --debug, -d                 debug mode
  --help, -h                  show help
  --version, -v                 print the version


漏洞检测


Remic 自动检测容器中的以下文件并扫描应用程序依赖项中的漏洞。
Gemfile.lock
Pipfile.lock
composer.lock
package-lock.json
yarn.lock
Cargo.lock


文章来源及出处

https://github.com/knqyf263/remic

你可能喜欢

Seccubus一款 定期进行漏洞扫描工具

XSSCon 一款简单的XSS扫描仪工具

Kadimus:LFI扫描器和利用工具


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjE3ODU3MQ==&mid=2650456356&idx=4&sn=8a57cefd6dec27d0727e738f0d772288&chksm=83bba4c0b4cc2dd6fe105e584e5eb908e70d0791174d907fa0947bc7e24c790ffadc763f2b1d#rd
如有侵权请联系:admin#unsafe.sh