SecurityTrails

다운로드 18
업데이트 2026. 3. 29.

securitytrails-exposures-issue-report

SecurityTrails 서비스에서 취약점 이슈 목록을 조회합니다.

문법

securitytrails-exposures-issue-report [profile=PROFILE] [project-id=PROJECT_ID] [verify=VERIFY] [pretty=PRETTY]
profile=PROFILE
선택 옵션. SecurityTrails 접속 프로파일 식별자
project-id=PROJECT_ID
선택 옵션. ASI 프로젝트 ID (UUID). 지정하지 않으면 모든 프로젝트를 조회합니다.
verify=VERIFY
선택 옵션. API 키 검증 (기본값: t). f 이면 API 키 미설정 시 에러를 발생시키지 않고 빈 출력으로 대체합니다.
pretty=PRETTY
선택 옵션. 보기 좋은 출력 (기본값: f). 긴 텍스트를 40자 단위로 줄바꿈합니다.

출력 필드

필드타입이름설명
profile문자열프로파일SecurityTrails 접속 프로파일 식별자
project_id문자열프로젝트 IDGUID 형식
project_name문자열프로젝트 이름예: scan_target
hostname문자열호스트명예: www.example.com
risk_score32비트 정수위험 점수예: 89
rule_name문자열규칙 이름예: Obsoleted Cipher List
rule_description문자열규칙 설명예: Obsoleted cipher lists include deprecated algorithms like DES.
examples문자열예시예: OBSOLETE: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
rule_classification문자열규칙 분류예: expiring-ssl
classification_name문자열분류명예: informational, moderate
rule_sort_order문자열규칙 정렬 순서예: 1.15, 2.89
screenshots문자열스크린샷스크린샷 URL 목록
url문자열URL예: https://www.example.com
remediation문자열조치 방법예: 1. Review the web server configuration to identify all enabled HTTP methods.