Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
remic — 用于检测应用程序依赖项中已公开漏洞的漏洞扫描器 | Kitploit
工具/GitHubGitHub/knqyf263/remic
漏洞扫描器供应链安全
GitHubknqyf263/remic

remic

用于检测应用程序依赖项中已公开漏洞的漏洞扫描器

查看仓库
23617年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

remic

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

用法

root@kitploit:~
$ 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://npm.pkg.github.com/knqyf263/trivy-ci-test/blob/master/Dockerfile

下载工具