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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-4879 — CVE-2024-4879.py is a Python script designed to detect specific vulnerabilities in ServiceNow instances and dump database connection details if the vulnerability is found. This tool is particularly useful for security researchers and penetration testers. | Kitploit
도구/GitHubGitHub/mr-r00t11/cve-2024-4879
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration TestingDatabase Security
GitHubmr-r00t11/cve-2024-4879

CVE-2024-4879

CVE-2024-4879.py is a Python script designed to detect specific vulnerabilities in ServiceNow instances and dump database connection details if the vulnerability is found. This tool is particularly useful for security researchers and penetration testers.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-4879

CVE-2024-4879.py는 ServiceNow 인스턴스에서 특정 취약점을 감지하고, 취약점이 발견되면 데이터베이스 연결 세부 정보를 덤프하도록 설계된 Python 스크립트입니다. 이 도구는 보안 연구원과 침투 테스터에게 특히 유용합니다.

기능

  • ServiceNow의 특정 취약점에 대해 URL을 스캔합니다.
  • 취약점이 감지되면 데이터베이스 연결 세부 정보를 덤프합니다.
  • SSL 경고 및 요청 시간 초과를 처리합니다.
  • 색상으로 구분된 결과와 함께 명확한 콘솔 출력을 제공합니다.

요구 사항

  • Python 3.x
  • requests 라이브러리
  • argparse 라이브러리
  • urllib3 라이브러리
  • colorama 라이브러리

설치

  1. 리포지토리를 클론합니다:
root@kitploit:~
git clone https://github.com/Mr-r00t11/CVE-2024-4879.git
cd CVE-2024-4879
  1. 필요한 Python 패키지를 설치합니다:

pip install requests argparse urllib3 colorama

사용법

  1. 스캔할 URL 목록이 포함된 파일을 준비합니다. 각 URL은 새 줄에 하나씩 있어야 합니다.

  2. 파일을 인수로 사용하여 스크립트를 실행합니다:

python CVE-2024-4879.py -f urls.txt

예제

python CVE-2024-4879.py -f urls.txt

출력

[Screenshot_1.png]

스크립트는 스캔 결과를 출력하여 취약점이 발견되었는지, 데이터베이스 연결 세부 정보가 성공적으로 덤프되었는지 표시합니다. 세부 정보가 덤프되면 관련 정보가 다음 형식으로 출력됩니다:

root@kitploit:~
glide.db.name = servicenow 
glide.db.rdbms = BD 
glide.db.url = jdbc:BD://127.0.0.1:3306/ 
glide.db.user = user 
glide.db.password = password

스크립트 세부 정보

check_vulnerability(url)

이 함수는 주어진 URL에서 특정 취약점을 확인합니다. 발견되면 데이터베이스 연결 세부 정보를 덤프하려고 시도합니다.

format_db_details(details)

이 함수는 덤프된 데이터베이스 연결 세부 정보를 읽기 쉬운 형식으로 변환합니다.

main()

메인 함수는 인수 파싱과 파일 읽기를 처리하고 취약점 확인을 시작합니다.

면책 조항

이 도구는 교육 목적으로만 제공되며, 보안 테스트를 수행할 명시적 권한이 있는 시스템에서만 사용해야 합니다. 이 도구의 오용은 법적 결과를 초래할 수 있습니다.

도구 다운로드