Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
remic — 애플리케이션 종속성에서 공개된 취약점을 탐지하기 위한 취약점 스캐너 | Kitploit
도구/GitHubGitHub/knqyf263/remic
Vulnerability ScannersSupply Chain Security
GitHubknqyf263/remic

remic

애플리케이션 종속성에서 공개된 취약점을 탐지하기 위한 취약점 스캐너

저장소 보기
2367년 전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

도구 다운로드