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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
prometheus — Prometheus Firewall Analyzer | Kitploit
도구/GitHubGitHub/averagesecurityguy/prometheus
Vulnerability AnalysisConfiguration AuditingNetwork SecurityLog Analysis
GitHubaveragesecurityguy/prometheus

prometheus

Prometheus Firewall Analyzer

저장소 보기
481611년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Prometheus 설치

Prometheus는 Ruby 애플리케이션이며 최신 버전(1.8.7 이상)의 Ruby가 실행되는 모든 시스템에서 작동합니다. Prometheus를 설치하려면 다음 단계를 따르세요:

  1. prometheus라는 디렉토리를 만듭니다.
  2. prometheus 파일을 디렉토리로 추출합니다.
  3. prometheus 디렉토리로 이동한 후 ./prometheus.rb -h를 실행합니다.

Prometheus 사용 방법

Prometheus를 사용하려면 -c 옵션으로 파싱할 구성 파일을 지정합니다. Prometheus는 기본적으로 현재 디렉토리에 기본 HTML 템플릿을 사용하여 HTML 보고서를 생성합니다. 사용자 정의 템플릿을 지정하려면 -t 옵션을 사용합니다. Prometheus Pro를 사용하는 경우 -f 옵션으로 대체 보고서 형식을 지정합니다. 현재 XML이 유일한 대체 형식입니다.

root@kitploit:~
Usage: ./prometheus.rb -c config_file [options]
	-c, --config_file FILE           Firewall configuration to parse.
	-r, --report_file FILE           Report file to write.
	-f, --format FORMAT              Report format to use.
	-t, --template FILE              File to use as template.
	-v, --verbose                    Print verbose output.
	-d, --debug                      Print debug output (very verbose).
	-h, --help                       Display this screen

사용자 정의 HTML 템플릿 사용 방법

사용자 정의 템플릿을 사용하려면 먼저 HTML 파일을 만들고 파일에 태그를 배치하여 Prometheus가 구성 및 취약점 요소를 삽입할 위치를 알려줍니다. 현재 Prometheus는 다음 태그를 지원합니다:

root@kitploit:~
--name--                Firewall name.
--type--                Firewall type.
--firmware--            Firmware version.
--summary_statement--   Summary statement.
--analysis--            Identified vulnerabilities.
--interfaces--          Firewall interfaces.
--management--          Management interfaces.
--access_lists--        Access control lists.
--host_names--			List of host names (Professional only).
--network_names--		List of network names (Professional only).
--service_names--		List of service names (Professional only).

다음으로, 사용할 사용자 정의 템플릿을 -t 옵션으로 지정합니다. 사용자 정의 템플릿을 만드는 방법의 예를 보려면 config 디렉토리에 있는 기본 HTML 템플릿인 template.html을 참조하십시오. 먼저 백업 사본을 만들지 않는 한 template.html을 수정하지 않는 것이 좋습니다.

도구 다운로드