
Citrix ADC scanner (CVE-2019-19781) using hosts retrieved from Shodan API.
Citrix ADC 스캐너(CVE-2019-19781)를 위한 자동화 스크립트로, Shodan API에서 호스트 목록을 가져와 사용합니다. 이 스크립트를 사용하려면 Shodan 계정이 있어야 합니다. Shodan 계정이 없다면 여기를 클릭하세요.
# 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
git clone https://github.com/andripwn/CVE-2019-19781.git
cd CVE-2019-19781/
pip3 install -r requirements.txt
# Shodan API Key (change according to your Shodan API key)
api_key = ''
# Shodan search query
search_query = '"http://cis.citrix.com"'
python3 scanner.py -t <number of threads/ default: 5>
이 스크립트는 침투 테스트 및 보안 연구 목적으로만 사용됩니다. 불법적인 활동에 사용할 경우 책임을 지지 않습니다.