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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2019-19781 — Citrix ADC scanner (CVE-2019-19781) using hosts retrieved from Shodan API. | Kitploit
도구/GitHubGitHub/andripwn/cve-2019-19781
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubandripwn/cve-2019-19781

CVE-2019-19781

Citrix ADC scanner (CVE-2019-19781) using hosts retrieved from Shodan API.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2019-19781

Citrix ADC 스캐너(CVE-2019-19781)를 위한 자동화 스크립트로, Shodan API에서 호스트 목록을 가져와 사용합니다. 이 스크립트를 사용하려면 Shodan 계정이 있어야 합니다. Shodan 계정이 없다면 여기를 클릭하세요.

설치

  1. 종속성 설치
root@kitploit:~
    # CentOS & Fedora
    yum install git python3 -y

    # Ubuntu & Debian
    apt install git python3 python3-pip -y

    # FreeBSD
    pkg install -y python3 git
    python3 -m ensurepip
  1. 저장소 복제 및 python3 모듈 설치
root@kitploit:~
    git clone https://github.com/andripwn/CVE-2019-19781.git
    cd CVE-2019-19781/
    pip3 install -r requirements.txt
  1. Shodan API 키 추가
root@kitploit:~
    # Shodan API Key (change according to your Shodan API key)
    api_key = ''
    # Shodan search query
    search_query = '"http://cis.citrix.com"'

사용법

root@kitploit:~
    python3 scanner.py -t <number of threads/ default: 5>

면책 조항

이 스크립트는 침투 테스트 및 보안 연구 목적으로만 사용됩니다. 불법적인 활동에 사용할 경우 책임을 지지 않습니다.

도구 다운로드