
Shodan API에서 수집한 호스트를 사용하는 Citrix ADC 스캐너(CVE-2019-19781)용 자동화 스크립트입니다. 이 스크립트를 사용하려면 Shodan 계정이 있어야 합니다.
Shodan API에서 검색된 호스트를 사용하는 Citrix ADC 스캐너(CVE-2019-19781)용 자동화 스크립트입니다. 이 스크립트를 사용하려면 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/aqhmal/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>
이 스크립트는 침투 테스트 및 보안 연구 목적으로만 사용해야 하며, 불법적인 활동에 사용할 경우 책임지지 않습니다.